--- a/rdf-turtle/n-triples.html Sat Feb 08 23:35:52 2014 +0100
+++ b/rdf-turtle/n-triples.html Sat Feb 08 23:57:43 2014 +0100
@@ -11,7 +11,9 @@
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: "n-triples",
@@ -21,7 +23,7 @@
subtitle : "A line-based syntax for an RDF graph",
// 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:
@@ -29,17 +31,16 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
- previousPublishDate: "2013-11-05",
- previousMaturity: "CR",
+ previousPublishDate: "2014-01-09",
+ previousMaturity: "PR",
// if there a publicly available Editor's Draft, this is the link
- edDraftURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/n-triples.html",
+ // edDraftURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/n-triples.html",
// if this is a LCWD, uncomment and set the end of its review period
- lcEnd: "2013-10-14",
-
- crEnd: "2013-11-26",
- prEnd: "2014-02-09",
+ // lcEnd: "2013-10-14",
+ // crEnd: "2013-11-26",
+ // prEnd: "2014-02-09",
// editors, add as many as you like
// only "name" is required
@@ -72,16 +73,16 @@
// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
- // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+ // document unless you know what you're doing. If in doubt ask your friendly neighborhood
// Team Contact.
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/46168/status",
- // doRDFa: true,
- testSuiteURI: "http://www.w3.org/2013/N-TriplesTests/",
- implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports-nt/index.html"
+
+ doRDFa: "1.1",
+
};
</script>
<style type="text/css">
- /* Style Turtle script blocks to be visable */
+ /* Style Turtle script blocks to be visible */
pre.example script {
display:block;
overflow-x: auto;
@@ -100,11 +101,12 @@
<!-- BEGIN N-TRIPLES SPEC -->
<section id='sotd'>
+This document is part of the RDF 1.1 document suite [[!RDF11-CONCEPTS]].
N-Triples was originally defined as a syntax for
the RDF Test Cases [[!RDF-TESTCASES]] document. Due to its popularity
as an exchange format the <a href="http://www.w3.org/2011/rdf-wg/">RDF
Working Group</a> decided to publish an updated
-version. In a change from previous publication, this document is intended to become a W3C Recommendation.
+version.
</section>
<section id="sec-introduction">
@@ -283,7 +285,7 @@
<p>White space (tab <code>U+0009</code> or space <code>U+0020</code>) is used to separate two terminals which would otherwise be (mis-)recognized as one terminal. White space is significant in the production <a href="#grammar-production-STRING_LITERAL_QUOTE">STRING_LITERAL_QUOTE</a>.</p>
<p>Comments in N-Triples take the form of '<code>#</code>',
outside an <code>IRIREF</code> or <code>STRING_LITERAL_QUOTE</code>, and continue
- upto, and excluding, the end of line (<code>EOL</code>),
+ up-to, and excluding, the end of line (<code>EOL</code>),
or end of file if there is no end of line after the comment
marker. Comments are treated as white space.</p>
@@ -338,21 +340,35 @@
</section>
<section id="sec-changes" class="appendix">
- <h2>Changes to this document</h2>
- <h3>Changes since last publication as Last Call Working Draft</h3>
- <ul>
- <li>The text for "Canonical N-Triples" has been made into a separate section.</li>
- <li>A normative reference to RDF Concepts has been added</li>
- </ul>
- <h3>Changes since original publication as Note</h3>
+ <h2>Changes log</h2>
+ <h3>Changes between Proposed Recommendation and Recommendation</h3>
+ <ul>
+ <li>Bug in grammar rule [6] concerning language-typed literals fixed.</li>
+ </ul>
+ </section>
+ <section>
+ <h3>Changes between Candidate Recommendation and Proposed Recommendation</h3>
<ul>
- <li>Section defines <a href="#dfn-canonical-n-triples-document">canonical N-Triples document</a>.
+ <li>A normative reference to RDF Concepts was added.</li>
+ <li>The text for "Canonical N-Triples" has been made into a separate section.</li>
+ </ul>
+ </section>
+ <section>
+ <h3>Changes between Last Call Working Draft and Candidate recommendation</h3>
+ <p>No substantive changes.</p>
+ </section>
+ <section>
+ <h3>Changes between Last Call Working Draft and publication as Note</h3>
+ <ul>
+ <li>Section defines <a href="#dfn-canonical-n-triples-document">canonical
+ N-Triples document</a>.
<li>White space rules defined outside of grammar, as in Turtle.
<li>Comment processing defined.
<li>Parsing is defined.
<li>Removed "Summary of differences in N-Triples and Turtle".
<li>Recommendation track, not a working group Note.
</ul>
+ </section>
</section>
<section id="sec-mediaReg-n-triples" class="appendix">