summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-05-08 12:29:29 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2010-05-08 12:29:29 +0000
commitbb609017f4b931354485c92b762f2544bf3e8258 (patch)
treebe2674cfffda27535d4163822f30a199565d76ac
parentc0f30068804dddc99b1247433841f9810e4e8639 (diff)
Changed the direction of nuao:involvedInEvent relation according to #73
-rw-r--r--nuao/nuao.trig14
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: {
64 rdfs:range xsd:duration ; 64 rdfs:range xsd:duration ;
65 nrl:maxCardinality "1"^^xsd:nonNegativeInteger . 65 nrl:maxCardinality "1"^^xsd:nonNegativeInteger .
66 66
67 nuao:involves
68 a rdf:Property ;
69 rdfs:comment "Relates an event to the resources that are involved in the event." ;
70 rdfs:domain nuao:Event ;
71 rdfs:label "involves" ;
72 rdfs:range rdfs:Resource .
67 73
68 74
69 nuao:DesktopEvent 75 nuao:DesktopEvent
@@ -72,14 +78,6 @@ nuao: {
72 rdfs:label "desktop event" ; 78 rdfs:label "desktop event" ;
73 rdfs:subClassOf nuao:Event . 79 rdfs:subClassOf nuao:Event .
74 80
75 nuao:involvedInEvent
76 a rdf:Property ;
77 rdfs:comment "Points to a detailed description of an event that involved this resource." ;
78 rdfs:domain rdfs:Resource ;
79 rdfs:label "involved in event" ;
80 rdfs:range nuao:DesktopEvent .
81
82
83 81
84 nuao:firstEvent 82 nuao:firstEvent
85 a rdf:Property ; 83 a rdf:Property ;