Update refrences
authorGavin Carothers <gavin@carothers.name>
Wed, 26 Jun 2013 16:08:47 -0700
changeset 867 479f5906ea49
parent 866 c0f6ca38739c
child 868 f6dc98a27baf
Update refrences
rdf-turtle/n-triples.html
--- a/rdf-turtle/n-triples.html	Wed Jun 26 14:17:11 2013 -0500
+++ b/rdf-turtle/n-triples.html	Wed Jun 26 16:08:47 2013 -0700
@@ -19,6 +19,11 @@
           // formal title, define it here
           subtitle   :  "A line-based syntax for an RDF graph",
 
+
+          "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-04-09",
 
@@ -105,7 +110,7 @@
       <section id="sec-introduction">
         <h2>Introduction</h2>
         <p>This document defines an easy to parse line-based subset of
-        Turtle [[!TURTLE-TR]] named N-Triples.</p>
+        Turtle [[!turtle]] named N-Triples.</p>
         <p>The syntax is a revised version of N-Triples as originally defined in the RDF Test Cases [[!RDF-TESTCASES]] document. Its original intent was for writing test cases, but it has proven to be popular as a exchange format for RDF data.</p>
       <p>An N-Triples document contains no parsing directives.
     </p>
@@ -238,7 +243,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="n-prime-bnf.html">
           </div>
         </section>
@@ -432,7 +437,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>