--- a/nquads/index.html Wed Jul 03 07:07:45 2013 -0700
+++ b/nquads/index.html Wed Jul 03 07:10:12 2013 -0700
@@ -101,7 +101,7 @@
<section id="sec-intro">
<h2>Introduction</h2>
<p>This document defines an easy to parse line-based language named N-Quads.</p>
- <p>N-quads statments are a sequence of RDF terms representing the subject, predicate, object and graph label of an RDF Triple and the graph it is part of in a dataset. These may be seperated by white space (spaces <code>#x20</code> or tabs <code>#x9</code>). This sequence is terminated by a '<code>.</code>' and a new line (optional at the end of a document).
+ <p>N-quads statments are a sequence of RDF terms representing the subject, predicate, object and graph label of an RDF Triple and the graph it is part of in a dataset. These may be separated by white space (spaces <code>#x20</code> or tabs <code>#x9</code>). This sequence is terminated by a '<code>.</code>' and a new line (optional at the end of a document).
</p>
<pre class="example"><script type="application/n-quads"><http://one.example/subject1> <http://one.example/predicate1> <http://one.example/object1> <http://example.org/graph3> . # comments here
@@ -119,7 +119,7 @@
<p>The simplest statement is a sequence of (subject, predicate, object) terms forming an RDF triple and an optional IRI labeling what graph in a dataset the triple belongs to, all are separated by whitespace and terminated by '<code>.</code>' after each statement.</p>
<pre class="example"><script type="application/n-quads"><http://example.org/#spiderman> <http://www.perceive.net/schemas/relationship/enemyOf> <http://example.org/#green-goblin> <http://example.org/graphs/spiderman> .</script>
</pre>
- <p>The graph label IRI can be ommited, in which case the triples are considered part of the default graph of the RDF dataset.<p>
+ <p>The graph label IRI can be omitted, in which case the triples are considered part of the default graph of the RDF dataset.<p>
</section>
<section id="sec-iri">
<h3>IRIs</h3>