--- a/rdf-turtle/index.html Wed May 23 10:18:26 2012 -0700
+++ b/rdf-turtle/index.html Wed May 23 11:52:18 2012 -0700
@@ -910,6 +910,16 @@
</p>
</section>
<section id="conformance">
+ <p>This specification defines conformance criteria for:</p>
+ <ul>
+ <li>Turtle documents
+ <li>Turtle parsers
+ </ul>
+ <p>A conforming <strong>Turtle document</strong> is a Unicode string that conforms to the grammar and additional constraints defined in <a href="#sec-grammar">Turtle Grammar</a>, starting with the <a href="#grammar-production-turtleDoc"><code>turtleDoc</code> production</a>. A Turtle document serializes an RDF graph.</p>
+
+ <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 class="note">This specification does not define how Turtle parsers handle non-conforming input documents.</p>
</section>
<section id="sec-mime">
<h2>Media Type and Content Encoding</h2>