Added clarifying prov:agent definition
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Thu, 27 Sep 2012 16:14:22 +0100
changeset 4491 74b36029b2c9
parent 4487 c5174f100371
child 4492 9d2764b32619
Added clarifying prov:agent definition
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Thu Sep 27 02:56:55 2012 +0200
+++ b/ontology/ProvenanceOntology.owl	Thu Sep 27 16:14:22 2012 +0100
@@ -206,6 +206,7 @@
         <inverse>agentOfInfluence</inverse>
         <rdfs:comment xml:lang="en">The property used by a prov:AgentInfluence to cite the Agent that influenced an Entity, Activity, or Agent. It can be used to express the agent involved in being responsible for an activity, being attributed to an entity, starting or ending an activity, or being responsible for another subordinate agent in an activity.</rdfs:comment>
         <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <editorsDefinition xml:lang="en">The property prov:agent describes an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by prov:qualifiedInfluence or its subproperties from the influenced prov:Entity, prov:Activity or prov:Agent.</editorsDefinition>
         <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"/>