--- a/rdf-spaces/index.html Thu May 10 14:22:03 2012 -0400
+++ b/rdf-spaces/index.html Thu May 10 14:23:27 2012 -0400
@@ -508,7 +508,7 @@
<p>The syntax of N-Quads is the same as the syntax of N-Triples,
except that a fourth term, identifying an RDF space, may
- optionally included on each line, after the "object" term.</p>
+ optionally be included on each line, after the "object" term.</p>
<p>Formally, the N-Quads grammar is <a href="http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html#">the N-Triples
Grammar</a> modified by removing productions [1] and [2], and
@@ -555,7 +555,7 @@
<pre class="example"><http://example.org/subject> <http://example.org/predicate> <http://example.org/object1>.
<http://example.org/subject> <http://example.org/predicate> <http://example.org/object2>.
-<http://example.org/subject> <http://example.org/predicate> <http://example.org/object1> <http://example.org/space1> .
+<http://example.org/subject> <http://example.org/predicate> <http://example.org/object1> <http://example.org/space1>.
<http://example.org/subject> <http://example.org/predicate> <http://example.org/object1> <http://example.org/space2>.</pre>
</section>