--- a/nquads/index.html Wed Aug 28 08:35:03 2013 -0700
+++ b/nquads/index.html Wed Aug 28 08:38:36 2013 -0700
@@ -114,7 +114,7 @@
<h2>N-Quads Language</h2>
<section id="simple-triples">
<h3>Simple Statements</h3>
- <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>
+ <p>The simplest statement is a sequence of (subject, predicate, object) terms forming an RDF triple and an optional blank node label or 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 omitted, in which case the triples are considered part of the default graph of the RDF dataset.<p>