You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2020/11/03 21:08:08 UTC

[jena-site] branch asf-site updated: Updated site from master (24c7c854ebb159e37554c32b326999c387d48214)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9da283e  Updated site from master (24c7c854ebb159e37554c32b326999c387d48214)
9da283e is described below

commit 9da283e501b39f4c8e04f0cdc8eef6b390b39117
Author: jenkins <bu...@apache.org>
AuthorDate: Tue Nov 3 21:08:04 2020 +0000

    Updated site from master (24c7c854ebb159e37554c32b326999c387d48214)
---
 content/documentation/io/streaming-io.html | 4 ++--
 content/sitemap.xml                        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/documentation/io/streaming-io.html b/content/documentation/io/streaming-io.html
index d327d11..5c45d13 100644
--- a/content/documentation/io/streaming-io.html
+++ b/content/documentation/io/streaming-io.html
@@ -213,7 +213,7 @@ and also parser events for prefix settings and base URI declarations.</p>
 <p>There are utilities to help:</p>
 <ul>
 <li><a href="/documentation/javadoc/arq/org/apache/jena/riot/system/StreamRDFLib.html"><code>StreamRDFLib</code></a> – create <code>StreamRDF</code> objects</li>
-<li><a href="/documentation/javadoc/arq/org/apache/jena/riot/system/StreamOps.html"><code>StreamOps</code></a> – helpers for sending RDF data to <code>StreamRDF</code> objects</li>
+<li><a href="/documentation/javadoc/arq/org/apache/jena/riot/system/StreamRDFOps.html"><code>StreamRDFOps</code></a> – helpers for sending RDF data to <code>StreamRDF</code> objects</li>
 </ul>
 <h2 id="reading-data">Reading data</h2>
 <p>All parsers of RDF syntaxes provided by RIOT are streaming with the
@@ -246,7 +246,7 @@ an <code>StreamRDF</code> backed by a stream-based writer</p>
 </code></pre>
 <p>which can be done as:</p>
 <pre><code>StreamRDF writer = StreamRDFWriter.getWriterStream(output, lang) ;
-StreamOps.graphToStream(writer, model.getGraph()) ;
+StreamRDFOps.graphToStream(writer, model.getGraph()) ;
 </code></pre>
 <p>N-Triples and N-Quads are always written as a stream.</p>
 <h2 id="rdfformat-and-lang">RDFFormat and Lang</h2>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 55bff40..945a314 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -1114,7 +1114,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/io/streaming-io.html</loc>
-    <lastmod>2020-04-11T15:51:24-05:00</lastmod>
+    <lastmod>2020-10-13T10:37:05+02:00</lastmod>
   </url>
   
   <url>