domain and range on prov:invalidated
authorTim L <lebot@rpi.edu>
Sun, 01 Jul 2012 01:26:06 -0400
changeset 3569 ba1c0f1cf5a1
parent 3568 c50277d0b352
child 3570 74514c24ce1d
domain and range on prov:invalidated
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Sun Jul 01 01:06:43 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Sun Jul 01 01:26:06 2012 -0400
@@ -468,6 +468,8 @@
         <inverse>wasInvalidatedBy</inverse>
         <component>entities-activities</component>
         <editorialNote>prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
         <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
--- a/ontology/prov.ttl	Sun Jul 01 01:06:43 2012 -0400
+++ b/ontology/prov.ttl	Sun Jul 01 01:26:06 2012 -0400
@@ -689,6 +689,8 @@
 
 :invalidated
     a owl:ObjectProperty ;
+    rdfs:domain :Activity ;
+    rdfs:range :Entity ;
     rdfs:subPropertyOf :influenced ;
     owl:inverseOf :wasInvalidatedBy ;
     :category "expanded" ;