changed URI of provo to http://www.w3.org/ns/prov-o#, removed extensions to use conneg instead
authorTim L <lebot@rpi.edu>
Wed, 21 Nov 2012 11:57:51 -0500
changeset 4905 007449b61f9d
parent 4904 6de3a4614991
child 4906 857e1186f036
changed URI of provo to http://www.w3.org/ns/prov-o#, removed extensions to use conneg instead
ontology/ProvenanceOntology.owl
ontology/prov-o.ttl
--- a/ontology/ProvenanceOntology.owl	Wed Nov 21 16:50:01 2012 +0000
+++ b/ontology/ProvenanceOntology.owl	Wed Nov 21 11:57:51 2012 -0500
@@ -15,15 +15,15 @@
      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#">
+    <owl:Ontology rdf:about="http://www.w3.org/ns/prov-o#">
         <rdfs:label xml:lang="en">PROV-O</rdfs:label>
         <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/ns/prov-o-20121211.owl"/>
-        <wasRevisionOf    rdf:resource="http://www.w3.org/ns/prov-o-20120724.owl"/>
-        <specializationOf rdf:resource="http://www.w3.org/ns/prov-o.owl"/>
-        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov#"/>
+        <owl:versionIRI   rdf:resource="http://www.w3.org/ns/prov-o-20121211"/>
+        <wasRevisionOf    rdf:resource="http://www.w3.org/ns/prov-o-20120724"/>
+        <specializationOf rdf:resource="http://www.w3.org/ns/prov-o"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov"/>
         <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
     </owl:Ontology>
     
--- a/ontology/prov-o.ttl	Wed Nov 21 16:50:01 2012 +0000
+++ b/ontology/prov-o.ttl	Wed Nov 21 11:57:51 2012 -0500
@@ -27,17 +27,6 @@
 owl:versionInfo
     a owl:AnnotationProperty .
 
-<http://www.w3.org/ns/prov#>
-    a owl:Ontology ;
-    rdfs:comment """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-O"@en ;
-    rdfs:seeAlso <http://www.w3.org/TR/prov#>, <http://www.w3.org/TR/prov-o/> ;
-    owl:versionIRI <http://www.w3.org/ns/prov-o-20121211.owl> ;
-    :specializationOf <http://www.w3.org/ns/prov-o.owl> ;
-    :wasRevisionOf <http://www.w3.org/ns/prov-o-20120724.owl> .
-
 :Activity
     a owl:Class ;
     rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
@@ -1241,6 +1230,17 @@
     :inverse "started" ;
     :qualifiedForm :Start, :qualifiedStart .
 
+<http://www.w3.org/ns/prov-o#>
+    a owl:Ontology ;
+    rdfs:comment """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-O"@en ;
+    rdfs:seeAlso <http://www.w3.org/TR/prov-o/>, <http://www.w3.org/ns/prov> ;
+    owl:versionIRI <http://www.w3.org/ns/prov-o-20121211> ;
+    :specializationOf <http://www.w3.org/ns/prov-o> ;
+    :wasRevisionOf <http://www.w3.org/ns/prov-o-20120724> .
+
 []
     a owl:Axiom ;
     rdfs:comment "A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections."@en ;