Add triples to current graph
authorGavin Carothers <gavin@carothers.name>
Wed, 03 Jul 2013 07:01:52 -0700
changeset 885 4dc2ae051935
parent 884 575c6d893230
child 886 28c181a7e081
Add triples to current graph
trig/index.html
--- a/trig/index.html	Tue Jul 02 14:46:00 2013 -0700
+++ b/trig/index.html	Wed Jul 03 07:01:52 2013 -0700
@@ -518,7 +518,7 @@
 
 		The <code><a href="#grammar-production-subject">subject</a></code> production sets the <code class="curSubject">curSubject</code>.
 		The <code><a href="#grammar-production-verb">verb</a></code> production sets the <code class="curPredicate">curPredicate</code>.
-		Each <a tabindex="30" class="grammarRef" href="#grammar-production-object">object</a> <code>N</code> in the document produces an RDF triple: <span class="ntriple"><code class="curSubject">curSubject</code> <code class="curPredicate">curPredicate</code> <code>N</code> .</span>
+		Each <a tabindex="30" class="grammarRef" href="#grammar-production-object">object</a> <code>N</code> in the document produces an RDF triple: <span class="ntriple"><code class="curSubject">curSubject</code> <code class="curPredicate">curPredicate</code> <code>N</code> .</span> Each RDF triple produced is added to <code class="curGraph">curGraph</code>.
           </p>
 
 	  <h4 id="propertyList" style="padding-bottom:0; margin-bottom:0;"><span>Property Lists:</span></h4>