added editorsDefinition to prov:activity, prov:entity, prov:agent. They no longer reuse definition from ActivityInfluence, EntityInfluence, AgentInfluence.
authorTim L <lebot@rpi.edu>
Mon, 05 Nov 2012 09:44:39 -0500
changeset 4636 b4f53beb7914
parent 4635 8b1359797129
child 4637 c81900bd2fef
child 4638 c180bc8c2e9c
added editorsDefinition to prov:activity, prov:entity, prov:agent. They no longer reuse definition from ActivityInfluence, EntityInfluence, AgentInfluence.
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Mon Nov 05 09:39:33 2012 -0500
+++ b/ontology/ProvenanceOntology.owl	Mon Nov 05 09:44:39 2012 -0500
@@ -181,13 +181,13 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
         <rdfs:label>activity</rdfs:label>
+        <editorsDefinition>The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
         <inverse>activityOfInfluence</inverse>
         <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
         <category>qualified</category>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
     </owl:ObjectProperty>
     
@@ -204,7 +204,6 @@
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
     </owl:ObjectProperty>
     
@@ -278,12 +277,12 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
         <rdfs:label>entity</rdfs:label>
+        <editorsDefinition>The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
         <inverse>entityOfInfluence</inverse>
         <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
         <category>qualified</category>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
         <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
-        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
         <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
     </owl:ObjectProperty>
--- a/ontology/prov.ttl	Mon Nov 05 09:39:33 2012 -0500
+++ b/ontology/prov.ttl	Mon Nov 05 09:44:39 2012 -0500
@@ -435,8 +435,8 @@
     rdfs:subPropertyOf :influencer ;
     :category "qualified" ;
     :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :inverse "activityOfInfluence" ;
-    :sharesDefinitionWith :ActivityInfluence .
+    :editorsDefinition "The prov:activity property references an prov:Activity which influenced a resource. This property applies to an prov:ActivityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
+    :inverse "activityOfInfluence" .
 
 :agent
     a owl:ObjectProperty ;
@@ -448,8 +448,7 @@
     :category "qualified" ;
     :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
     :editorsDefinition "The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent."@en ;
-    :inverse "agentOfInfluence" ;
-    :sharesDefinitionWith :AgentInfluence .
+    :inverse "agentOfInfluence" .
 
 :alternateOf
     a owl:ObjectProperty ;
@@ -574,8 +573,8 @@
     rdfs:subPropertyOf :influencer ;
     :category "qualified" ;
     :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :inverse "entityOfInfluence" ;
-    :sharesDefinitionWith :EntityInfluence .
+    :editorsDefinition "The prov:entity property references an prov:Entity which influenced a resource. This property applies to an prov:EntityInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent." ;
+    :inverse "entityOfInfluence" .
 
 :generated
     a owl:ObjectProperty ;