change log section added
authorGuus Schreiber <guus.schreiber@vu.nl>
Sat, 08 Feb 2014 23:25:34 +0100
changeset 1824 8ce9af5f91ce
parent 1823 19d6f61ce1b4
child 1825 4f69735e120c
change log section added
nquads/index.html
--- a/nquads/index.html	Sat Feb 08 23:14:03 2014 +0100
+++ b/nquads/index.html	Sat Feb 08 23:25:34 2014 +0100
@@ -70,14 +70,12 @@
           // Team Contact.
           wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
 
-          // doRDFa: true,
-          testSuiteURI: "http://www.w3.org/2013/N-QuadsTests/",
-	  implementationReportURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/reports/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;
@@ -150,7 +148,7 @@
           The representation of the lexical form consists of an initial delimiter <code>"</code> (<span class="codepoint">U+0022</span>), a sequence of permitted characters or numeric escape sequence or string escape sequence, and a final delimiter. Literals may not contain the characters <code>"</code>, <code title="LINE FEED"><sub>LF</sub></code>, or <code title="CARRIAGE RETURN"><sub>CR</sub></code>. In addition '<code>\</code>' (<span class="codepoint">U+005C</span>) may not appear in any quoted literal except as part of an escape sequence.
           The corresponding <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-lexical-form">RDF lexical form</a> is the characters between the delimiters, after processing any escape sequences.
           If present, the <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-language-tagged-string">language tag</a> is preceded by a '<code>@</code>' (<span class="codepoint">U+0040</span>).
-          If there is no language tag, there may be a <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-datatype-iri">datatype IRI</a>, preceeded by '<code>^^</code>' (<span class="codepoint">U+005E</span> <span class="codepoint">U+005E</span>). If there is no datatype IRI and no language tag, the datatype is <code>xsd:string</code>.
+          If there is no language tag, there may be a <a href="http://www.w3.org/TR/rdf11-concepts/#dfn-datatype-iri">datatype IRI</a>, preceded by '<code>^^</code>' (<span class="codepoint">U+005E</span> <span class="codepoint">U+005E</span>). If there is no datatype IRI and no language tag, the datatype is <code>xsd:string</code>.
         </p>
         </section>
       <section id="BNodes">
@@ -262,6 +260,14 @@
 
       <section id="sec-changes" class="appendix">
         <h2>Change Log</h2>
+	<section>
+	<h3>Changes between Proposed Recommendation and
+        Recommendation</h3>
+	<ul>
+	  <li>Bug in grammar rule [7] concerning language-typed literals fixed.</li>
+	  <li>Link to original N-Quads proposal included.</li>
+	</ul>
+	</section>
         <section>
         <h3>Changes between <a href="http://www.w3.org/TR/2013/CR-n-quads-20131105/">Candidate Recommendation 05 November 2013</a> and this Proposed Recommendation</h3>
         <ul>