Add conformance from Richard Cyganiak
authorGavin Carothers <gavin@carothers.name>
Wed, 23 May 2012 11:52:18 -0700
changeset 409 c69d0ef4414f
parent 408 6f2392da7fd7
child 410 62c62c29cb8d
Add conformance from Richard Cyganiak
rdf-turtle/index.html
--- 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>