--- a/dc-note/dc-note.html Thu Feb 21 17:12:18 2013 +0000
+++ b/dc-note/dc-note.html Thu Feb 21 17:13:51 2013 +0000
@@ -1470,7 +1470,7 @@
<section class="appendix">
<h2>Acknowledgements</h2>
<p>
- This document has been produced by a collaboration between the Provenance Working Group and the Dublin Core Metadata Iniciative.
+ This document is the result of a collaboration between the Provenance Working Group and the Dublin Core Metadata Iniciative.
The editors extend special thanks to Antoine Isaac, Ivan Herman, Timothy Lebo, Luc Moreau and Satya Sahoo for their feedback; and María Poveda and Idafen Santana Pérez for their help with the HTML generation.
</p>
</section>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/provenance.ttl Thu Feb 21 17:13:51 2013 +0000
@@ -0,0 +1,1 @@
+hi
--- a/reports/WD-prov-implementations-20130312/Overview.html Thu Feb 21 17:12:18 2013 +0000
+++ b/reports/WD-prov-implementations-20130312/Overview.html Thu Feb 21 17:13:51 2013 +0000
@@ -712,8 +712,8 @@
</tr>
<tr id="63">
<td>63</td>
- <th scope="row"><a href="https://dvcs.w3.org/hg/prov/raw-file/default/semantics/checker.pl">checker.pl</a></th>
- <td>Application<br>Validator</td>
+ <th scope="row"><a href="https://github.com/jamescheney/prov-constraints">checker.pl</a></th>
+ <td>Validator</td>
<td>PROV-XML</td>
</tr>
<tr id="64">
@@ -4093,4 +4093,4 @@
</dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/"><cite>PROV-N: The Provenance Notation</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/">http://www.w3.org/TR/2013/PR-prov-n-20130312/</a>
</dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. <a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/"><cite>PROV-O: The PROV Ontology</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/">http://www.w3.org/TR/2013/PR-prov-o-20130312/</a>
</dd><dt id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/"><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-20130312/">http://www.w3.org/TR/2013/WD-prov-overview-20130312/</a>
-</dd></dl></section></section></body></html>
\ No newline at end of file
+</dd></dl></section></section></body></html>
--- a/reports/prov-implementations.html Thu Feb 21 17:12:18 2013 +0000
+++ b/reports/prov-implementations.html Thu Feb 21 17:13:51 2013 +0000
@@ -516,8 +516,8 @@
</tr>
<tr id="63">
<td>63</td>
- <th scope="row"><a href="https://dvcs.w3.org/hg/prov/raw-file/default/semantics/checker.pl">checker.pl</a></th>
- <td>Application<br>Validator</td>
+ <th scope="row"><a href="https://github.com/jamescheney/prov-constraints">checker.pl</a></th>
+ <td>Validator</td>
<td>PROV-XML</td>
</tr>
<tr id="64">
--- a/semantics/checker.pl Thu Feb 21 17:12:18 2013 +0000
+++ b/semantics/checker.pl Thu Feb 21 17:13:51 2013 +0000
@@ -1,5 +1,8 @@
% James Cheney, February 6, 2013
% Some Prolog code for PROV-CONSTRAINTS
+% A full version of this checker can be found at
+% https://github.com/jamescheney/prov-constraints
+
:- consult(prov_xml).