diff options
author | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2010-05-08 12:29:29 +0000 |
---|---|---|
committer | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2010-05-08 12:29:29 +0000 |
commit | bb609017f4b931354485c92b762f2544bf3e8258 (patch) | |
tree | be2674cfffda27535d4163822f30a199565d76ac /nuao | |
parent | c0f30068804dddc99b1247433841f9810e4e8639 (diff) |
Changed the direction of nuao:involvedInEvent relation according to #73
Diffstat (limited to 'nuao')
-rw-r--r-- | nuao/nuao.trig | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/nuao/nuao.trig b/nuao/nuao.trig index 0e70322..1f50839 100644 --- a/nuao/nuao.trig +++ b/nuao/nuao.trig @@ -64,6 +64,12 @@ nuao: { rdfs:range xsd:duration ; nrl:maxCardinality "1"^^xsd:nonNegativeInteger . + nuao:involves + a rdf:Property ; + rdfs:comment "Relates an event to the resources that are involved in the event." ; + rdfs:domain nuao:Event ; + rdfs:label "involves" ; + rdfs:range rdfs:Resource . nuao:DesktopEvent @@ -72,14 +78,6 @@ nuao: { rdfs:label "desktop event" ; rdfs:subClassOf nuao:Event . - nuao:involvedInEvent - a rdf:Property ; - rdfs:comment "Points to a detailed description of an event that involved this resource." ; - rdfs:domain rdfs:Resource ; - rdfs:label "involved in event" ; - rdfs:range nuao:DesktopEvent . - - nuao:firstEvent a rdf:Property ; |