--- a/rdf-turtle/index.html Tue Aug 02 04:42:01 2011 +0200
+++ b/rdf-turtle/index.html Tue Aug 02 05:32:54 2011 +0200
@@ -107,9 +107,9 @@
natural text form, with abbreviations for common usage patterns and
datatypes. Turtle provides levels of compatibility with the existing
<a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a>
- and
- <a href="http://www.w3.org/DesignIssues/Notation3">Notation 3</a>
- formats as well as the triple pattern syntax of the
+ <!-- and
+ <a href="http://www.w3.org/DesignIssues/Notation3">Notation 3</a> -->
+ format as well as the triple pattern syntax of the
<a href="http://www.w3.org/TR/sparql11-query/">SPARQL</a>
W3C Recommendation.
</p>
@@ -712,8 +712,8 @@
<li>Assign <code class="curPredicate">curPredicate</code> the IRI <code>http://xmlns.com/foaf/0.1/knows</code>.</li>
<li>Emit an RDF triple: <span class="ntriple"><code><...rdf#ericP></code> <code><.../knows></code> <code><...who/dan-brickley></code> .</span></li>
- <li>Emit an RDF triple: <span class="ntriple"><code><...rdf#ericP></code> <code><.../knows></code> <code><_:1></code> .</span></li>
- <li>Save <code class="curSubject">curSubject</code> and reassign to the blank node <code><_:1></code>.</li>
+ <li>Emit an RDF triple: <span class="ntriple"><code><...rdf#ericP></code> <code><.../knows></code> <code>_:1</code> .</span></li>
+ <li>Save <code class="curSubject">curSubject</code> and reassign to the blank node <code>_:1</code>.</li>
<li>Save <code class="curPredicate">curPredicate</code>.</li>
<li>Assign <code class="curPredicate">curPredicate</code> the IRI <code>http://xmlns.com/foaf/0.1/mbox</code>.</li>