renamed prov:value and key to prov:pairValue and pairKey
authorTim L <lebot@rpi.edu>
Thu, 17 May 2012 13:38:06 -0400
changeset 2860 215238f50bd5
parent 2859 15d87d813f14
child 2861 b5caabaf5a5b
renamed prov:value and key to prov:pairValue and pairKey
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Thu May 17 13:54:04 2012 +0100
+++ b/ontology/ProvenanceOntology.owl	Thu May 17 13:38:06 2012 -0400
@@ -57,22 +57,22 @@
     <owl:AnnotationProperty rdf:about="&prov;definition">
         <rdfs:comment xml:lang="en">A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.</rdfs:comment>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&prov;editorialNote">
+        <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
+    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&rdfs;label">
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&prov;editorialNote">
-        <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
-    </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&prov;inverse">
         <rdfs:comment xml:lang="en">PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.</rdfs:comment>
     </owl:AnnotationProperty>
     <owl:AnnotationProperty rdf:about="&rdfs;comment">
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
-    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
     <owl:AnnotationProperty rdf:about="&rdfs;seeAlso">
         <rdfs:comment xml:lang="en"></rdfs:comment>
     </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
     <owl:AnnotationProperty rdf:about="&prov;category">
         <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &#39;starting-point&#39;, &#39;qualifed&#39;, and &#39;extended&#39;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
     </owl:AnnotationProperty>
@@ -489,6 +489,20 @@
     
 
 
+    <!-- http://www.w3.org/ns/prov#pairValue -->
+
+    <owl:ObjectProperty rdf:about="&prov;pairValue">
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:comment xml:lang="en">The value of a KeyValuePair.</rdfs:comment>
+        <prov:category>collections</prov:category>
+        <prov:inverse>valueOf</prov:inverse>
+        <prov:component>collections</prov:component>
+        <rdfs:range rdf:resource="&prov;Entity"/>
+        <rdfs:domain rdf:resource="&prov;KeyValuePair"/>
+    </owl:ObjectProperty>
+    
+
+
     <!-- http://www.w3.org/ns/prov#qualifiedAssociation -->
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedAssociation">
@@ -788,20 +802,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#value -->
-
-    <owl:ObjectProperty rdf:about="&prov;value">
-        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <rdfs:comment xml:lang="en">The value of a KeyValuePair.</rdfs:comment>
-        <prov:inverse>valueOf</prov:inverse>
-        <prov:category>collections</prov:category>
-        <prov:component>collections</prov:component>
-        <rdfs:range rdf:resource="&prov;Entity"/>
-        <rdfs:domain rdf:resource="&prov;KeyValuePair"/>
-    </owl:ObjectProperty>
-    
-
-
     <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
 
     <owl:ObjectProperty rdf:about="&prov;wasAssociatedWith">
@@ -1100,12 +1100,12 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#key -->
+    <!-- http://www.w3.org/ns/prov#pairKey -->
 
-    <owl:DatatypeProperty rdf:about="&prov;key">
+    <owl:DatatypeProperty rdf:about="&prov;pairKey">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:comment xml:lang="en">The key of a KeyValuePair, which is an element of a prov:Dictionary.</rdfs:comment>
         <prov:category>collections</prov:category>
-        <rdfs:comment xml:lang="en">The key of a KeyValuePair, which is an element of a prov:Dictionary.</rdfs:comment>
         <prov:component>collections</prov:component>
         <rdfs:range rdf:resource="&rdfs;Literal"/>
         <rdfs:domain rdf:resource="&prov;KeyValuePair"/>
--- a/ontology/prov.ttl	Thu May 17 13:54:04 2012 +0100
+++ b/ontology/prov.ttl	Thu May 17 13:38:06 2012 -0400
@@ -227,7 +227,7 @@
 
 prov:Generation
     a owl:Class ;
-    rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:entity :baking; :foo :bar ]."@en ;
+    rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ;
     rdfs:label "Generation" ;
     rdfs:subClassOf prov:ActivityInvolvement, prov:InstantaneousEvent ;
     prov:category "qualified" ;
@@ -741,14 +741,6 @@
     prov:category "qualified" ;
     prov:inverse "involvement" .
 
-prov:key
-    a owl:DatatypeProperty, owl:FunctionalProperty ;
-    rdfs:comment "The key of a KeyValuePair, which is an element of a prov:Dictionary."@en ;
-    rdfs:domain prov:KeyValuePair ;
-    rdfs:range rdfs:Literal ;
-    prov:category "collections" ;
-    prov:component "collections" .
-
 prov:member
     a owl:ObjectProperty ;
     rdfs:comment "The key-value pair was part of the membership. A membership can have multiple members."@en ;
@@ -767,6 +759,23 @@
     prov:component "collections" ;
     prov:inverse "membershipOf" .
 
+prov:pairKey
+    a owl:DatatypeProperty, owl:FunctionalProperty ;
+    rdfs:comment "The key of a KeyValuePair, which is an element of a prov:Dictionary."@en ;
+    rdfs:domain prov:KeyValuePair ;
+    rdfs:range rdfs:Literal ;
+    prov:category "collections" ;
+    prov:component "collections" .
+
+prov:pairValue
+    a owl:FunctionalProperty, owl:ObjectProperty ;
+    rdfs:comment "The value of a KeyValuePair."@en ;
+    rdfs:domain prov:KeyValuePair ;
+    rdfs:range prov:Entity ;
+    prov:category "collections" ;
+    prov:component "collections" ;
+    prov:inverse "valueOf" .
+
 prov:prov-dm
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
@@ -1028,15 +1037,6 @@
     prov:inverse "wasUsedBy" ;
     prov:qualifiedForm prov:Usage, prov:qualifiedUsage .
 
-prov:value
-    a owl:FunctionalProperty, owl:ObjectProperty ;
-    rdfs:comment "The value of a KeyValuePair."@en ;
-    rdfs:domain prov:KeyValuePair ;
-    rdfs:range prov:Entity ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "valueOf" .
-
 prov:wasAssociatedWith
     a owl:ObjectProperty ;
     rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;