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 b04d9fa60 Updated site from main
(66c779eca922645cf546b17b4a8c8861c8005fee)
b04d9fa60 is described below
commit b04d9fa6042f87a3ce6dd5f4b565d7acf349e651
Author: jenkins <[email protected]>
AuthorDate: Fri Aug 26 14:51:43 2022 +0000
Updated site from main (66c779eca922645cf546b17b4a8c8861c8005fee)
---
content/documentation/io/rdf-input.html | 6 +++---
content/documentation/io/rdf-output.html | 6 +++---
content/sitemap.xml | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/content/documentation/io/rdf-input.html
b/content/documentation/io/rdf-input.html
index 3d02a168b..0af56a190 100644
--- a/content/documentation/io/rdf-input.html
+++ b/content/documentation/io/rdf-input.html
@@ -452,7 +452,7 @@ contain ‘:'.</p>
configuration file is necessary.</p>
<p>The base URI for reading models will be the original URI, not the
alternative location.</p>
<h2 id="advanced-examples">Advanced examples</h2>
-<p>Example code may be found in <a
href="https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/arq/examples/riot/">jena-examples:arq/examples</a>.</p>
+<p>Example code may be found in <a
href="https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/riot/">jena-examples:arq/examples</a>.</p>
<h3 id="iterating-over-parser-output">Iterating over parser output</h3>
<p>One of the capabilities of the RIOT API is the ability to treat parser
output as an iterator,
this is useful when you don’t want to go to the trouble of writing a
full sink implementation and can easily express your
@@ -472,11 +472,11 @@ calling thread.</p>
<p>When working with very large files, it can be useful to
process the stream of triples or quads produced
by the parser so as to work in a streaming fashion.</p>
-<p>See <a
href="https://github.com/apache/jena/blob/main/jena-examples/src/main/java/arq/examples/arq/examples/riot/ExRIOT4_StreamRDF_Filter.java">RIOT
example 4</a></p>
+<p>See <a
href="https://github.com/apache/jena/blob/main/jena-examples/src/main/java/arq/examples/riot/ExRIOT4_StreamRDF_Filter.java">RIOT
example 4</a></p>
<h3 id="add-a-new-language">Add a new language</h3>
<p>The set of languages is not fixed. A new language,
together with a parser, can be added to RIOT as shown in
-<a
href="https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/arq/examples/riot/ExRIOT5_StreamRDFCollect.java">RIOT
example 5</a></p>
+<a
href="https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/riot/ExRIOT5_StreamRDFCollect.java">RIOT
example 5</a></p>
</div>
diff --git a/content/documentation/io/rdf-output.html
b/content/documentation/io/rdf-output.html
index e12d81925..d32498b6f 100644
--- a/content/documentation/io/rdf-output.html
+++ b/content/documentation/io/rdf-output.html
@@ -678,7 +678,7 @@ by using one of the following RDFFormats:</p>
pass the “frame” in the <code>JSONLD_FRAME_PRETTY</code> and
<code>JSONLD_FRAME_FLAT</code>
cases.</p>
<p>What can be done, and how it can be, is explained in the
-<a
href="https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/arq/examples/riot/Ex_WriteJsonLD.java">sample
code</a>.</p>
+<a
href="https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/riot/Ex_WriteJsonLD.java">sample
code</a>.</p>
<h3 id="rdf-binary">RDF Binary</h3>
<p><a href="rdf-binary.html">This is a binary encoding</a> using
<a href="https://thrift.apache.org/">Apache Thrift</a> or
@@ -736,7 +736,7 @@ while the jena writer name defaults to a streaming plain
output.</p>
</tbody>
</table>
<h2 id="examples">Examples</h2>
-<p>Example code may be found in <a
href="https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/arq/examples/riot/">jena-examples:arq/examples</a>.</p>
+<p>Example code may be found in <a
href="https://github.com/apache/jena/tree/main/jena-examples/src/main/java/arq/examples/riot/">jena-examples:arq/examples</a>.</p>
<h3 id="ways-to-write-a-model">Ways to write a model</h3>
<p>The follow ways are different ways to write a model in Turtle:</p>
<pre><code> Model model = ... ;
@@ -782,7 +782,7 @@ RDFDataMgr.write(System.out, m, Lang.TRIG) ;
</code></pre>
<h3 id="adding-a-new-output-format">Adding a new output format</h3>
<p>A complete example of adding a new output format is given in the example
file:
-<a
href="https://github.com/apache/jena/blob/main/jena-examples/src/main/java/arq/examples/arq/examples/riot/ExRIOT7_AddNewWriter.java">RIOT
Output example 7</a>.</p>
+<a
href="https://github.com/apache/jena/blob/main/jena-examples/src/main/java/arq/examples/riot/ExRIOT7_AddNewWriter.java">RIOT
Output example 7</a>.</p>
<h2 id="notes">Notes</h2>
<p>Using <code>OutputStream</code>s is strongly encouraged. This allows the
writers
to manage the character encoding using UTF-8. Using
<code>java.io.Writer</code>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index ce87f5b6c..92c225a21 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -329,7 +329,7 @@
<url>
<loc>https://jena.apache.org/documentation.html</loc>
- <lastmod>2022-08-25T18:30:14+01:00</lastmod>
+ <lastmod>2022-08-26T15:49:37+01:00</lastmod>
</url>
<url>
@@ -699,7 +699,7 @@
<url>
<loc>https://jena.apache.org/documentation/io/rdf-input.html</loc>
- <lastmod>2022-07-19T19:17:05+02:00</lastmod>
+ <lastmod>2022-08-26T15:49:37+01:00</lastmod>
</url>
<url>
@@ -1164,7 +1164,7 @@
<url>
<loc>https://jena.apache.org/documentation/io/rdf-output.html</loc>
- <lastmod>2022-03-24T12:53:53+00:00</lastmod>
+ <lastmod>2022-08-26T15:49:37+01:00</lastmod>
</url>
</urlset>
\ No newline at end of file