--- a/rdf-turtle/index.html Sat Dec 10 20:43:42 2011 -0800
+++ b/rdf-turtle/index.html Sat Dec 10 20:46:16 2011 -0800
@@ -967,8 +967,6 @@
<p>A N′ document is a Unicode[[!UNICODE]] character string encoded in UTF-8.
Unicode codepoints only in the range U+0 to U+10FFFF inclusive are allowed.</p>
<p><a href="#sec-strings">Escape sequence rules</a> are the same as Turtle. However, as only the <code>STRING_LITERAL2</code> production is allowed new lines in literals MUST be escaped.</p>
- <p class="issue">Current grammar doesn't deal with comments correctly.</p>
- <p class="issue">Current grammar doesn't deal with triple lines that end in EOF rather then EOL.</p>
<pre data-include="n-prime.bnf" data-oninclude="esc">
</pre>
</section>
@@ -979,33 +977,6 @@
<section id="sec-compared">
<h2>Turtle compared</h2>
<p>Turtle is related to a number of other languages.</p>
- <section id="sec-diff-ntriples" class="informative">
- <h3>Turtle compared to N-Triples (Informative)</h3>
-
- <p>All N-Triples files are vaild Turtle documents. Turtle adds the following syntax to N-Triples:</p>
-
- <ol>
- <li>Whitespace restrictions removed</li>
- <li>Text content-encoding changed from ASCII to UTF-8</li>
-
- <li>Three additional string syntaxes: <a href="#term-turtle2-STRING_LITERAL2">STRING_LITERAL2</a>, <a href="#term-turtle2-STRING_LITERAL_LONG1">STRING_LITERAL_LONG1</a>, <a href="#term-turtle2-STRING_LITERAL_LONG2">STRING_LITERAL_LONG2</a></li>
- <li><code><a href="#term-turtle2-BASE">@base</a></code> directive for setting a base IRI</li>
- <li><code><a href="#term-turtle2-PREFIX">@prefix</a></code> directive for assigning namespace prefixes</li>
-
- <li><a href="#prod-turtle2-PrefixedName">Prefixed names</a></li>
- <li><a href="#prod-turtle2-objectList">Object lists</a> separated by <code>,</code></li>
- <li><a href="#prod-turtle2-predicateObjectList">Predicate object lists</a> separated by <code>;</code></li>
- <li><a href="#term-turtle2-ANON">Unlabled blank nodes</a> indicated by <code>[]</code></li>
-
- <li><code>rdf:type</code> shorthand <code>a</code></li>
- <li><a href="#prod-turtle2-collection">RDF collection constructor</a> bound by <code>()</code>s</li>
- <li><a href="#term-turtle2-INTEGER">Decimal integer literals</a> of type <code>xsd:integer</code></li>
-
- <li><a href="#term-turtle2-DECIMAL">Decimal double literals</a> of type <code>xsd:double</code></li>
- <li><a href="#term-turtle2-DOUBLE">Decimal arbitrary length literals</a> of type <code>xsd:decimal</code></li>
- <li><a href="#prod-turtle2-BooleanLiteral">Boolean literals</a> of type <code>xsd:boolean</code></li>
- </ol>
- </section>
<section id="sec-diff-n3" class="informative">
<h3>Turtle compared to Notation 3 (Informative)</h3>