changed URI of PAQ ontology, changed homepage, etc.
--- a/paq/prov-aq.owl Sun Dec 16 11:22:10 2012 -0500
+++ b/paq/prov-aq.owl Sun Dec 16 11:36:28 2012 -0500
@@ -15,17 +15,18 @@
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
- <owl:Ontology rdf:about="http://www.w3.org/ns/prov#">
- <rdfs:label xml:lang="en">PROV Ontology</rdfs:label>
+ <owl:Ontology rdf:about="http://www.w3.org/ns/prov-aq#">
+ <rdfs:label xml:lang="en">PROV Access and Query Ontology</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">0.2</rdfs:comment>
<rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.</rdfs:comment>
- <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-20120703"/>
+ <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-2013MMDD"/>
<rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov#"/>
- <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
+ <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-aq/"/>
</owl:Ontology>
+ <owl:Ontology rdf:about="http://www.w3.org/ns/prov#"/>
<!--
--- a/paq/prov-aq.ttl Sun Dec 16 11:22:10 2012 -0500
+++ b/paq/prov-aq.ttl Sun Dec 16 11:36:28 2012 -0500
@@ -31,13 +31,7 @@
a owl:AnnotationProperty .
<http://www.w3.org/ns/prov#>
- a owl:Ontology ;
- rdfs:comment "0.2"^^xsd:string, """This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
-
-If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome."""@en ;
- rdfs:label "PROV Ontology"@en ;
- rdfs:seeAlso <http://www.w3.org/TR/prov#>, <http://www.w3.org/TR/prov-o/> ;
- owl:versionIRI <http://www.w3.org/TR/2012/WD-prov-o-20120703> .
+ a owl:Ontology .
:ProvenanceService
a owl:Class ;
@@ -211,3 +205,12 @@
rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
rdfs:subPropertyOf rdfs:seeAlso .
+<http://www.w3.org/ns/prov-aq#>
+ a owl:Ontology ;
+ rdfs:comment "0.2"^^xsd:string, """This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
+
+If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome."""@en ;
+ rdfs:label "PROV Access and Query Ontology"@en ;
+ rdfs:seeAlso <http://www.w3.org/TR/prov#>, <http://www.w3.org/TR/prov-aq/> ;
+ owl:versionIRI <http://www.w3.org/TR/2012/WD-prov-o-2013MMDD> .
+