Republish document
authorGavin Carothers <gavin@carothers.name>
Wed, 28 Aug 2013 08:38:52 -0700
changeset 1024 4b46d4664969
parent 1023 90af84f4c1ba
child 1025 e42a94a18ec8
Republish document
drafts/n-quads/Overview.html
--- a/drafts/n-quads/Overview.html	Wed Aug 28 08:38:36 2013 -0700
+++ b/drafts/n-quads/Overview.html	Wed Aug 28 08:38:52 2013 -0700
@@ -309,7 +309,7 @@
         <!--OddPage--><h2 aria-level="1" role="heading" id="h2_n-quads-language"><span class="secno">2. </span>N-Quads Language</h2>
         <section id="simple-triples" typeof="bibo:Chapter" resource="#simple-triples" rel="bibo:chapter">
           <h3 aria-level="2" role="heading" id="h3_simple-triples"><span class="secno">2.1 </span>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>
           <div class="example"><div class="example-title"><span>Example 2</span></div><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></div>
           <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><p>
         </p></section>