--- a/ontology/ProvenanceOntology.owl Sun Jul 01 19:49:53 2012 -0400
+++ b/ontology/ProvenanceOntology.owl Sun Jul 01 19:55:53 2012 -0400
@@ -1164,9 +1164,9 @@
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#provenanceUriTemplate">
<rdfs:label>provenanceUriTemplate</rdfs:label>
+ <aq rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo</aq>
<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>
</owl:DatatypeProperty>
@@ -1193,13 +1193,13 @@
<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://dvcs.w3.org/hg/prov/raw-file/default/model/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>
- <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, 'may be used in describing structured values').</editorialNote>
<component>entities-activities</component>
<rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
- <dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</dm>
<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:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
</owl:DatatypeProperty>
@@ -1517,7 +1517,6 @@
<n rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribute</n>
<definition xml:lang="en">A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</definition>
<category>expanded</category>
- <rdfs:comment xml:lang="en">A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadLocation"/>
</owl:Class>
--- a/ontology/prov.ttl Sun Jul 01 19:49:53 2012 -0400
+++ b/ontology/prov.ttl Sun Jul 01 19:55:53 2012 -0400
@@ -246,7 +246,6 @@
:Location
a owl:Class ;
- rdfs:comment "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth."@en ;
rdfs:label "Location" ;
rdfs:seeAlso :hadLocation ;
:category "expanded" ;
@@ -472,6 +471,7 @@
a owl:DatatypeProperty, owl:FunctionalProperty ;
rdfs:comment "The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime."@en ;
rdfs:domain :InstantaneousEvent ;
+ rdfs:label "atTime" ;
rdfs:range xsd:dateTime ;
:category "qualified" ;
:component "entities-activities" ;
@@ -513,6 +513,7 @@
a owl:DatatypeProperty, owl:FunctionalProperty ;
rdfs:comment "The time at which an activity ended. See also prov:startedAtTime."@en ;
rdfs:domain :Activity ;
+ rdfs:label "endedAtTime" ;
rdfs:range xsd:dateTime ;
:category "starting-point" ;
:component "entities-activities" ;
@@ -548,6 +549,7 @@
a owl:DatatypeProperty, owl:FunctionalProperty ;
rdfs:comment "The time at which an entity was completely created."@en ;
rdfs:domain :Entity ;
+ rdfs:label "generatedAtTime" ;
rdfs:range xsd:dateTime ;
:category "expanded" ;
:component "entities-activities" ;
@@ -711,6 +713,7 @@
a owl:DatatypeProperty, owl:FunctionalProperty ;
rdfs:comment "The time at which an entity began to be invalidated (i.e., no longer usable)."@en ;
rdfs:domain :Entity ;
+ rdfs:label "invalidatedAtTime" ;
rdfs:range xsd:dateTime ;
:category "expanded" ;
:component "entities-activities" ;
@@ -739,7 +742,8 @@
:provenanceUriTemplate
a owl:DatatypeProperty ;
rdfs:comment "Relates a provenance service to a URI template string for constructing provenance-URIs."@en ;
- :aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo"@en ;
+ rdfs:label "provenanceUriTemplate" ;
+ :aq "http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo"^^xsd:anyURI ;
:category "access-and-query" .
:qualifiedAssociation
@@ -952,6 +956,7 @@
a owl:DatatypeProperty, owl:FunctionalProperty ;
rdfs:comment "The time at which an activity started. See also prov:endedAtTime."@en ;
rdfs:domain :Activity ;
+ rdfs:label "startedAtTime" ;
rdfs:range xsd:dateTime ;
:category "starting-point" ;
:component "entities-activities" ;
@@ -985,10 +990,11 @@
a owl:DatatypeProperty, owl:FunctionalProperty ;
rdfs:comment "Provides a value for an Entity."@en ;
rdfs:domain :Entity ;
+ rdfs:label "value" ;
:category "expanded" ;
:component "entities-activities" ;
- :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value" ;
- :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "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')." ;
+ :dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value"^^xsd:anyURI ;
+ :editorialNote "The editor's definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue", "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')."@en ;
:editorsDefinition "The main value (if there is one) of a structured value."@en .
:wasAssociatedWith