typos
authorGuus Schreiber <guus.schreiber@vu.nl>
Sat, 06 Apr 2013 18:52:34 +0200
changeset 796 6b9e97980b9f
parent 795 f19c1f597bfa
child 797 5f2c7dc7fc05
typos
drafts/n-quads/Overview.html
--- a/drafts/n-quads/Overview.html	Sat Apr 06 18:50:09 2013 +0200
+++ b/drafts/n-quads/Overview.html	Sat Apr 06 18:52:34 2013 +0200
@@ -208,7 +208,7 @@
   <body><div class="head">
   <p>
     
-      <a href="http://www.w3.org/"><img src="htts://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"></a>
+      <a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"></a>
     
   </p>
   <h1 class="title" id="title">N-Quads</h1>
@@ -368,7 +368,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-URI">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>, 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>.
         </p>
         <div class="issue"><div class="issue-title"><span>Issue 1</span></div><p class="">
           Include examples with a few escapes for new lines, etc
@@ -480,7 +480,7 @@
     <td>::=</td>
     <td><a href="#grammar-production-STRING_LITERAL_QUOTE">STRING_LITERAL_QUOTE</a> ('<code class="grammar-literal">^^</code>' <a href="#grammar-production-IRIREF">IRIREF</a> <code>| </code> '<code class="grammar-literal">@</code>' <a href="#grammar-production-LANG">LANG</a>)?</td>
 </tr>
-<tr><td colspan="5"><h2 id="terminals">Productions for terminals</h2></td></tr>
+<tr><td colspan="4"><h2 id="terminals">Productions for terminals</h2></td></tr>
             <tr id="grammar-production-LANG" data-grammar-original="[8]  LANG               ::= [a-zA-Z]+ ( &quot;-&quot; [a-zA-Z0-9]+ )*" data-grammar-expression="(',', [('+', ('[', 'a-zA-Z')), ('*', (',', [(&quot;'&quot;, '-'), ('+', ('[', 'a-zA-Z0-9'))]))])" class="grammar-token">
     <td>[8]</td>
     <td><code>LANG</code></td>