Comments as part of Language
authorGavin Carothers <gavin@carothers.name>
Wed, 20 Jun 2012 14:22:59 -0700
changeset 470 ce1f53582260
parent 469 22b1fb45bca0
child 471 0de6e6f53545
Comments as part of Language
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Wed Jun 20 14:22:01 2012 -0700
+++ b/rdf-turtle/index.html	Wed Jun 20 14:22:59 2012 -0700
@@ -180,7 +180,6 @@
 			  The Turtle grammar for <a href="#grammar-production-triples"><code>triples</code></a> is a subset of the <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/">SPARQL Query Language for RDF</a> [[RDF-SPARQL-QUERY]] grammar for <a href="http://www.w3.org/TR/sparql11-query/#rTriplesBlock"><code>TriplesBlock</code></a>.
 			  The two grammars share production and terminal names where possible.
 			</p>
-			  Comments may be given after a <code>#</code> that is not part of another lexical token and continue to the end of the line.
 
 			<p>
 			  The <a href="#sec-grammar">Turtle Grammar</a> and <a href="#sec-parsing">Parsing</a> sections define the construction of an RDF graph from a Turtle document.
@@ -190,6 +189,7 @@
 	<section id="language-features" class="informative">
 		<h2>Turtle Language</h2>
 		<p>A Turtle document allows writing down an RDF graph in a compact textual form. An RDF graph is made up of <a href="../rdf-concepts/index.html#dfn-rdf-triple">triples</a> consisting of a subject, predicate and object.</p>
+		<p>Comments may be given after a <code>#</code> that is not part of another lexical token and continue to the end of the line.</p>
 		<section id="simple-triples">
 			<h3>Simple Triples</h3>
 			<p>The simplest triple statement is a sequence of (subject, predicate, object) terms, separated by whitespace and terminated by '<code>.</code>' after each triple.</p>