--- a/ontology/ProvenanceOntology.owl Tue Jul 10 18:40:57 2012 -0400
+++ b/ontology/ProvenanceOntology.owl Tue Jul 10 18:45:33 2012 -0400
@@ -1210,14 +1210,13 @@
<!-- http://www.w3.org/ns/prov#value -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
- <rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdfs:label>value</rdfs:label>
<dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-value</dm>
+ <category>expanded</category>
<editorialNote>The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
- <editorsDefinition xml:lang="en">The main value (if there is one) of a structured value.</editorsDefinition>
- <category>expanded</category>
<component>entities-activities</component>
<rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
+ <editorsDefinition xml:lang="en">The main value (if there is one) of a structured value.</editorsDefinition>
<editorialNote xml:lang="en">This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values').</editorialNote>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
<rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
--- a/ontology/prov.ttl Tue Jul 10 18:40:57 2012 -0400
+++ b/ontology/prov.ttl Tue Jul 10 18:45:33 2012 -0400
@@ -1037,7 +1037,7 @@
:qualifiedForm :Usage, :qualifiedUsage .
:value
- a owl:DatatypeProperty, owl:FunctionalProperty ;
+ a owl:DatatypeProperty ;
rdfs:comment "Provides a value for an Entity."@en ;
rdfs:domain :Entity ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;