- more refs to Notation3
authorEric Prud'hommeaux <eric@w3.org>
Tue, 02 Aug 2011 05:32:54 +0200
changeset 103 8d0a853711ce
parent 102 2e812150890b
child 104 5187c2033a91
- more refs to Notation3
~ s/<_:1>/_:1/2
rdf-turtle/index.html
--- 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>&lt;...rdf#ericP&gt;</code> <code>&lt;.../knows&gt;</code> <code>&lt;...who/dan-brickley&gt;</code> .</span></li>
 
-                <li>Emit an RDF triple: <span class="ntriple"><code>&lt;...rdf#ericP&gt;</code> <code>&lt;.../knows&gt;</code> <code>&lt;_:1&gt;</code> .</span></li>
-                <li>Save <code class="curSubject">curSubject</code> and reassign to the blank node <code>&lt;_:1&gt;</code>.</li>
+                <li>Emit an RDF triple: <span class="ntriple"><code>&lt;...rdf#ericP&gt;</code> <code>&lt;.../knows&gt;</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>