End sentences with .
authorGavin Carothers <gavin@carothers.name>
Tue, 10 Jul 2012 16:50:00 -0700
changeset 493 8712fb2acb4b
parent 492 cdf6840e6c00
child 494 eb58ad4b9f12
End sentences with .
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Tue Jul 10 16:45:24 2012 -0700
+++ b/rdf-turtle/index.html	Tue Jul 10 16:50:00 2012 -0700
@@ -592,9 +592,9 @@
       </p>
 
       <ol>
-    <li>SPARQL permits RDF Literals as the subject of RDF triples (per <a href="http://www.w3.org/TR/sparql11-query/#rGraphTerm">Last Call draft</a>)</li>
+    <li>SPARQL permits RDF Literals as the subject of RDF triples (per <a href="http://www.w3.org/TR/sparql11-query/#rGraphTerm">Last Call draft</a>).</li>
 
-    <li>SPARQL permits variables (<code>?</code><em>name</em> or <code>$</code><em>name</em>) in any part of the triple of the form</li>
+    <li>SPARQL permits variables (<code>?</code><em>name</em> or <code>$</code><em>name</em>) in any part of the triple of the form.</li>
     <li>Turtle allows <a href="#grammar-production-directive">prefix and base declarations</a> anywhere outside of a triple. In SPARQL, they are only allowed in the <a href="http://www.w3.org/TR/sparql11-query/#rPrologue">Prologue</a> (at the start of the SPARQL query).</li>
     <li>SPARQL uses case insensitive keywords, except for '<code>a</code>'. Turtle's prefix and base declarations are case sensitive.</li>
     <li>'<code>true</code>' and '<code>false</code>' are case insensitive in SPARQL and case sensitive in Turtle. <code>TrUe</code> is not a valid boolean value in Turtle.</li>