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
@@ -66,2 +66,8 @@ nuao: {
+ 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 .
@@ -74,10 +80,2 @@ nuao: {
- 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 .
-
-