added editorsDefinition to prov:activity, prov:entity, prov:agent. They no longer reuse definition from ActivityInfluence, EntityInfluence, AgentInfluence.
--- 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 ;