prov-o membership
authorTim L <lebot@rpi.edu>
Mon, 18 Jun 2012 00:55:56 -0700
changeset 3390 4631d75ac764
parent 3389 d508a1965bc0
child 3391 fa8ab4109e34
prov-o membership
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Mon Jun 18 00:53:52 2012 -0700
+++ b/ontology/ProvenanceOntology.owl	Mon Jun 18 00:55:56 2012 -0700
@@ -1268,9 +1268,10 @@
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#removed">
         <rdfs:label xml:lang="en">removed</rdfs:label>
         <component>collections</component>
+        <editorialNote xml:lang="en">The value of this property refers to the value of a KeyValuePair&#39;s prov:pairKey property.</editorialNote>
         <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-dictionary-removal</prov-dm>
+        <editorsDefinition xml:lang="en">The key removed from a prov:Dictionary in a Removal, resulting in a new prov:Dictionary.</editorsDefinition>
         <category>collections</category>
-        <rdfs:comment xml:lang="en">The key removed from a prov:Dictionary in a Removal, resulting in a new prov:Dictionary.</rdfs:comment>
         <rdfs:range rdf:resource="&rdfs;Literal"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Removal"/>
     </owl:DatatypeProperty>
--- a/ontology/prov.ttl	Mon Jun 18 00:53:52 2012 -0700
+++ b/ontology/prov.ttl	Mon Jun 18 00:55:56 2012 -0700
@@ -1114,12 +1114,13 @@
 
 :removed
     a owl:DatatypeProperty ;
-    rdfs:comment "The key removed from a prov:Dictionary in a Removal, resulting in a new prov:Dictionary."@en ;
     rdfs:domain :Removal ;
     rdfs:label "removed"@en ;
     rdfs:range rdfs:Literal ;
     :category "collections" ;
     :component "collections" ;
+    :editorialNote "The value of this property refers to the value of a KeyValuePair's prov:pairKey property."@en ;
+    :editorsDefinition "The key removed from a prov:Dictionary in a Removal, resulting in a new prov:Dictionary."@en ;
     :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-dictionary-removal" .
 
 :sharesDefinitionWith