--- a/model/diff-c.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/diff-c.html Thu Feb 21 17:28:13 2013 +0000
@@ -12,6 +12,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-constraints">
+
+
+
<style type="text/css">
.note { font-size:small; margin-left:50px }
@@ -701,7 +706,7 @@
<dt><span class="insert">Implementation report:</span></dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html"><span class="insert">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</span></a></dd>
+ <dd><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</span></a></dd>
@@ -5031,6 +5036,7 @@
<li>Moved "mention" to a separate note. </li>
<li>Added <a href="#concepts">Section 4: Basic Concepts</a>.</li>
<li>Miscellaneous final cleanup prior to CR staging.</li>
+ <li><span class="insert"> Added html link to provenance.</span></li>
</ul>
</section>
--- a/model/diff-n.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/diff-n.html Thu Feb 21 17:28:13 2013 +0000
@@ -12,6 +12,9 @@
<title>PROV-N: The Provenance Notation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-n">
+
<style type="text/css">
.note { font-size:small; margin-left:50px }
table.thinborder {
@@ -811,7 +814,7 @@
<dt>Implementation report:</dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</a></dd>
+ <dd><span class="delete">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</span><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</span></a></dd>
@@ -3047,6 +3050,7 @@
</span></li><li><span class="insert"> Changed the status of this document section: added new documents to the PROV Family of Document, and removed the how to read section, referring instead to PROV-OVERVIEW.
</span></li><li><span class="insert"> Changed all URLs to PROV documents.
</span></li><li><span class="insert"> Clarified a sentence about the (non) nesting of bundles.
+</span></li><li><span class="insert"> Added html link to provenance.
</span></li></ul>
</section>
--- a/model/diff.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/diff.html Thu Feb 21 17:28:13 2013 +0000
@@ -23,6 +23,20 @@
+
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-dm">
+
+
+
+
+
+
+
+
+
+
+
+
<script type="text/javascript">
/*
Written by Jonathan Snook, http://www.snook.ca/jonathan
@@ -795,7 +809,7 @@
<dt>Implementation report:</dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</a></dd>
+ <dd><span class="delete">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</span><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</span></a></dd>
@@ -4016,6 +4030,7 @@
</span></li><li><span class="insert"> Added anchors for prov:Bundle, prov:Collection, prov:Emptycollection, prov:Plan, prov:Person, prov:SoftwareAgent, prov:Organization, to facilitate systematic cross-referencing.
</span></li><li><span class="insert"> Likewise, added anchor for Bundle Type.
</span></li><li><span class="insert"> Table 9: fixed section number where plan is defined.
+</span></li><li><span class="insert"> Added html link to provenance.
</span></li></ul>
</section>
--- a/model/prov-constraints.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/prov-constraints.html Thu Feb 21 17:28:13 2013 +0000
@@ -3,6 +3,8 @@
<html><head>
<title>Constraints of the PROV Data Model</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-constraints">
+
<!--
=== NOTA BENE ===
For the three scripts below, if your spec resides on dev.w3 you can check them
@@ -725,7 +727,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-constraints.html",
- implementationReportURI: "http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html",
+ implementationReportURI: "http://www.w3.org/TR/2013/WD-prov-implementations-20130312/",
testSuiteURI: "http://dvcs.w3.org/hg/prov/raw-file/default/testcases/process.html",
@@ -5471,6 +5473,7 @@
<li>Moved "mention" to a separate note. </li>
<li>Added <a href="#concepts">Section 4: Basic Concepts</a>.</li>
<li>Miscellaneous final cleanup prior to CR staging.</li>
+ <li> Added html link to provenance.</li>
</ul>
</section>
--- a/model/prov-dm.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/prov-dm.html Thu Feb 21 17:28:13 2013 +0000
@@ -4,6 +4,7 @@
<html><head>
<title>PROV-DM: The PROV Data Model</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-dm">
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove" async></script>
@@ -156,7 +157,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://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html",
+ implementationReportURI: "http://www.w3.org/TR/2013/WD-prov-implementations-20130312/",
// testSuiteURI: "http://dvcs.w3.org/hg/prov/raw-file/default/testcases/process.html",
@@ -3963,6 +3964,7 @@
<li> Added anchors for prov:Bundle, prov:Collection, prov:Emptycollection, prov:Plan, prov:Person, prov:SoftwareAgent, prov:Organization, to facilitate systematic cross-referencing.
<li> Likewise, added anchor for Bundle Type.
<li> Table 9: fixed section number where plan is defined.
+<li> Added html link to provenance.
</ul>
</section>
--- a/model/prov-n.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/prov-n.html Thu Feb 21 17:28:13 2013 +0000
@@ -4,6 +4,7 @@
<head>
<title>PROV-N: The Provenance Notation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-n">
<style type="text/css">
.note { font-size:small; margin-left:50px }
@@ -123,7 +124,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-n.html",
- implementationReportURI: "http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html",
+ implementationReportURI: "http://www.w3.org/TR/2013/WD-prov-implementations-20130312/",
// if this is a LCWD, uncomment and set the end of its review period
prEnd: "2013-04-09",
@@ -3001,6 +3002,7 @@
<li> Changed the status of this document section: added new documents to the PROV Family of Document, and removed the how to read section, referring instead to PROV-OVERVIEW.
<li> Changed all URLs to PROV documents.
<li> Clarified a sentence about the (non) nesting of bundles.
+<li> Added html link to provenance.
</ul>
</section>
--- a/model/releases/PR-prov-constraints-20130312/Overview.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/releases/PR-prov-constraints-20130312/Overview.html Thu Feb 21 17:28:13 2013 +0000
@@ -3,6 +3,8 @@
<head>
<title>Constraints of the PROV Data Model</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-constraints">
+
<!--
=== NOTA BENE ===
For the three scripts below, if your spec resides on dev.w3 you can check them
@@ -686,7 +688,7 @@
<dt>Implementation report:</dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</a></dd>
+ <dd><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</a></dd>
@@ -5298,6 +5300,7 @@
<li>Moved "mention" to a separate note. </li>
<li>Added <a href="#concepts">Section 4: Basic Concepts</a>.</li>
<li>Miscellaneous final cleanup prior to CR staging.</li>
+ <li> Added html link to provenance.</li>
</ul>
</section>
--- a/model/releases/PR-prov-constraints-20130312/diff-c.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/releases/PR-prov-constraints-20130312/diff-c.html Thu Feb 21 17:28:13 2013 +0000
@@ -12,6 +12,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-constraints">
+
+
+
<style type="text/css">
.note { font-size:small; margin-left:50px }
@@ -701,7 +706,7 @@
<dt><span class="insert">Implementation report:</span></dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html"><span class="insert">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</span></a></dd>
+ <dd><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</span></a></dd>
@@ -5031,6 +5036,7 @@
<li>Moved "mention" to a separate note. </li>
<li>Added <a href="#concepts">Section 4: Basic Concepts</a>.</li>
<li>Miscellaneous final cleanup prior to CR staging.</li>
+ <li><span class="insert"> Added html link to provenance.</span></li>
</ul>
</section>
--- a/model/releases/PR-prov-dm-20130312/Overview.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/releases/PR-prov-dm-20130312/Overview.html Thu Feb 21 17:28:13 2013 +0000
@@ -3,6 +3,7 @@
<head>
<title>PROV-DM: The PROV Data Model</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-dm">
@@ -787,7 +788,7 @@
<dt>Implementation report:</dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</a></dd>
+ <dd><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</a></dd>
@@ -3975,6 +3976,7 @@
</li><li> Added anchors for prov:Bundle, prov:Collection, prov:Emptycollection, prov:Plan, prov:Person, prov:SoftwareAgent, prov:Organization, to facilitate systematic cross-referencing.
</li><li> Likewise, added anchor for Bundle Type.
</li><li> Table 9: fixed section number where plan is defined.
+</li><li> Added html link to provenance.
</li></ul>
</section>
--- a/model/releases/PR-prov-dm-20130312/diff.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/releases/PR-prov-dm-20130312/diff.html Thu Feb 21 17:28:13 2013 +0000
@@ -23,6 +23,20 @@
+
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-dm">
+
+
+
+
+
+
+
+
+
+
+
+
<script type="text/javascript">
/*
Written by Jonathan Snook, http://www.snook.ca/jonathan
@@ -795,7 +809,7 @@
<dt>Implementation report:</dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</a></dd>
+ <dd><span class="delete">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</span><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</span></a></dd>
@@ -4016,6 +4030,7 @@
</span></li><li><span class="insert"> Added anchors for prov:Bundle, prov:Collection, prov:Emptycollection, prov:Plan, prov:Person, prov:SoftwareAgent, prov:Organization, to facilitate systematic cross-referencing.
</span></li><li><span class="insert"> Likewise, added anchor for Bundle Type.
</span></li><li><span class="insert"> Table 9: fixed section number where plan is defined.
+</span></li><li><span class="insert"> Added html link to provenance.
</span></li></ul>
</section>
--- a/model/releases/PR-prov-n-20130312/Overview.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/releases/PR-prov-n-20130312/Overview.html Thu Feb 21 17:28:13 2013 +0000
@@ -3,6 +3,7 @@
<head>
<title>PROV-N: The Provenance Notation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-n">
<style type="text/css">
.note { font-size:small; margin-left:50px }
@@ -783,7 +784,7 @@
<dt>Implementation report:</dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</a></dd>
+ <dd><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</a></dd>
@@ -3027,6 +3028,7 @@
</li><li> Changed the status of this document section: added new documents to the PROV Family of Document, and removed the how to read section, referring instead to PROV-OVERVIEW.
</li><li> Changed all URLs to PROV documents.
</li><li> Clarified a sentence about the (non) nesting of bundles.
+</li><li> Added html link to provenance.
</li></ul>
</section>
--- a/model/releases/PR-prov-n-20130312/diff-n.html Thu Feb 21 17:13:51 2013 +0000
+++ b/model/releases/PR-prov-n-20130312/diff-n.html Thu Feb 21 17:28:13 2013 +0000
@@ -12,6 +12,9 @@
<title>PROV-N: The Provenance Notation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+<link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-n">
+
<style type="text/css">
.note { font-size:small; margin-left:50px }
table.thinborder {
@@ -811,7 +814,7 @@
<dt>Implementation report:</dt>
- <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</a></dd>
+ <dd><span class="delete">http://dvcs.w3.org/hg/prov/raw-file/default/reports/prov-implementations.html</span><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/"><span class="insert">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</span></a></dd>
@@ -3047,6 +3050,7 @@
</span></li><li><span class="insert"> Changed the status of this document section: added new documents to the PROV Family of Document, and removed the how to read section, referring instead to PROV-OVERVIEW.
</span></li><li><span class="insert"> Changed all URLs to PROV documents.
</span></li><li><span class="insert"> Clarified a sentence about the (non) nesting of bundles.
+</span></li><li><span class="insert"> Added html link to provenance.
</span></li></ul>
</section>