--- 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