Author: buildbot
Date: Sat Jan 11 23:26:59 2020
New Revision: 1055146
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/rdfconnection/index.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 11 23:26:59 2020
@@ -1 +1 @@
-1872391
+1872622
Modified:
websites/staging/jena/trunk/content/documentation/rdfconnection/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/rdfconnection/index.html
(original)
+++ websites/staging/jena/trunk/content/documentation/rdfconnection/index.html
Sat Jan 11 23:26:59 2020
@@ -277,11 +277,11 @@ and <a href="https://github.com/apache/j
5</a>.</p>
<p>There are many options, including setting HTTP headers for content types
(<a
href="//jena.apache.org/documentation/javadoc/rdfconnection/index.html">javadoc</a>)
-and providing detailed configuration with
+and providing detailed configuration with
<a href="https://hc.apache.org/httpcomponents-client-ga/">Apache
HttpComponents HttpClient</a>.</p>
<h3 id="fuseki-specific-connection">Fuseki Specific Connection<a
class="headerlink" href="#fuseki-specific-connection" title="Permanent
link">¶</a></h3>
-<p>If the remote destination is a Apache Jena Fuseki server, then teh
-default egneral settings work but it is possible to have a specialised
connection </p>
+<p>If the remote destination is a Apache Jena Fuseki server, then the
+default general settings work but it is possible to have a specialised
connection</p>
<div class="codehilite"><pre> <span
class="n">RDFConnectionRemoteBuilder</span> <span class="n">builder</span>
<span class="p">=</span> <span class="n">RDFConnectionFuseki</span><span
class="p">.</span><span class="n">create</span><span class="p">()</span>
<span class="p">.</span><span class="n">destination</span><span
class="p">(</span>"<span class="n">http</span><span
class="p">:</span><span class="o">//</span><span class="n">host</span><span
class="o">/</span><span class="n">fuseki</span>"<span class="p">);</span>
</pre></div>
@@ -289,7 +289,7 @@ default egneral settings work but it is
<p>which uses settings tuned to Fuseki, including round-trip handling of
blank nodes.</p>
-<p>See <a
href="https://github.com/apache/jena/blob/master/jena-rdfconnection/src/main/java/org/apache/jena/rdfconnection/examples/RDFConnectionExample6.java">example
+<p>See <a
href="https://github.com/apache/jena/blob/master/jena-rdfconnection/src/main/java/org/apache/jena/rdfconnection/examples/RDFConnectionExample6.java">example
6</a>.</p>
<h2 id="graph-store-protocol">Graph Store Protocol<a class="headerlink"
href="#graph-store-protocol" title="Permanent link">¶</a></h2>
<p>The <a href="https://www.w3.org/TR/sparql11-http-rdf-update/">SPARQL Graph
@@ -307,7 +307,7 @@ add more RDF data into a graph, and dele
<p>The file extension is used to determine the syntax.</p>
<p>There is also a set of scripts to help do these operations from the command
-line with
+line with
<a href="//jena.apache.org/documentation/fuseki2/soh.html">SOH</a>.
It is possible to write curl scripts as well. The SPARQL Graph
Store Protocol provides a standardised way to manage the data in a dataset.</p>
@@ -319,7 +319,7 @@ provided).</p>
<h3 id="local-vs-remote">Local vs Remote<a class="headerlink"
href="#local-vs-remote" title="Permanent link">¶</a></h3>
-<p>GSP operations work on while models and datasets. When used on a remote
connection,
+<p>GSP operations work on while models and datasets. When used on a remote
connection,
the result of a GSP operation is a separate copy of the remote RDF data. When
working
with local connections, 3 isolations modes are available:</p>
<ul>
@@ -387,8 +387,10 @@ operations are visible to the called cod
and <code>RDFDatasetConnection</code> (read and write operations).</li>
</ul>
<h2 id="examples">Examples<a class="headerlink" href="#examples"
title="Permanent link">¶</a></h2>
-<p>See
-<a
href="https://github.com/apache/jena/tree/master/jena-rdfconnection/src/main/java/org/apache/jena/rdfconnection/examples">here</a>
for examples.</p>
+<ul>
+<li>for simple usage examples see <a
href="https://github.com/apache/jena/tree/master/jena-rdfconnection/src/main/java/org/apache/jena/rdfconnection/examples">https://github.com/apache/jena/tree/master/jena-rdfconnection/src/main/java/org/apache/jena/rdfconnection/examples</a>.</li>
+<li>for example of how to use with StreamRDF see <a
href="https://github.com/apache/jena/blob/master/jena-examples/src/main/java/org/apache/jena/example/streaming/StreamRDFToConnection.java">https://github.com/apache/jena/blob/master/jena-examples/src/main/java/org/apache/jena/example/streaming/StreamRDFToConnection.java</a>.</li>
+</ul>
</div>
</div>