prov-o pairs
authorTim L <lebot@rpi.edu>
Mon, 18 Jun 2012 00:45:07 -0700
changeset 3386 d10466f08134
parent 3385 4841e4722659
child 3387 5eaedb6d571e
prov-o pairs
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/ontology/ProvenanceOntology.owl	Mon Jun 18 00:42:30 2012 -0700
+++ b/ontology/ProvenanceOntology.owl	Mon Jun 18 00:45:07 2012 -0700
@@ -583,6 +583,7 @@
 
     <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#pairValue">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <editorsDefinition xml:lang="en">The Entity value of a KeyValuePair, which may go into a prov:Dictionary under the key specified by prov:pairKey.</editorsDefinition>
         <rdfs:comment xml:lang="en">The value of a KeyValuePair. See also prov:pairKey.</rdfs:comment>
         <category>collections</category>
         <inverse>valueOf</inverse>
--- a/ontology/prov.ttl	Mon Jun 18 00:42:30 2012 -0700
+++ b/ontology/prov.ttl	Mon Jun 18 00:45:07 2012 -0700
@@ -876,6 +876,7 @@
     rdfs:range :Entity ;
     :category "collections" ;
     :component "collections" ;
+    :editorsDefinition "The Entity value of a KeyValuePair, which may go into a prov:Dictionary under the key specified by prov:pairKey."@en ;
     :inverse "valueOf" .
 
 :prov-aq