/#ProvenanceContainer -> /ProvenanceContainer
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Mon, 28 Nov 2011 14:45:37 +0000
changeset 1070 3d1b34537b3a
parent 1069 528d203c6b50
child 1071 e746f9a136f0
/#ProvenanceContainer -> /ProvenanceContainer
ontology/ProvenanceFormalModel.html
--- a/ontology/ProvenanceFormalModel.html	Mon Nov 28 14:29:47 2011 +0000
+++ b/ontology/ProvenanceFormalModel.html	Mon Nov 28 14:45:37 2011 +0000
@@ -72,7 +72,7 @@
           // previousMaturity:  "WD",
 
           // if there a publicly available Editor's Draft, this is the link
-          edDraftURI:           "http://www.w3.org/TR/2011/WD-prov-o-20111013/", // http://www.w3.org/2011/prov/wiki/D1--NOT-YET-AVAILABLE",
+          edDraftURI:           "http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceFormalModel.html", // http://www.w3.org/2011/prov/wiki/D1--NOT-YET-AVAILABLE",
 
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2009-08-05",
@@ -355,7 +355,7 @@
 			<div class="exampleOuter">
 				<pre class="example">
 					&lt;rdf:Description rdf:about="http://www.example.com/crimeFile#ProvenanceContainer1"&gt;
-						&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/#ProvenanceContainer"/&gt;
+						&lt;rdf:type rdf:resource="http://www.w3.org/ns/prov-o/ProvenanceContainer"/&gt;
 						&lt;cf:contains rdf:resource="http://www.example.com/crimeFile#Statement1"/&gt;
 						&lt;cf:contains rdf:resource="http://www.example.com/crimeFile#Statement2"/&gt;
 						&lt;cf:assertedBy rdf:resource="http://www.example.com/crimeFile#Alice"/&gt;