--- a/drafts/n-quads/Overview.html Tue Sep 03 19:17:03 2013 -0700
+++ b/drafts/n-quads/Overview.html Tue Sep 03 19:22:58 2013 -0700
@@ -169,11 +169,11 @@
<h2 property="bibo:subtitle" id="subtitle">A line-based syntax for an RDF datasets</h2>
- <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-08-27T07:00:00.000Z" id="w3c-last-call-working-draft-27-august-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Last Call Working Draft <time class="dt-published" datetime="2013-08-27">27 August 2013</time></h2>
+ <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-09-04T07:00:00.000Z" id="w3c-last-call-working-draft-04-september-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Last Call Working Draft <time class="dt-published" datetime="2013-09-04">04 September 2013</time></h2>
<dl>
<dt>This version:</dt>
- <dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-n-quads-20130827/">http://www.w3.org/TR/2013/WD-n-quads-20130827/</a></dd>
+ <dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-n-quads-20130904/">http://www.w3.org/TR/2013/WD-n-quads-20130904/</a></dd>
<dt>Latest published version:</dt>
<dd><a href="http://www.w3.org/TR/n-quads/">http://www.w3.org/TR/n-quads/</a></dd>
@@ -376,7 +376,7 @@
<p>A conforming <strong>N-Quad parser</strong> is a system capable of reading N-Quad documents on behalf of an application. It makes the serialized RDF graph, as defined in <a href="#sec-parsing" class="sectionRef sec-ref">section 5. Parsing</a>, available to the application, usually through some form of API.</p>
- <p>The IRI that identifies the N-Quad language is: <code>http://www.w3.org/ns/formats/N-Quad</code></p>
+ <p>The IRI that identifies the N-Quad language is: <code>http://www.w3.org/ns/formats/N-Quads</code></p>
<section id="sec-mediatype" typeof="bibo:Chapter" resource="#sec-mediatype" rel="bibo:chapter">
<h3 aria-level="2" role="heading" id="h3_sec-mediatype"><span class="secno">3.1 </span>Media Type and Content Encoding</h3>
--- a/drafts/n-triples/Overview.html Tue Sep 03 19:17:03 2013 -0700
+++ b/drafts/n-triples/Overview.html Tue Sep 03 19:22:58 2013 -0700
@@ -169,11 +169,11 @@
<h2 property="bibo:subtitle" id="subtitle">A line-based syntax for an RDF graph</h2>
- <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-08-28T07:00:00.000Z" id="w3c-last-call-working-draft-28-august-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Last Call Working Draft <time class="dt-published" datetime="2013-08-28">28 August 2013</time></h2>
+ <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2013-09-04T07:00:00.000Z" id="w3c-last-call-working-draft-04-september-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Last Call Working Draft <time class="dt-published" datetime="2013-09-04">04 September 2013</time></h2>
<dl>
<dt>This version:</dt>
- <dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-n-triples-20130828/">http://www.w3.org/TR/2013/WD-n-triples-20130828/</a></dd>
+ <dd><a class="u-url" href="http://www.w3.org/TR/2013/WD-n-triples-20130904/">http://www.w3.org/TR/2013/WD-n-triples-20130904/</a></dd>
<dt>Latest published version:</dt>
<dd><a href="http://www.w3.org/TR/n-triples/">http://www.w3.org/TR/n-triples/</a></dd>
--- a/nquads/index.html Tue Sep 03 19:17:03 2013 -0700
+++ b/nquads/index.html Tue Sep 03 19:22:58 2013 -0700
@@ -22,7 +22,7 @@
},
// if you wish the publication date to be other than today, set this
- publishDate: "2013-08-27",
+ publishDate: "2013-09-04",
// if the specification's copyright date is a range of years, specify
// the start date here:
@@ -172,7 +172,7 @@
<p>A conforming <strong>N-Quad parser</strong> is a system capable of reading N-Quad documents on behalf of an application. It makes the serialized RDF graph, as defined in <a href="#sec-parsing" class="sectionRef"></a>, available to the application, usually through some form of API.</p>
- <p>The IRI that identifies the N-Quad language is: <code>http://www.w3.org/ns/formats/N-Quad</code></p>
+ <p>The IRI that identifies the N-Quad language is: <code>http://www.w3.org/ns/formats/N-Quads</code></p>
<section id="sec-mediatype">
<h2>Media Type and Content Encoding</h2>
@@ -202,7 +202,7 @@
<h3>Parsing</h3>
<p>Parsing N-Quads requires a state of one item:</p>
<ul>
- <li id="bnodeLabels">Map[<a class="type string">string</a> -> <a href="../rdf-concepts/index.html#dfn-blank-node">blank node</a>] <code class="dfn">bnodeLabels</code> — A mapping from string to blank node.</li>
+ <li id="bnodeLabels">Map[<a class="type string">string</a> -> <a href="http://www.w3.org/TR/rdf11-concepts/index.html#dfn-blank-node">blank node</a>] <code class="dfn">bnodeLabels</code> — A mapping from string to blank node.</li>
</ul>
<section id="sec-parsing-terms">
@@ -213,11 +213,11 @@
<tr><th>production</th><th>type</th><th>procedure</th></tr>
</thead>
<tbody>
- <tr id="handle-IRIREF" ><td style="text-align:left;"><a class="type IRI" href="#grammar-production-IRIREF" >IRIREF </a></td><td><a href="../rdf-concepts/index.html#dfn-iri"> IRI </a></td><td>The characters between "<" and ">" are taken, with the <a href="#numeric">numeric escape sequences</a> unescaped, to form the unicode string of the IRI.</tr>
- <tr id="handle-STRING_LITERAL_QUOTE" ><td style="text-align:left;"><a class="type lexicalForm" href="#grammar-production-STRING_LITERAL_QUOTE" >STRING_LITERAL_QUOTE </a></td><td><a href="../rdf-concepts/index.html#dfn-lexical-form"> lexical form</a></td><td>The characters between the outermost '"'s are taken, with <a href="#numeric">numeric</a> and <a href="#string">string</a> escape sequences unescaped, to form the unicode string of a lexical form.</td></tr>
- <tr id="handle-LANGTAG" ><td style="text-align:left;"><a class="type langTag" href="#grammar-production-LANGTAG" >LANGTAG </a></td><td><a href="../rdf-concepts/index.html#dfn-language-tag">language tag</a></td><td>The characters following the <code>@</code> form the unicode string of the language tag.</td></tr>
- <tr id="handle-literal" ><td style="text-align:left;"><a class="type literal" href="#grammar-production-literal" >literal </a></td><td><a href="../rdf-concepts/index.html#dfn-literal"> literal </a></td><td>The literal has a lexical form of the first rule argument, <code> STRING_LITERAL_QUOTE</code>, and either a language tag of <code>LANGTAG</code> or a datatype IRI of <code>iri</code>, depending on which rule matched the input. if neither a language tag nor a datatype IRI is provided, the literal has a datatype of <code>xsd:string</code>.</td></tr>
- <tr id="handle-BLANK_NODE_LABEL" ><td style="text-align:left;"><a class="type bNode" href="#grammar-production-BLANK_NODE_LABEL" >BLANK_NODE_LABEL </a></td><td><a href="../rdf-concepts/index.html#dfn-blank-node"> blank node </a></td><td>The string matching the second argument, <code>PN_LOCAL</code>, is a key in <a href="#bnodeLabels">bnodeLabels</a>. If there is no corresponding blank node in the map, one is allocated.</td></tr>
+ <tr id="handle-IRIREF" ><td style="text-align:left;"><a class="type IRI" href="#grammar-production-IRIREF" >IRIREF </a></td><td><a href="http://www.w3.org/TR/rdf11-concepts/index.html#dfn-iri"> IRI </a></td><td>The characters between "<" and ">" are taken, with the <a href="#numeric">numeric escape sequences</a> unescaped, to form the unicode string of the IRI.</tr>
+ <tr id="handle-STRING_LITERAL_QUOTE" ><td style="text-align:left;"><a class="type lexicalForm" href="#grammar-production-STRING_LITERAL_QUOTE" >STRING_LITERAL_QUOTE </a></td><td><a href="http://www.w3.org/TR/rdf11-concepts/index.html#dfn-lexical-form"> lexical form</a></td><td>The characters between the outermost '"'s are taken, with <a href="#numeric">numeric</a> and <a href="#string">string</a> escape sequences unescaped, to form the unicode string of a lexical form.</td></tr>
+ <tr id="handle-LANGTAG" ><td style="text-align:left;"><a class="type langTag" href="#grammar-production-LANGTAG" >LANGTAG </a></td><td><a href="http://www.w3.org/TR/rdf11-concepts/index.html#dfn-language-tag">language tag</a></td><td>The characters following the <code>@</code> form the unicode string of the language tag.</td></tr>
+ <tr id="handle-literal" ><td style="text-align:left;"><a class="type literal" href="#grammar-production-literal" >literal </a></td><td><a href="http://www.w3.org/TR/rdf11-concepts/index.html#dfn-literal"> literal </a></td><td>The literal has a lexical form of the first rule argument, <code> STRING_LITERAL_QUOTE</code>, and either a language tag of <code>LANGTAG</code> or a datatype IRI of <code>iri</code>, depending on which rule matched the input. if neither a language tag nor a datatype IRI is provided, the literal has a datatype of <code>xsd:string</code>.</td></tr>
+ <tr id="handle-BLANK_NODE_LABEL" ><td style="text-align:left;"><a class="type bNode" href="#grammar-production-BLANK_NODE_LABEL" >BLANK_NODE_LABEL </a></td><td><a href="http://www.w3.org/TR/rdf11-concepts/index.html#dfn-blank-node"> blank node </a></td><td>The string matching the second argument, <code>PN_LOCAL</code>, is a key in <a href="#bnodeLabels">bnodeLabels</a>. If there is no corresponding blank node in the map, one is allocated.</td></tr>
</tbody>
</table>
</section>
--- a/nquads/nquads.bnf Tue Sep 03 19:17:03 2013 -0700
+++ b/nquads/nquads.bnf Tue Sep 03 19:22:58 2013 -0700
@@ -4,7 +4,7 @@
[4] predicate ::= IRIREF
[5] object ::= IRIREF | BLANK_NODE_LABEL | literal
[6] graphLabel ::= IRIREF | BLANK_NODE_LABEL
-[7] literal ::= STRING_LITERAL_QUOTE ('^^' IRIREF | ('@' LANG) )?
+[7] literal ::= STRING_LITERAL_QUOTE ('^^' IRIREF | ('@' LANGTAG) )?
@terminals
--- a/rdf-turtle/n-prime.bnf Tue Sep 03 19:17:03 2013 -0700
+++ b/rdf-turtle/n-prime.bnf Tue Sep 03 19:22:58 2013 -0700
@@ -3,7 +3,7 @@
[3] subject ::= IRIREF | BLANK_NODE_LABEL
[4] predicate ::= IRIREF
[5] object ::= IRIREF | BLANK_NODE_LABEL | literal
-[6] literal ::= STRING_LITERAL_QUOTE ('^^' IRIREF | ('@' LANG) )?
+[6] literal ::= STRING_LITERAL_QUOTE ('^^' IRIREF | ('@' LANGTAG) )?
@terminals
--- a/rdf-turtle/n-triples.html Tue Sep 03 19:17:03 2013 -0700
+++ b/rdf-turtle/n-triples.html Tue Sep 03 19:22:58 2013 -0700
@@ -23,7 +23,7 @@
},
// if you wish the publication date to be other than today, set this
- publishDate: "2013-08-28",
+ publishDate: "2013-09-04",
// if the specification's copyright date is a range of years, specify
// the start date here: