--- a/model/prov-dm.html Mon Mar 25 11:59:41 2013 +0000
+++ b/model/prov-dm.html Mon Mar 25 15:19:37 2013 +0000
@@ -158,7 +158,7 @@
// if there a publicly available Editor's Draft, this is the link
// edDraftURI: "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html",
- implementationReportURI: "http://www.w3.org/TR/2013/WD-prov-implementations-20130430/",
+ implementationReportURI: "http://www.w3.org/TR/2013/NOTE-prov-implementations-20130430/",
// testSuiteURI: "http://dvcs.w3.org/hg/prov/raw-file/default/testcases/process.html",
@@ -849,7 +849,7 @@
instances of provenance for human consumption; this notation is used in examples in
this document. </p>
-<p>The <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130430/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents. </p>
+<p>The <a href="http://www.w3.org/TR/2013/NOTE-prov-overview-20130430/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents. </p>
</section>
@@ -858,18 +858,18 @@
This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
interchange of provenance information in heterogeneous environments such as the Web. These documents are listed below. Please consult the [[PROV-OVERVIEW]] for a guide to reading these documents.
<ul>
-<li> <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130430/">PROV-OVERVIEW</a> (Note), an overview of the PROV family of documents [[PROV-OVERVIEW]];</li>
-<li> <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130430/">PROV-PRIMER</a> (Note), a primer for the PROV data model [[PROV-PRIMER]];</li>
+<li> <a href="http://www.w3.org/TR/2013/NOTE-prov-overview-20130430/">PROV-OVERVIEW</a> (Note), an overview of the PROV family of documents [[PROV-OVERVIEW]];</li>
+<li> <a href="http://www.w3.org/TR/2013/NOTE-prov-primer-20130430/">PROV-PRIMER</a> (Note), a primer for the PROV data model [[PROV-PRIMER]];</li>
<li> <a href="http://www.w3.org/TR/2013/REC-prov-o-20130430/">PROV-O</a> (Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [[!PROV-O]];</li>
<li> <a href="http://www.w3.org/TR/2013/REC-prov-dm-20130430/">PROV-DM</a> (Recommendation), the PROV data model for provenance (this document);</li>
<li> <a href="http://www.w3.org/TR/2013/REC-prov-n-20130430/">PROV-N</a> (Recommendation), a notation for provenance aimed at human consumption [[!PROV-N]];</li>
<li> <a href="http://www.w3.org/TR/2013/REC-prov-constraints-20130430/">PROV-CONSTRAINTS</a> (Recommendation), a set of constraints applying to the PROV data model [[!PROV-CONSTRAINTS]];</li>
-<li> <a href="http://www.w3.org/TR/2013/WD-prov-xml-20130430/">PROV-XML</a> (Note), an XML schema for the PROV data model [[PROV-XML]];</li>
-<li> <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130430/">PROV-AQ</a> (Note), the mechanisms for accessing and querying provenance [[PROV-AQ]]; </li>
-<li> <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130430/">PROV-DICTIONARY</a> (Note) introduces a specific type of collection, consisting of key-entity pairs [[PROV-DICTIONARY]];</li>
-<li> <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130430/">PROV-DC</a> (Note) provides a mapping between PROV and Dublic Core Terms [[PROV-DC]];</li>
-<li> <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130430/">PROV-SEM</a> (Note), a declarative specification in terms of first-order logic of the PROV data model [[PROV-SEM]];</li>
-<li> <a href="http://www.w3.org/TR/2013/WD-prov-links-20130430/">PROV-LINKS</a> (Note) introduces a mechanism to link across bundles [[PROV-LINKS]].</li>
+<li> <a href="http://www.w3.org/TR/2013/NOTE-prov-xml-20130430/">PROV-XML</a> (Note), an XML schema for the PROV data model [[PROV-XML]];</li>
+<li> <a href="http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/">PROV-AQ</a> (Note), the mechanisms for accessing and querying provenance [[PROV-AQ]]; </li>
+<li> <a href="http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/">PROV-DICTIONARY</a> (Note) introduces a specific type of collection, consisting of key-entity pairs [[PROV-DICTIONARY]];</li>
+<li> <a href="http://www.w3.org/TR/2013/NOTE-prov-dc-20130430/">PROV-DC</a> (Note) provides a mapping between PROV and Dublic Core Terms [[PROV-DC]];</li>
+<li> <a href="http://www.w3.org/TR/2013/NOTE-prov-sem-20130430/">PROV-SEM</a> (Note), a declarative specification in terms of first-order logic of the PROV data model [[PROV-SEM]];</li>
+<li> <a href="http://www.w3.org/TR/2013/NOTE-prov-links-20130430/">PROV-LINKS</a> (Note) introduces a mechanism to link across bundles [[PROV-LINKS]].</li>
</ul>
</section>
@@ -2293,7 +2293,7 @@
<pre class="codeexample">
entity(e1, [ prov:type="approval document" ])
activity(a1, [ prov:type="Editing" ])
-wasEndedBy(a1, e1)
+wasEndedBy(a1, e1, -, -)
</pre>
</div>
</section>
@@ -3948,6 +3948,7 @@
<ul>
<li> Changed the status of this document section.
<li> Changed all URLs to PROV documents.
+<li> <a href="http://www.w3.org/2011/prov/track/issues/653">ISSUE-653</a>: Fixed typo in example to ensure compatibility with prov-n grammar.
</ul>
</section>
--- a/model/provbib.js Mon Mar 25 11:59:41 2013 +0000
+++ b/model/provbib.js Mon Mar 25 15:19:37 2013 +0000
@@ -10,16 +10,16 @@
"http://www.w3.org/TR/2013/REC-prov-o-20130430/",
"http://www.w3.org/TR/2013/REC-prov-n-20130430/",
"http://www.w3.org/TR/2013/REC-prov-constraints-20130430/",
- "http://www.w3.org/TR/2013/WD-prov-primer-20130430",
- "http://www.w3.org/TR/2013/WD-prov-xml-20130430",
- "http://www.w3.org/TR/2013/WD-prov-overview-20130430",
- "http://www.w3.org/TR/2013/WD-prov-aq-20130430",
- "http://www.w3.org/TR/2013/WD-prov-dc-20130430",
- "http://www.w3.org/TR/2013/WD-prov-xml-20130430",
- "http://www.w3.org/TR/2013/WD-prov-links-20130430",
- "http://www.w3.org/TR/2013/WD-prov-dc-20130430",
- "http://www.w3.org/TR/2013/WD-prov-sem-20130430",
- "http://www.w3.org/TR/2013/WD-prov-dictionary-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-primer-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-xml-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-overview-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-aq-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-dc-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-xml-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-links-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-dc-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-sem-20130430",
+ "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430",
"http://www.w3.org/2011/prov/wiki/FormalSemanticsED",
"http://lists.w3.org/Archives/Public/public-prov-comments/" ];
@@ -33,15 +33,15 @@
"PROV-SEM":
"James Cheney; ed. "+
- "<a href=\"http://www.w3.org/TR/2013/WD-prov-sem-20130430\"><cite>Semantics of the PROV Data Model</cite></a>. "+
+ "<a href=\"http://www.w3.org/TR/2013/NOTE-prov-sem-20130430\"><cite>Semantics of the PROV Data Model</cite></a>. "+
"12 March 2013, Working Draft. "+
- "URL: <a href=\"http://www.w3.org/TR/2013/WD-prov-sem-20130430\">http://www.w3.org/TR/2013/WD-prov-sem-20130430</a>.",
+ "URL: <a href=\"http://www.w3.org/TR/2013/NOTE-prov-sem-20130430\">http://www.w3.org/TR/2013/NOTE-prov-sem-20130430</a>.",
"PROV-PRIMER":
"Yolanda Gil; Simon Miles; eds. "+
- "<a href=\"http://www.w3.org/TR/2013/WD-prov-primer-20130430/\"><cite>PROV Model Primer</cite></a>. "+
+ "<a href=\"http://www.w3.org/TR/2013/NOTE-prov-primer-20130430/\"><cite>PROV Model Primer</cite></a>. "+
"12 March 2013, Working Draft. "+
- "URL: <a href=\"http://www.w3.org/TR/2013/WD-prov-primer-20130430/\">http://www.w3.org/TR/2013/WD-prov-primer-20130430/</a>",
+ "URL: <a href=\"http://www.w3.org/TR/2013/NOTE-prov-primer-20130430/\">http://www.w3.org/TR/2013/NOTE-prov-primer-20130430/</a>",
"PROV-O":
"Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. "+
@@ -64,27 +64,27 @@
"PROV-XML":
"Hook Hua; Curt Tilmes; Stephan Zednik; eds. "+
- "<a href=\"http://www.w3.org/TR/2013/WD-prov-xml-20130430/\"><cite>PROV-XML: The PROV XML Schema</cite></a>. "+
+ "<a href=\"http://www.w3.org/TR/2013/NOTE-prov-xml-20130430/\"><cite>PROV-XML: The PROV XML Schema</cite></a>. "+
"12 March 2013, Working Draft. "+
- "URL: <a href=\"http://www.w3.org/TR/2013/WD-prov-xml-20130430/\">http://www.w3.org/TR/2013/WD-prov-xml-20130430/</a>",
+ "URL: <a href=\"http://www.w3.org/TR/2013/NOTE-prov-xml-20130430/\">http://www.w3.org/TR/2013/NOTE-prov-xml-20130430/</a>",
"PROV-OVERVIEW":
"Paul Groth; Luc Moreau; eds. "+
- "<a href=\"http://www.w3.org/TR/2013/WD-prov-overview-20130430/\"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. "+
+ "<a href=\"http://www.w3.org/TR/2013/NOTE-prov-overview-20130430/\"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. "+
"12 March 2013, Working Draft. "+
- "URL: <a href=\"http://www.w3.org/TR/2013/WD-prov-overview-20130430/\">http://www.w3.org/TR/2013/WD-prov-overview-20130430/</a>",
+ "URL: <a href=\"http://www.w3.org/TR/2013/NOTE-prov-overview-20130430/\">http://www.w3.org/TR/2013/NOTE-prov-overview-20130430/</a>",
"PROV-AQ":
"Graham Klyne; Paul Groth; eds. "+
- "<a href=\"http://www.w3.org/TR/2013/WD-prov-aq-20130430/\"><cite>Provenance Access and Query</cite></a>. "+
+ "<a href=\"http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/\"><cite>Provenance Access and Query</cite></a>. "+
"12 March 2013, Working Draft. "+
- "URL: <a href=\"http://www.w3.org/TR/2013/WD-prov-aq-20130430/\">http://www.w3.org/TR/2013/WD-prov-aq-20130430/</a>",
+ "URL: <a href=\"http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/\">http://www.w3.org/TR/2013/NOTE-prov-aq-20130430/</a>",
"PROV-LINKS":
"Luc Moreau; Timothy Lebo; eds. "+
- "<a href=\"http://www.w3.org/TR/2013/WD-prov-links-20130430/\"><cite>Linking Across Provenance Bundles</cite></a>. "+
+ "<a href=\"http://www.w3.org/TR/2013/NOTE-prov-links-20130430/\"><cite>Linking Across Provenance Bundles</cite></a>. "+
"12 March 2013, Working Draft. "+
- "URL: <a href=\"http://www.w3.org/TR/2013/WD-prov-links-20130430/\">http://www.w3.org/TR/2013/WD-prov-links-20130430/</a>",
+ "URL: <a href=\"http://www.w3.org/TR/2013/NOTE-prov-links-20130430/\">http://www.w3.org/TR/2013/NOTE-prov-links-20130430/</a>",
"PROV-LAYOUT":
"W3C PROV Working Group. "+
@@ -94,15 +94,15 @@
"PROV-DC":
"Daniel Garijo; Kai Eckert; eds. "+
- "<a href=\"http://www.w3.org/TR/2013/WD-prov-dc-20130430/\"><cite>Dublin Core to PROV Mapping</cite></a>. "+
+ "<a href=\"http://www.w3.org/TR/2013/NOTE-prov-dc-20130430/\"><cite>Dublin Core to PROV Mapping</cite></a>. "+
"12 March 2013, Working Draft. "+
- "URL: <a href=\"http://www.w3.org/TR/2013/WD-prov-dc-20130430/\">http://www.w3.org/TR/2013/WD-prov-dc-20130430/</a>",
+ "URL: <a href=\"http://www.w3.org/TR/2013/NOTE-prov-dc-20130430/\">http://www.w3.org/TR/2013/NOTE-prov-dc-20130430/</a>",
"PROV-DICTIONARY":
"Tom De Nies; Sam Coppens; eds. "+
- "<a href=\"http://www.w3.org/TR/2013/WD-prov-dictionary-20130430/\"><cite>PROV Dictionary</cite></a>. "+
+ "<a href=\"http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/\"><cite>PROV Dictionary</cite></a>. "+
"12 March 2013, Working Draft. "+
- "URL: <a href=\"http://www.w3.org/TR/2013/WD-prov-dictionary-20130430/\">http://www.w3.org/TR/2013/WD-prov-dictionary-20130430/</a>",
+ "URL: <a href=\"http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/\">http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/</a>",