--- a/examples/eg-34-us-supreme-court-membership/rdf/eg-34-us-supreme-court-membership.ttl Tue Jun 05 08:49:04 2012 -0400
+++ b/examples/eg-34-us-supreme-court-membership/rdf/eg-34-us-supreme-court-membership.ttl Tue Jun 05 10:07:01 2012 -0400
@@ -13,7 +13,8 @@
<>
a prov:Bundle;
prov:wasDerivedFrom <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition>,
- <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat>;
+ <http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat>,
+ <http://www.w3.org/2011/prov/track/issues/374>;
prov:wasAttributedTo <http://tw.rpi.edu/instances/TimLebo>;
.
--- a/ontology/ProvenanceOntology.owl Tue Jun 05 08:49:04 2012 -0400
+++ b/ontology/ProvenanceOntology.owl Tue Jun 05 10:07:01 2012 -0400
@@ -83,6 +83,9 @@
<rdfs:comment xml:lang="en">When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#definition"/>
</owl:AnnotationProperty>
+ <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#prov-aq">
+ <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+ </owl:AnnotationProperty>
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#component">
<rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
</owl:AnnotationProperty>
@@ -441,6 +444,33 @@
+ <!-- http://www.w3.org/ns/prov#hasAnchor -->
+
+ <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hasAnchor">
+ <rdfs:comment xml:lang="en">Indicates anchor URI for a potentially dynamic resource instance.</rdfs:comment>
+ <category>access-and-query</category>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov#hasProvenance -->
+
+ <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hasProvenance">
+ <rdfs:comment xml:lang="en">Relates a resource to its provenance.</rdfs:comment>
+ <category>access-and-query</category>
+ </owl:ObjectProperty>
+
+
+
+ <!-- http://www.w3.org/ns/prov#hasProvenanceService -->
+
+ <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hasProvenanceService">
+ <rdfs:comment xml:lang="en">Relates a resource to a provenance service.</rdfs:comment>
+ <category>access-and-query</category>
+ </owl:ObjectProperty>
+
+
+
<!-- http://www.w3.org/ns/prov#inserted -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#inserted">
@@ -524,6 +554,16 @@
+ <!-- http://www.w3.org/ns/prov#provenanceUriTemplate -->
+
+ <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#provenanceUriTemplate">
+ <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>
+ <prov-aq xml:lang="en">http://dvcs.w3.org/hg/prov/raw-file/5df83c76f749/paq/prov-aq.html</prov-aq>
+ </owl:DatatypeProperty>
+
+
+
<!-- http://www.w3.org/ns/prov#qualifiedAssociation -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
@@ -1674,6 +1714,15 @@
+ <!-- http://www.w3.org/ns/prov#ProvenanceService -->
+
+ <owl:Class rdf:about="http://www.w3.org/ns/prov#ProvenanceService">
+ <category>access-and-query</category>
+ <rdfs:comment>Class for a service described by a provenance service description.</rdfs:comment>
+ </owl:Class>
+
+
+
<!-- http://www.w3.org/ns/prov#Quotation -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">