You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2016/09/09 12:51:12 UTC

svn commit: r997034 - in /websites/staging/jena/trunk/content: ./ documentation/io/rdf-binary.html

Author: buildbot
Date: Fri Sep  9 12:51:11 2016
New Revision: 997034

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/io/rdf-binary.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep  9 12:51:11 2016
@@ -1 +1 @@
-1760001
+1760002

Modified: websites/staging/jena/trunk/content/documentation/io/rdf-binary.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/io/rdf-binary.html (original)
+++ websites/staging/jena/trunk/content/documentation/io/rdf-binary.html Fri Sep  9 12:51:11 2016
@@ -256,7 +256,7 @@ wide-used binary encoding layer with a l
 <p>RDF Datasets are encoded as a stream of <code>RDF_Triple</code> and <code>RDF-Quad</code>.</p>
 <h2 id="encoding-result-sets">Thrift encoding of SPARQL Result Sets<a class="headerlink" href="#encoding-result-sets" title="Permanent link">&para;</a></h2>
 <p>A SPARQL Result Set is encoded as a list of variables (the header), then
-a list of rows (the results).</p>
+a stream of rows (the results).</p>
 <div class="codehilite"><pre><span class="n">struct</span> <span class="n">RDF_VarTuple</span> <span class="p">{</span>
 1<span class="p">:</span> <span class="n">list</span><span class="o">&lt;</span><span class="n">RDF_VAR</span><span class="o">&gt;</span> <span class="n">vars</span>
 <span class="p">}</span>