summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Trueg <trueg@kde.org>2011-02-22 10:51:41 +0100
committerSebastian Trueg <trueg@kde.org>2011-02-22 10:51:41 +0100
commit218a2e9daab93c6fcd1654b6b5e9eb2e17828ef5 (patch)
treef00d51d92afe9f46aeafeea7ba63891a12482fd3
parent3668c44e7ba20cd77ac3547c01b609e8b2ce9abf (diff)
Added nuao:duration again but mark it as deprected in favor of nuao:end. While this is ugly it
avoids headaches with language bindings.
-rw-r--r--nuao/nuao.trig.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuao/nuao.trig.in b/nuao/nuao.trig.in
index bd8e13f..96a5430 100644
--- a/nuao/nuao.trig.in
+++ b/nuao/nuao.trig.in
@@ -64,6 +64,15 @@ nuao: {
rdfs:range xsd:dateTime;
nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
+ nuao:duration
+ a rdf:Property ;
+ rdfs:comment "Duration of the event. Deprecated in favor of nuao:end." ;
+ rdfs:domain nuao:Event ;
+ rdfs:label "duration" ;
+ rdfs:range xsd:duration ;
+ nrl:maxCardinality "1"^^xsd:nonNegativeInteger ;
+ nao:deprecated true .
+
nuao:involves
a rdf:Property ;
rdfs:comment "Relates an event to the resources that are involved in the event." ;
@@ -203,7 +212,7 @@ nuao: {
a nrl:DocumentGraph , nrl:KnowledgeBase ;
nao:hasDefaultNamespace "http://www.semanticdesktop.org/ontologies/2010/01/25/nuao#" ;
nao:hasDefaultNamespaceAbbreviation "nuao" ;
- nao:lastModified "2010-01-25T16:56:36" ;
+ nao:lastModified "2011-02-21T10:51:36" ;
nao:serializationLanguage "TriG" ;
nao:status "Testing" ;
nrl:updatable "0" ;