--- a/drafts/n-quads/Overview.html Wed Oct 16 09:22:54 2013 -0700
+++ b/drafts/n-quads/Overview.html Wed Oct 16 09:23:42 2013 -0700
@@ -273,7 +273,7 @@
index</a> at http://www.w3.org/TR/.</em>
</p>
-<p>The N-Quads format has a similar flavour as N-Triples
+<p>The N-Quads format has a similar flavor as N-Triples
[<cite><a class="bibref" href="#bib-n-triples">n-triples</a></cite>]. The main distinction is that N-Quads allows encoding
multiple graphs. In a change from previous publication, this document is intended to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.</p>
@@ -337,7 +337,7 @@
<section id="sec-intro" typeof="bibo:Chapter" resource="#sec-intro" rel="bibo:chapter">
<!--OddPage--><h2 aria-level="1" role="heading" id="h2_sec-intro"><span class="secno">1. </span>Introduction</h2>
<p>This document defines an easy to parse line-based language named N-Quads.</p>
- <p>N-quads statments are a sequence of RDF terms representing the subject, predicate, object and graph label of an RDF Triple and the graph it is part of in a dataset. These may be separated by white space (spaces <code>#x20</code> or tabs <code>#x9</code>). This sequence is terminated by a '<code>.</code>' and a new line (optional at the end of a document).
+ <p>N-quads statements are a sequence of RDF terms representing the subject, predicate, object and graph label of an RDF Triple and the graph it is part of in a dataset. These may be separated by white space (spaces <code>#x20</code> or tabs <code>#x9</code>). This sequence is terminated by a '<code>.</code>' and a new line (optional at the end of a document).
</p>
<div class="example"><div class="example-title"><span>Example 1</span></div><pre class="example"><script type="application/n-quads"><http://one.example/subject1> <http://one.example/predicate1> <http://one.example/object1> <http://example.org/graph3> . # comments here
@@ -437,7 +437,7 @@
<section id="sec-grammar" typeof="bibo:Chapter" resource="#sec-grammar" rel="bibo:chapter">
<!--OddPage--><h2 aria-level="1" role="heading" id="h2_sec-grammar"><span class="secno">4. </span>Grammar</h2>
<p>A N-Quads document is a Unicode[<cite><a class="bibref" href="#bib-UNICODE">UNICODE</a></cite>] character string encoded in UTF-8.
- Unicode codepoints only in the range U+0 to U+10FFFF inclusive are allowed.</p>
+ Unicode code points only in the range U+0 to U+10FFFF inclusive are allowed.</p>
<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-Quads take the form of '<code>#</code>', outside an <code>IRIREF</code> or <code>STRING_LITERAL_QUOTE</code>, and continue to 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>
<p>The <abbr title="Extended Backus–Naur Form">EBNF</abbr> used here is defined in XML 1.0
@@ -597,7 +597,9 @@
<section id="sec-changes" class="appendix" typeof="bibo:Chapter" resource="#sec-changes" rel="bibo:chapter">
<!--OddPage--><h2 aria-level="1" role="heading" id="h2_sec-changes"><span class="secno">A. </span>Changes to this document</h2><h2 id="generatedID">
- </h2><h2 id="changes-since-last-publication-as-note">Changes since last publication as Note</h2>
+ </h2><h2 id="changes-since-last-publication-as-last-call-working-draft">Changes since last publication as Last Call Working Draft</h2>
+ <p>No substitutive changes.</p>
+ <h2 id="changes-since-original-publication-as-note">Changes since original publication as Note</h2>
<ul>
<li>White space rules defined outside of grammar, as in Turtle.
</li><li>Comment processing defined.