--- a/rdf-turtle/index.html Tue Feb 11 17:53:16 2014 +0100
+++ b/rdf-turtle/index.html Tue Feb 11 18:26:37 2014 +0100
@@ -26,7 +26,9 @@
var respecConfig = {
localBiblio: localBibliography,
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
- specStatus: "PR",
+ specStatus: "REC",
+ errata: "http://www.w3.org/2014/rdf1.1-errata",
+ implementationReportURI: "http://www.w3.org/TR/2014/NOTE-rdf11-testcases-20140225/",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "turtle",
@@ -36,7 +38,7 @@
subtitle : "Terse RDF Triple Language",
// if you wish the publication date to be other than today, set this
- publishDate: "2014-01-09",
+ publishDate: "2014-02-25",
// if the specification's copyright date is a range of years, specify
// the start date here:
@@ -44,17 +46,17 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
- previousPublishDate: "2013-02-19",
- previousMaturity: "CR",
+ previousPublishDate: "2014-02-25",
+ previousMaturity: "PR",
//previousURI: "http://www.w3.org/TR/2011/WD-turtle-20110809/",
// if there a publicly available Editor's Draft, this is the link
- edDraftURI: "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html",
+ // edDraftURI: "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html",
// if this is a LCWD, uncomment and set the end of its review period
- lcEnd: "2012-09-15",
- crEnd: "2013-03-26",
- prEnd: "2014-02-09",
+ // lcEnd: "2012-09-15",
+ // crEnd: "2013-03-26",
+ // prEnd: "2014-02-09",
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
@@ -99,10 +101,7 @@
// Team Contact.
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46168/status",
- testSuiteURI: "http://www.w3.org/2013/TurtleTests/",
- implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports/index.html",
-
- alternateFormats: [ { uri: "diff-20130219.html", label: "diff to previous version" } ],
+ // alternateFormats: [ { uri: "diff-20130219.html", label: "diff to previous version" } ],
doRDFa: "1.1",
preProcess: [ preprocessTurtle ]
@@ -1249,13 +1248,28 @@
<p>Valuable contributions to this version were made by Gregg
Kellogg, Andy Seaborn, Sandro Hawke and the members of the RDF Working Group.</p>
- <p>The document was improved through the review process by the wider community.</p>
+ <p>The document was improved through the review process by the wider community.</p>
</section>
<section id="sec-changelog" class="appendix">
<h2>Change Log</h2>
+
+ <section id="sec-change-log-PR-REC">
+ <h3>Changes since <a
+ href="http://www.w3.org/TR/2014/PR-turtle-20140109/">January
+ 2014 Proposed Recommendation</a></h3>
+ <ul>
+ <li>Missing prefix added in example 11 in response to <a
+ href="http://lists.w3.org/Archives/Public/public-rdf-comments/2014Feb/0008.html">comment
+ from Lars Svensson</a>.</li>
+ </ul>
+ </section>
<section id="sec-changelog-CR-PR">
- <h2>Changes from <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">February 2013 Candidate Recommendation</a> to this Proposed Recommendation</h2>
+ <h3>Changes from <a
+ href="http://www.w3.org/TR/2013/CR-turtle-20130219/">February
+ 2013 Candidate Recommendation</a> to <a
+ href="http://www.w3.org/TR/2014/PR-turtle-20140109/">January
+ 2014 Proposed Recommendation</a></h3>
<ul>
<li>The addition of <a href="#grammar-production-sparqlPrefix">sparqlPrefix</a> and <a href="#grammar-production-sparqlBase">sparqlBase</a> which allow for using SPARQL style <code>BASE</code> and <code>PREFIX</code> directives in a Turtle document was marked "at risk" in the Candidate Recommendation publication. This feature is no longer at risk.</li>
<li>The title of this document was changed from
@@ -1264,7 +1278,7 @@
href="#sec-parsing-state">Sec. 7.1</a>.</li>
</ul>
</section>
-
+
<section id="sec-changelog-WD-CR">
<h3>Changes from <a href="http://www.w3.org/TR/2011/WD-turtle-20110809/">August 2011 First Public Working Draft</a> to <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">Candidate Recommendation</a></h3>
<ul>