seeAlso links to wiki and TR/prov-o/
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Thu, 23 Feb 2012 12:15:40 +0000
changeset 1652 512c0a6b9734
parent 1651 f33f5d592212
child 1653 358bdafaad36
seeAlso links to wiki and TR/prov-o/
ontology/ProvenanceOntology.owl
--- a/ontology/ProvenanceOntology.owl	Thu Feb 23 12:11:34 2012 +0000
+++ b/ontology/ProvenanceOntology.owl	Thu Feb 23 12:15:40 2012 +0000
@@ -7,26 +7,27 @@
     <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
     <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
     <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
-    <!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
     <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
     <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
 ]>
 
 
-<rdf:RDF 
+<rdf:RDF xmlns="http://example.com/"
+     xml:base="http://example.com/"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:prov="http://www.w3.org/ns/prov#"
      xmlns:time="http://www.w3.org/2006/time#"
      xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
      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#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace">
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
     <owl:Ontology rdf:about="http://www.w3.org/ns/prov#">
         <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-wg@w3.org (subscribe, archives). All feedback is welcome.</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/2011/prov/wiki/ProvRDF"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
     </owl:Ontology>