updated comments and annotations
authorTim L <lebot@rpi.edu>
Wed, 30 May 2012 20:35:28 -0400
changeset 3098 5ba37159c19f
parent 3097 adb91e054e8d
child 3099 17a7b43968b7
updated comments and annotations
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Wed May 30 20:31:11 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Wed May 30 20:35:28 2012 -0400
@@ -1277,7 +1277,7 @@
         </rdfs:subClassOf>
         <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInvolvement"/>
         <category>qualified</category>
-        <rdfs:comment xml:lang="en">prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity.</rdfs:comment>
+        <editorsDefinition xml:lang="en">prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity. The property prov:activity is used to reference the object of the triple being described.</editorsDefinition>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
     </owl:Class>
     
@@ -1304,7 +1304,7 @@
     <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInvolvement">
         <rdfs:label>AgentInvolvement</rdfs:label>
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
-        <rdfs:comment xml:lang="en">prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent.</rdfs:comment>
+        <editorsDefinition xml:lang="en">prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent. The property prov:agent is used to reference the object of the triple being described.</editorsDefinition>
         <category>qualified</category>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#agent"/>
     </owl:Class>
@@ -1416,7 +1416,7 @@
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Involvement"/>
         <category>collections</category>
         <component>collections</component>
-        <rdfs:comment xml:lang="en">prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary.</rdfs:comment>
+        <editorsDefinition xml:lang="en">prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary. The property prov:dictionary is used to reference the object of the triple being described.</editorsDefinition>
     </owl:Class>
     
 
@@ -1478,8 +1478,8 @@
                 <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:maxCardinality>
             </owl:Restriction>
         </rdfs:subClassOf>
-        <rdfs:comment xml:lang="en">prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity.</rdfs:comment>
         <category>qualified</category>
+        <editorsDefinition xml:lang="en">prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity. The property prov:entity is used to reference the object of the triple being described.</editorsDefinition>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#entity"/>
     </owl:Class>
     
--- a/ontology/prov.ttl	Wed May 30 20:31:11 2012 -0400
+++ b/ontology/prov.ttl	Wed May 30 20:35:28 2012 -0400
@@ -76,7 +76,6 @@
 
 :ActivityInvolvement
     a owl:Class ;
-    rdfs:comment "prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity."@en ;
     rdfs:label "ActivityInvolvement" ;
     rdfs:seeAlso :activity ;
     rdfs:subClassOf :Involvement, [
@@ -85,7 +84,8 @@
         owl:onProperty :hadActivity
     ] ;
     owl:disjointWith :EntityInvolvement ;
-    :category "qualified" .
+    :category "qualified" ;
+    :editorsDefinition "prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity. The property prov:activity is used to reference the object of the triple being described."@en .
 
 :Agent
     a owl:Class ;
@@ -101,11 +101,11 @@
 
 :AgentInvolvement
     a owl:Class ;
-    rdfs:comment "prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent."@en ;
     rdfs:label "AgentInvolvement" ;
     rdfs:seeAlso :agent ;
     rdfs:subClassOf :Involvement ;
-    :category "qualified" .
+    :category "qualified" ;
+    :editorsDefinition "prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent. The property prov:agent is used to reference the object of the triple being described."@en .
 
 :Association
     a owl:Class ;
@@ -181,10 +181,10 @@
 
 :DictionaryInvolvement
     a owl:Class ;
-    rdfs:comment "prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary."@en ;
     rdfs:subClassOf :Involvement ;
     :category "collections" ;
-    :component "collections" .
+    :component "collections" ;
+    :editorsDefinition "prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary. The property prov:dictionary is used to reference the object of the triple being described."@en .
 
 :EmptyDictionary
     a owl:Class ;
@@ -220,7 +220,6 @@
 
 :EntityInvolvement
     a owl:Class ;
-    rdfs:comment "prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity."@en ;
     rdfs:label "EntityInvolvement" ;
     rdfs:seeAlso :entity ;
     rdfs:subClassOf :Involvement, [
@@ -228,7 +227,8 @@
         owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
         owl:onProperty :activity
     ] ;
-    :category "qualified" .
+    :category "qualified" ;
+    :editorsDefinition "prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity. The property prov:entity is used to reference the object of the triple being described."@en .
 
 :Generation
     a owl:Class ;