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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new c73f3838c Staged site from publish-deploy 
(379fbf89634ce980235b809bdf49fcb01afb1d8f)
c73f3838c is described below

commit c73f3838c680cb6c908e3aaefda33aa496571799
Author: jenkins <[email protected]>
AuthorDate: Thu Sep 8 12:39:40 2022 +0000

    Staged site from publish-deploy (379fbf89634ce980235b809bdf49fcb01afb1d8f)
---
 content/documentation/index.xml                   | 22 +++++++-------
 content/documentation/io/rdf-input.html           |  6 ++--
 content/documentation/io/rdf-output.html          |  6 ++--
 content/documentation/javadoc.html                |  2 ++
 content/documentation/query/service_enhancer.html |  7 ++---
 content/download/index.html                       | 36 +++++++++++------------
 content/index.xml                                 | 22 +++++++-------
 content/sitemap.xml                               | 22 +++++++-------
 8 files changed, 62 insertions(+), 61 deletions(-)

diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index 6352635f4..3c42a3f7c 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -684,16 +684,6 @@ The effect of high-level optimizations can be seen using 
arq.</description>
  Expression Functions - additional operations in FILTERS, BIND and SELECT 
expressions. Property functions - adding predicates that introduce custom query 
stages DESCRIBE handlers Support for finding blank nodes by label Extending 
query evaluation for querying different storage and inference systems  
Functions are standard part of SPARQL. ARQ provides application-written 
functions and provides a function library.</description>
     </item>
     
-    <item>
-      <title>Extras - Service Enhancer</title>
-      
<link>https://jena.apache.org/documentation/query/service_enhancer.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      
<guid>https://jena.apache.org/documentation/query/service_enhancer.html</guid>
-      <description>Service Enhancer Plugin The service enhancer (SE) plugin 
extends the functionality of the SERVICE clause with:
- Bulk requests Correlated joins also known as lateral joins A streaming cache 
for SERVICE requests results which can also cope with bulk requests and 
correlated joins. Furthermore, queries that only differ in limit and offset 
will result in cache hits for overlapping ranges. At present, the plugin only 
ships with an in-memory caching provider.</description>
-    </item>
-    
     <item>
       <title>Eyeball - checking RDF/OWL for common problems</title>
       
<link>https://jena.apache.org/documentation/archive/eyeball/eyeball-getting-started.html</link>
@@ -1011,7 +1001,7 @@ Throughout this document, the prefix eye: stands for the 
URL http://jena.</descr
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://jena.apache.org/documentation/javadoc.html</guid>
-      <description> Jena Core JavaDoc ARQ JavaDoc (SPARQL) TDB JavaDoc RDF 
Connection Fuseki JavaDoc  Fuseki2 Webapp Fuseki2 Main   Text search SHACL ShEx 
GeoSPARQL Security Permissions JavaDoc JDBC JavaDoc  </description>
+      <description> Jena Core JavaDoc ARQ JavaDoc (SPARQL) TDB JavaDoc RDF 
Connection Fuseki JavaDoc  Fuseki2 Webapp Fuseki2 Main   Text search SHACL ShEx 
GeoSPARQL Query Builder Service Enhancer Security Permissions JavaDoc JDBC 
JavaDoc  </description>
     </item>
     
     <item>
@@ -1570,6 +1560,16 @@ See other documentation for the webapp packaging of 
Fuseki.
 Serving RDF For any use of users-password information, and especially HTTP 
basic authentication, information is visible in the HTTP headers. When serving 
RDF and SPARQL requests, using HTTPS is necessary to avoid snooping. Digest 
authentication is also stronger over HTTPS because it protects against 
man-in-the-middle attacks.</description>
     </item>
     
+    <item>
+      <title>Service Enhancer</title>
+      
<link>https://jena.apache.org/documentation/query/service_enhancer.html</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      
<guid>https://jena.apache.org/documentation/query/service_enhancer.html</guid>
+      <description>The service enhancer (SE) plugin extends the functionality 
of the SERVICE clause with:
+ Bulk requests Correlated joins also known as lateral joins A streaming cache 
for SERVICE requests results which can also cope with bulk requests and 
correlated joins. Furthermore, queries that only differ in limit and offset 
will result in cache hits for overlapping ranges. At present, the plugin only 
ships with an in-memory caching provider.  As a fundamental principle, a 
request making use of cache and bulk should return the exact same result as if 
those settings were omitted.</description>
+    </item>
+    
     <item>
       <title>SOH - SPARQL over HTTP</title>
       <link>https://jena.apache.org/documentation/fuseki2/soh.html</link>
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 &lsquo;:'.</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&rsquo;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 &ldquo;frame&rdquo; 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/documentation/javadoc.html 
b/content/documentation/javadoc.html
index 91d9586f7..72c5ffea9 100644
--- a/content/documentation/javadoc.html
+++ b/content/documentation/javadoc.html
@@ -188,6 +188,8 @@
 <li><a href="javadoc/shacl/index.html">SHACL</a></li>
 <li><a href="javadoc/shex/index.html">ShEx</a></li>
 <li><a href="javadoc/geosparql/index.html">GeoSPARQL</a></li>
+<li><a href="javadoc/extras/querybuilder/index.html">Query Builder</a></li>
+<li><a href="javadoc/extras/serviceenhancer/index.html">Service 
Enhancer</a></li>
 <li><a href="javadoc/permissions/index.html">Security Permissions 
JavaDoc</a></li>
 <li><a href="javadoc/jdbc/index.html">JDBC JavaDoc</a></li>
 </ul>
diff --git a/content/documentation/query/service_enhancer.html 
b/content/documentation/query/service_enhancer.html
index d6af7141b..e40b53444 100644
--- a/content/documentation/query/service_enhancer.html
+++ b/content/documentation/query/service_enhancer.html
@@ -3,7 +3,7 @@
 <head>
     
 
-    <title>Apache Jena - Extras - Service Enhancer</title>
+    <title>Apache Jena - Service Enhancer</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
@@ -179,10 +179,9 @@
 
                 
             </div>
-            <h1 class="title">Extras - Service Enhancer</h1>
+            <h1 class="title">Service Enhancer</h1>
             
-       <h1 id="service-enhancer-plugin">Service Enhancer Plugin</h1>
-<p>The service enhancer (SE) plugin extends the functionality of the SERVICE 
clause with:</p>
+       <p>The service enhancer (SE) plugin extends the functionality of the 
SERVICE clause with:</p>
 <ul>
 <li>Bulk requests</li>
 <li>Correlated joins also known as lateral joins</li>
diff --git a/content/download/index.html b/content/download/index.html
index 74756035c..37651508e 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -188,9 +188,9 @@
 </thead>
 <tbody>
 <tr>
-<td><a 
href="[preferred]jena/source/jena-4.6.0-source-release.zip">jena-4.6.0-source-release.zip</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/source/jena-4.6.0-source-release.zip.sha512";>SHA512</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/source/jena-4.6.0-source-release.zip.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/source/jena-4.6.1-source-release.zip">jena-4.6.1-source-release.zip</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/source/jena-4.6.1-source-release.zip.sha512";>SHA512</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/source/jena-4.6.1-source-release.zip.asc";>PGP</a></td>
 </tr>
 </tbody>
 </table>
@@ -206,14 +206,14 @@
 </thead>
 <tbody>
 <tr>
-<td><a 
href="[preferred]jena/binaries/apache-jena-fuseki-4.6.0.tar.gz">apache-jena-fuseki-4.6.0.tar.gz</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.6.0.tar.gz.sha512";>SHA512</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.6.0.tar.gz.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/apache-jena-fuseki-4.6.1.tar.gz">apache-jena-fuseki-4.6.1.tar.gz</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.6.1.tar.gz.sha512";>SHA512</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.6.1.tar.gz.asc";>PGP</a></td>
 </tr>
 <tr>
-<td><a 
href="[preferred]jena/binaries/apache-jena-fuseki-4.6.0.zip">apache-jena-fuseki-4.6.0.zip</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.6.0.zip.sha512";>SHA512</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.6.0.zip.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/apache-jena-fuseki-4.6.1.zip">apache-jena-fuseki-4.6.1.zip</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.6.1.zip.sha512";>SHA512</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.6.1.zip.asc";>PGP</a></td>
 </tr>
 </tbody>
 </table>
@@ -229,14 +229,14 @@ The binary distribution of libraries contains the APIs, 
SPARQL engine, the TDB n
 </thead>
 <tbody>
 <tr>
-<td><a 
href="[preferred]jena/binaries/apache-jena-4.6.0.tar.gz">apache-jena-4.6.0.tar.gz</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-4.6.0.tar.gz.sha512";>SHA512</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-4.6.0.tar.gz.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/apache-jena-4.6.1.tar.gz">apache-jena-4.6.1.tar.gz</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-4.6.1.tar.gz.sha512";>SHA512</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-4.6.1.tar.gz.asc";>PGP</a></td>
 </tr>
 <tr>
-<td><a 
href="[preferred]jena/binaries/apache-jena-4.6.0.zip">apache-jena-4.6.0.zip</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-4.6.0.zip.sha512";>SHA512</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-4.6.0.zip.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/apache-jena-4.6.1.zip">apache-jena-4.6.1.zip</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-4.6.1.zip.sha512";>SHA512</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/apache-jena-4.6.1.zip.asc";>PGP</a></td>
 </tr>
 </tbody>
 </table>
@@ -252,9 +252,9 @@ The binary distribution of Fuseki as a WAR file:
 </thead>
 <tbody>
 <tr>
-<td><a 
href="[preferred]jena/binaries/jena-fuseki-war-4.6.0.war">jena-fuseki-war-4.6.0.war</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/jena-fuseki-war-4.6.0.war.sha512";>SHA512</a></td>
-<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/jena-fuseki-war-4.6.0.war.asc";>PGP</a></td>
+<td><a 
href="[preferred]jena/binaries/jena-fuseki-war-4.6.1.war">jena-fuseki-war-4.6.1.war</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/jena-fuseki-war-4.6.1.war.sha512";>SHA512</a></td>
+<td align="center"><a 
href="https://downloads.apache.org/jena/binaries/jena-fuseki-war-4.6.1.war.asc";>PGP</a></td>
 </tr>
 </tbody>
 </table>
diff --git a/content/index.xml b/content/index.xml
index 3aece85e8..ec887b614 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -737,16 +737,6 @@ The effect of high-level optimizations can be seen using 
arq.</description>
  Expression Functions - additional operations in FILTERS, BIND and SELECT 
expressions. Property functions - adding predicates that introduce custom query 
stages DESCRIBE handlers Support for finding blank nodes by label Extending 
query evaluation for querying different storage and inference systems  
Functions are standard part of SPARQL. ARQ provides application-written 
functions and provides a function library.</description>
     </item>
     
-    <item>
-      <title>Extras - Service Enhancer</title>
-      
<link>https://jena.apache.org/documentation/query/service_enhancer.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      
<guid>https://jena.apache.org/documentation/query/service_enhancer.html</guid>
-      <description>Service Enhancer Plugin The service enhancer (SE) plugin 
extends the functionality of the SERVICE clause with:
- Bulk requests Correlated joins also known as lateral joins A streaming cache 
for SERVICE requests results which can also cope with bulk requests and 
correlated joins. Furthermore, queries that only differ in limit and offset 
will result in cache hits for overlapping ranges. At present, the plugin only 
ships with an in-memory caching provider.</description>
-    </item>
-    
     <item>
       <title>Eyeball - checking RDF/OWL for common problems</title>
       
<link>https://jena.apache.org/documentation/archive/eyeball/eyeball-getting-started.html</link>
@@ -1115,7 +1105,7 @@ Throughout this document, the prefix eye: stands for the 
URL http://jena.</descr
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://jena.apache.org/documentation/javadoc.html</guid>
-      <description> Jena Core JavaDoc ARQ JavaDoc (SPARQL) TDB JavaDoc RDF 
Connection Fuseki JavaDoc  Fuseki2 Webapp Fuseki2 Main   Text search SHACL ShEx 
GeoSPARQL Security Permissions JavaDoc JDBC JavaDoc  </description>
+      <description> Jena Core JavaDoc ARQ JavaDoc (SPARQL) TDB JavaDoc RDF 
Connection Fuseki JavaDoc  Fuseki2 Webapp Fuseki2 Main   Text search SHACL ShEx 
GeoSPARQL Query Builder Service Enhancer Security Permissions JavaDoc JDBC 
JavaDoc  </description>
     </item>
     
     <item>
@@ -1748,6 +1738,16 @@ See other documentation for the webapp packaging of 
Fuseki.
 Serving RDF For any use of users-password information, and especially HTTP 
basic authentication, information is visible in the HTTP headers. When serving 
RDF and SPARQL requests, using HTTPS is necessary to avoid snooping. Digest 
authentication is also stronger over HTTPS because it protects against 
man-in-the-middle attacks.</description>
     </item>
     
+    <item>
+      <title>Service Enhancer</title>
+      
<link>https://jena.apache.org/documentation/query/service_enhancer.html</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      
<guid>https://jena.apache.org/documentation/query/service_enhancer.html</guid>
+      <description>The service enhancer (SE) plugin extends the functionality 
of the SERVICE clause with:
+ Bulk requests Correlated joins also known as lateral joins A streaming cache 
for SERVICE requests results which can also cope with bulk requests and 
correlated joins. Furthermore, queries that only differ in limit and offset 
will result in cache hits for overlapping ranges. At present, the plugin only 
ships with an in-memory caching provider.  As a fundamental principle, a 
request making use of cache and bulk should return the exact same result as if 
those settings were omitted.</description>
+    </item>
+    
     <item>
       <title>SOH - SPARQL over HTTP</title>
       <link>https://jena.apache.org/documentation/fuseki2/soh.html</link>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index ae315cf39..3c818ffdc 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -84,7 +84,7 @@
   
   <url>
     <loc>https://jena.apache.org/download/</loc>
-    <lastmod>2022-08-20T12:07:07+01:00</lastmod>
+    <lastmod>2022-09-01T16:07:31+01:00</lastmod>
   </url>
   
   <url>
@@ -329,12 +329,12 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2022-08-25T11:17:26+02:00</lastmod>
+    <lastmod>2022-08-26T15:49:37+01:00</lastmod>
   </url>
   
   <url>
     <loc>https://jena.apache.org/download.html</loc>
-    <lastmod>2022-08-20T12:20:18+01:00</lastmod>
+    <lastmod>2022-09-01T16:07:31+01:00</lastmod>
   </url>
   
   <url>
@@ -352,11 +352,6 @@
     <lastmod>2021-02-16T16:52:52+00:00</lastmod>
   </url>
   
-  <url>
-    
<loc>https://jena.apache.org/documentation/query/service_enhancer.html</loc>
-    <lastmod>2022-08-20T13:20:03+02:00</lastmod>
-  </url>
-  
   <url>
     
<loc>https://jena.apache.org/documentation/archive/eyeball/eyeball-getting-started.html</loc>
     <lastmod>2020-06-28T16:59:07+01:00</lastmod>
@@ -544,7 +539,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/javadoc.html</loc>
-    <lastmod>2021-06-22T21:19:37+01:00</lastmod>
+    <lastmod>2022-08-25T10:53:31+01:00</lastmod>
   </url>
   
   <url>
@@ -704,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>
@@ -837,6 +832,11 @@
     <lastmod>2021-11-05T16:04:36+00:00</lastmod>
   </url>
   
+  <url>
+    
<loc>https://jena.apache.org/documentation/query/service_enhancer.html</loc>
+    <lastmod>2022-08-25T18:30:14+01:00</lastmod>
+  </url>
+  
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/soh.html</loc>
     <lastmod>2020-02-28T13:09:12+01:00</lastmod>
@@ -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

Reply via email to