removed comments on subproperties of prov:influencer.
authorTim L <lebot@rpi.edu>
Mon, 05 Nov 2012 09:39:33 -0500
changeset 4635 8b1359797129
parent 4634 280ed883a2ec
child 4636 b4f53beb7914
removed comments on subproperties of prov:influencer.
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Mon Nov 05 08:48:23 2012 -0500
+++ b/ontology/ProvenanceOntology.owl	Mon Nov 05 09:39:33 2012 -0500
@@ -182,9 +182,8 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
         <rdfs:label>activity</rdfs:label>
         <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:comment xml:lang="en">The property used by an prov:ActivityInfluence to cite the prov:Activity that influenced an Entity, Activity, or Agent. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another 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>
         <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"/>
@@ -198,12 +197,10 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#agent">
         <rdfs:label>agent</rdfs:label>
-        <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>
+        <editorsDefinition xml:lang="en">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.</editorsDefinition>
+        <inverse>agentOfInfluence</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>
-        <component>alternate</component>
-        <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>
         <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"/>
@@ -282,7 +279,6 @@
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
         <rdfs:label>entity</rdfs:label>
         <inverse>entityOfInfluence</inverse>
-        <rdfs:comment xml:lang="en">The property used by an prov:EntityInfluence to cite the Entity that was influenced by an Entity, Activity, or Agent. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used 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>
         <category>qualified</category>
         <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
--- a/ontology/prov.ttl	Mon Nov 05 08:48:23 2012 -0500
+++ b/ontology/prov.ttl	Mon Nov 05 09:39:33 2012 -0500
@@ -428,7 +428,6 @@
 
 :activity
     a owl:ObjectProperty ;
-    rdfs:comment "The property used by an prov:ActivityInfluence to cite the prov:Activity that influenced an Entity, Activity, or Agent. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity."@en ;
     rdfs:domain :ActivityInfluence ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "activity" ;
@@ -441,16 +440,14 @@
 
 :agent
     a owl:ObjectProperty ;
-    rdfs:comment "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."@en ;
     rdfs:domain :AgentInfluence ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "agent" ;
     rdfs:range :Agent ;
     rdfs:subPropertyOf :influencer ;
     :category "qualified" ;
-    :component "alternate" ;
     :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple."@en ;
-    :editorsDefinition "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."@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 .
 
@@ -570,7 +567,6 @@
 
 :entity
     a owl:ObjectProperty ;
-    rdfs:comment "The property used by an prov:EntityInfluence to cite the Entity that was influenced by an Entity, Activity, or Agent. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used in an activity. "@en ;
     rdfs:domain :EntityInfluence ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
     rdfs:label "entity" ;