--- a/nquads/index.html Tue Jul 02 13:28:46 2013 -0700
+++ b/nquads/index.html Tue Jul 02 13:34:29 2013 -0700
@@ -19,6 +19,10 @@
// formal title, define it here
subtitle : "A line-based syntax for an RDF datasets",
+ "localBiblio" : {
+ "EBNF-NOTATION" : "Tim Bray; Jean Paoli; C. M. Sperberg-McQueen; Eve Maler; François Yergeau. <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\"><cite>EBNF Notation</cite></a> 26 November 2008. W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\">http://www.w3.org/TR/REC-xml/#sec-notation</a> "
+ },
+
// if you wish the publication date to be other than today, set this
publishDate: "2013-07-23",
@@ -90,7 +94,7 @@
<section id='sotd'>
<p>The N-Quads format has a similar flavour as N-Triples
-[[N-TRIPLES]]. The main distinction is that N-Quads allows encoding
+[[n-triples]]. The main distinction is that N-Quads allows encoding
multiple graphs. In a change from previous publication, this document is intended to become a W3C Recommendation.</p>
</section>
@@ -193,7 +197,7 @@
<p>The <abbr title="Extended Backus–Naur Form">EBNF</abbr> used here is defined in XML 1.0
[[!EBNF-NOTATION]].</p>
<p>Escape sequence rules are the same as Turtle
- [[TURTLE-TR]]. However, as only the <a href="#grammar-production-STRING_LITERAL_QUOTE"><code>STRING_LITERAL_QUOTE</code></a> production is allowed new lines in literals MUST be escaped.</p>
+ [[turtle]]. However, as only the <a href="#grammar-production-STRING_LITERAL_QUOTE"><code>STRING_LITERAL_QUOTE</code></a> production is allowed new lines in literals MUST be escaped.</p>
<div data-include="nquads-bnf.html">
</div>
</section>
@@ -249,7 +253,7 @@
Any person or application that is writing or interpreting data in Turtle must take care to use the IRI that matches the intended semantics, and avoid IRIs that make look similar.
Further information about matching of similar characters can be found
in <a class="inform" href="http://www.unicode.org/reports/tr36/">Unicode Security
- Considerations</a> [[UNISEC]] and
+ Considerations</a> [[UNICODE-SECURITY]] and
<a class="norm" href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized Resource
Identifiers (IRIs)</a> [[RFC3987]] Section 8.
</dd>