provo labels on datatype props
authorTim L <lebot@rpi.edu>
Sun, 01 Jul 2012 19:49:53 -0400
changeset 3576 8a573e030045
parent 3575 28dd55c64a24
child 3577 eb1995f8bd5d
provo labels on datatype props
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Sun Jul 01 19:46:48 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Sun Jul 01 19:49:53 2012 -0400
@@ -1094,9 +1094,10 @@
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#atTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>atTime</rdfs:label>
         <component>entities-activities</component>
+        <category>qualified</category>
         <rdfs:comment xml:lang="en">The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</rdfs:comment>
-        <category>qualified</category>
         <rdfs:range rdf:resource="&xsd;dateTime"/>
         <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
         <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
@@ -1112,6 +1113,7 @@
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#endedAtTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>endedAtTime</rdfs:label>
         <component>entities-activities</component>
         <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.</editorialNote>
         <rdfs:comment xml:lang="en">The time at which an activity ended. See also prov:startedAtTime.</rdfs:comment>
@@ -1128,6 +1130,7 @@
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#generatedAtTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>generatedAtTime</rdfs:label>
         <category>expanded</category>
         <component>entities-activities</component>
         <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.</editorialNote>
@@ -1144,6 +1147,7 @@
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#invalidatedAtTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>invalidatedAtTime</rdfs:label>
         <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.</editorialNote>
         <category>expanded</category>
         <component>entities-activities</component>
@@ -1159,6 +1163,7 @@
     <!-- http://www.w3.org/ns/prov#provenanceUriTemplate -->
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#provenanceUriTemplate">
+        <rdfs:label>provenanceUriTemplate</rdfs:label>
         <rdfs:comment xml:lang="en">Relates a provenance service to a URI template string for constructing provenance-URIs.</rdfs:comment>
         <category>access-and-query</category>
         <aq xml:lang="en">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo</aq>
@@ -1170,6 +1175,7 @@
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#startedAtTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>startedAtTime</rdfs:label>
         <category>starting-point</category>
         <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.</editorialNote>
         <component>entities-activities</component>
@@ -1186,6 +1192,7 @@
 
     <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>value</rdfs:label>
         <category>expanded</category>
         <editorialNote>The editor&#39;s definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
         <editorialNote>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, &#39;may be used in describing structured values&#39;).</editorialNote>