Added namespace section
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Thu, 20 Oct 2011 15:36:53 +0100
changeset 757 26f322b7b946
parent 756 c55f64a0c0b7
child 758 d6e34fe039ae
Added namespace section
ontology/ProvenanceFormalModel.html
--- a/ontology/ProvenanceFormalModel.html	Thu Oct 20 15:10:06 2011 +0100
+++ b/ontology/ProvenanceFormalModel.html	Thu Oct 20 15:36:53 2011 +0100
@@ -31,7 +31,7 @@
           "TBD"+
           "<a href=\"http://www.w3.org/ns/prov-o/\"><cite>PROV Ontology Namespace</cite></a>. "+
           "2011, Work in progress. "+
-          "URL: <a href=\"http://www.w3.org/ns/prov-o/\">http://www.w3.org/ns/prov-o/`</a>",
+          "URL: <a href=\"http://www.w3.org/ns/prov-o/\">http://www.w3.org/ns/prov-o/</a>",
  	  };
 
       var respecConfig = {
@@ -176,13 +176,27 @@
 
 	  <section> 
 	  	<h3>OWL2 Syntax Used in this Document</h3>
-	    <p>We use the RDF/XML syntax, which is the mandatory syntax
+	    <p>This document uses the RDF/XML syntax, which is the mandatory syntax
         supported by all OWL2 syntax [[!OWL2-PRIMER]] to represent the
-        PROV ontology. The OWL2 document for the PROV ontology is
-        available at [[PROV-Ontology-Namespace]], which is also the
-        namespace for the PROV ontology and is denoted by 
-        the prefix <code>prov</code>.
+        PROV ontology. Provenance assertions using PROV-O can use any
+        RDF syntax.
+      </section>
+      <section>
+	  	<h3>Namespace and OWL2 version</h3>
+        
+        The corresponding OWL2 version of this PROV Ontology is
+        available at [[PROV-Ontology-Namespace]] and as
+        <a href="ProvenanceOntology.owl">ProvenanceOntology.owl</a>. The namespace for
+        the PROV ontology and all classes/properties defined in this
+        document is <code>http://www.w3.org/ns/prov-o/</code> [[PROV-Ontology-Namespace]]
+        and is in this document denoted by the prefix <code>prov</code>.
 		</p>
+        <div class="issue">
+        It has been suggested that [[PROV-DM]] and PROV-O should instead use 
+        the namespace <code>http://www.w3.org/ns/prov/</code> for terms that are
+        common in both models. This is <a
+        href="http://www.w3.org/2011/prov/track/issues/90">PROV-ISSUE-90</a>
+        </div>
 	  </section>
 	</section> <!-- PROV Ontology -->