diff options
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 ; |