--- a/rdf-turtle/index.html Wed Jun 20 14:22:59 2012 -0700
+++ b/rdf-turtle/index.html Wed Jun 20 14:25:20 2012 -0700
@@ -533,6 +533,8 @@
<p>A conforming <strong>Turtle parser</strong> is a system capable of reading Turtle documents on behalf of an application. It makes the serialized RDF graph, as defined in <a href="#sec-parsing">Parsing</a>, available to the application, usually through some form of API.</p>
+ <p>The IRI that identifies the Turtle language is: <code>http://www.w3.org/ns/formats/Turtle</code></p>
+
<p class="note">This specification does not define how Turtle parsers handle non-conforming input documents.</p>
<section id="sec-mime">
<h2>Media Type and Content Encoding</h2>
@@ -936,14 +938,7 @@
_:b4 rdf:first 2 ;
rdf:rest rdf:nil .
_:b3 rdf:rest rdf:nil .</script></pre>
- </section>
- <section id="sec-identifiers">
- <h2>Identifiers for the Turtle Language</h2>
- <p>The IRI that identifies the Turtle language is:<br />
- <code>http://www.w3.org/ns/formats/Turtle</code>
- </p>
- </section>
-
+ </section>
<section id="in-html" class="appendix informative">
<h2>Embedding Turtle in HTML documents</h2>
<p>HTML ([[!HTML5]]) <code>script</code> <a href="http://dev.w3.org/html5/spec/Overview.html#scripting-1">tags</a>