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 2022/01/12 17:47:48 UTC

[jena-site] branch asf-staging updated: Staged site from op-upload (a020af53da9b216affc09e33335a14474d0bee6d)

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 96a3191  Staged site from op-upload (a020af53da9b216affc09e33335a14474d0bee6d)
96a3191 is described below

commit 96a3191ab558ae6d9acaa06942f35d173fd173f3
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Jan 12 17:47:45 2022 +0000

    Staged site from op-upload (a020af53da9b216affc09e33335a14474d0bee6d)
---
 content/documentation/fuseki2/fuseki-modules.html  | 10 +-----
 content/documentation/fuseki2/index.html           |  1 -
 content/documentation/index.xml                    |  4 +--
 content/documentation/permissions/example.html     |  1 -
 content/documentation/query/spatial-query-doc.html |  3 +-
 content/documentation/query/text-query.html        |  2 --
 content/documentation/rdf-star/index.html          | 41 ++++++++++++----------
 content/documentation/tdb2/tdb2_fuseki.html        |  2 --
 content/index.xml                                  |  4 +--
 content/sitemap.xml                                | 16 ++++-----
 10 files changed, 37 insertions(+), 47 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-modules.html b/content/documentation/fuseki2/fuseki-modules.html
index c70cf97..96996e8 100644
--- a/content/documentation/fuseki2/fuseki-modules.html
+++ b/content/documentation/fuseki2/fuseki-modules.html
@@ -248,15 +248,7 @@ in the Fuseki examples directory.</p>
 </span><span style="color:#080;font-style:italic">     * configuration. The &#34;configModel&#34; parameter is set if a configuration file was
 </span><span style="color:#080;font-style:italic">     * used otherwise it is null.
 </span><span style="color:#080;font-style:italic">     */</span>
-    <span style="color:#a2f;font-weight:bold">public</span> <span style="color:#a2f;font-weight:bold">default</span> <span style="color:#0b0;font-weight:bold">void</span> <span style="color:#00a000">configuration</span><span style="color:#666">(</span>FusekiServer<span style="color:#666">.</span><span style="color:#b44">Builder</span> builder<span style="color:#666">,</span> DataAccessPointRegistry dapRegistry<span style="color:#666">,</span> Model configModel<span style="color:#666">)</ [...]
-        dapRegistry<span style="color:#666">.</span><span style="color:#b44">accessPoints</span><span style="color:#666">().</span><span style="color:#b44">forEach</span><span style="color:#666">(</span>accessPoint<span style="color:#666">-&gt;</span>configDataAccessPoint<span style="color:#666">(</span>builder<span style="color:#666">,</span> accessPoint<span style="color:#666">,</span> configModel<span style="color:#666">));</span>
-    <span style="color:#666">}</span>
-
-    <span style="color:#080;font-style:italic">/**
-</span><span style="color:#080;font-style:italic">     * This method is called for each {@link DataAccessPoint}
-</span><span style="color:#080;font-style:italic">     * by the default implementation of {@link #configuration}.
-</span><span style="color:#080;font-style:italic">     */</span>
-    <span style="color:#a2f;font-weight:bold">public</span> <span style="color:#a2f;font-weight:bold">default</span> <span style="color:#0b0;font-weight:bold">void</span> <span style="color:#00a000">configDataAccessPoint</span><span style="color:#666">(</span>FusekiServer<span style="color:#666">.</span><span style="color:#b44">Builder</span> builder<span style="color:#666">,</span> DataAccessPoint dap<span style="color:#666">,</span> Model configModel<span style="color:#666">)</span> <s [...]
+    <span style="color:#a2f;font-weight:bold">public</span> <span style="color:#a2f;font-weight:bold">default</span> <span style="color:#0b0;font-weight:bold">void</span> <span style="color:#00a000">configuration</span><span style="color:#666">(</span>FusekiServer<span style="color:#666">.</span><span style="color:#b44">Builder</span> builder<span style="color:#666">,</span> DataAccessPointRegistry dapRegistry<span style="color:#666">,</span> Model configModel<span style="color:#666">)</ [...]
 
     <span style="color:#080;font-style:italic">/**
 </span><span style="color:#080;font-style:italic">     * Built, not started, about to be returned to the builder caller.
diff --git a/content/documentation/fuseki2/index.html b/content/documentation/fuseki2/index.html
index 99cd6cc..0603e55 100644
--- a/content/documentation/fuseki2/index.html
+++ b/content/documentation/fuseki2/index.html
@@ -216,7 +216,6 @@ transactional persistent storage layer, and incorporates
 <li><a href="soh.html">SPARQL Over HTTP</a> - scripts to help with data management.</li>
 </ul>
 </li>
-<li>Extending Fuseki with <a href="fuseki-modules.html">Fuseki Modules</a></li>
 <li><a href="rdf-sparql-standards.html">Links to Standards</a></li>
 </ul>
 <p>The Jena users mailing is the place to get help with Fuseki.</p>
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index 844f5d9..0ef471f 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -1567,7 +1567,7 @@ Contents  Need Design Intent Other Approaches  RDF Lisp XML JSON   Design  Token
       
       <guid>https://jena.apache.org/documentation/query/spatial-query-doc.html</guid>
       <description>This module was first released with Jena 2.11.0. It was last released in Jena 3.12.0.
-Jena provides a a GeoSPARQL implementation.
+Jena provides a GeoSPARQL implementation.
  This is an extension to Apache Jena ARQ, which combines SPARQL and simple spatial query. It gives applications the ability to perform simple spatial searches within SPARQL queries. Spatial indexes are additional information for accessing the RDF graph.
 The spatial index can be either Apache Lucene for a same-machine spatial index, or Apache Solr for a large scale enterprise search application.</description>
     </item>
@@ -1618,7 +1618,7 @@ The supported datatypes (including those required by SPARQL 1.1), including full
       <guid>https://jena.apache.org/documentation/rdf-star/</guid>
       <description>RDF-star is an extension to RDF that provides a way for one triple to refer to another triple. RDF* is the name of the original work which is described in Olaf Hartig&amp;rsquo;s blog entry.
 Example:
-&amp;lt;&amp;lt;:johnfoaf:name&amp;#34;John Smith&amp;#34;&amp;gt;&amp;gt;dct:source&amp;lt;http://example/directory&amp;gt;.The part &amp;lt;&amp;lt; :john foaf:name &amp;quot;John Smith&amp;quot; &amp;gt;&amp;gt; is an embedded triple and refers to the triple with subject :john, property foaf:name and object &amp;quot;John Smith&amp;quot;.
+&amp;lt;&amp;lt;:johnfoaf:name&amp;#34;John Smith&amp;#34;&amp;gt;&amp;gt;dct:source&amp;lt;http://example/directory&amp;gt;.The part &amp;lt;&amp;lt; :john foaf:name &amp;quot;John Smith&amp;quot; &amp;gt;&amp;gt; is a quoted triple and refers to the triple with subject :john, property foaf:name and object &amp;quot;John Smith&amp;quot;.
 Triple terms can be in the subject or object position.</description>
     </item>
     
diff --git a/content/documentation/permissions/example.html b/content/documentation/permissions/example.html
index 2c04c24..688e50e 100644
--- a/content/documentation/permissions/example.html
+++ b/content/documentation/permissions/example.html
@@ -305,7 +305,6 @@ unsecured models is supported.</p>
     fuseki:serviceQuery               &quot;query&quot; ;    # SPARQL query service
     fuseki:serviceQuery               &quot;sparql&quot; ;   # SPARQL query service
     fuseki:serviceUpdate              &quot;update&quot; ;   # SPARQL query service
-    fuseki:serviceUpload              &quot;upload&quot; ;   # Non-SPARQL upload service
     fuseki:serviceReadWriteGraphStore &quot;data&quot; ;     # SPARQL Graph store protocol (read and write)
     # A separate read-only graph store endpoint:
     fuseki:serviceReadGraphStore      &quot;get&quot; ;      # SPARQL Graph store protocol (read only)
diff --git a/content/documentation/query/spatial-query-doc.html b/content/documentation/query/spatial-query-doc.html
index c93d94b..6930e12 100644
--- a/content/documentation/query/spatial-query-doc.html
+++ b/content/documentation/query/spatial-query-doc.html
@@ -179,7 +179,7 @@
             
 	<p>This module was first released with Jena 2.11.0.
 It was last released in Jena 3.12.0.</p>
-<p>Jena provides a  a <a href="../geosparql/">GeoSPARQL implementation</a>.</p>
+<p>Jena provides a <a href="../geosparql/">GeoSPARQL implementation</a>.</p>
 <hr>
 <p>This is an extension to Apache Jena ARQ, which combines SPARQL and simple spatial query.
 It gives applications the ability to perform simple spatial searches within SPARQL queries.
@@ -428,7 +428,6 @@ They use a <code>EmbeddedSolrServer</code>with a <code>SOLR_HOME</code> sample <
     fuseki:serviceQuery             &quot;query&quot; ;
     fuseki:serviceQuery             &quot;sparql&quot; ;
     fuseki:serviceUpdate            &quot;update&quot; ;
-    fuseki:serviceUpload            &quot;upload&quot; ;
     fuseki:serviceReadGraphStore    &quot;get&quot; ;
     fuseki:serviceReadWriteGraphStore    &quot;data&quot; ;
     fuseki:dataset                  :spatial_dataset ;
diff --git a/content/documentation/query/text-query.html b/content/documentation/query/text-query.html
index f612c39..b354a29 100644
--- a/content/documentation/query/text-query.html
+++ b/content/documentation/query/text-query.html
@@ -962,7 +962,6 @@ indexed as well: <a href="#building-a-text-index">Building a Text Index</a>.</p>
     fuseki:name                       &quot;myds&quot; ;     # e.g : `s-query --service=http://localhost:3030/myds &quot;select * ...&quot;`
     fuseki:serviceQuery               &quot;query&quot; ;    # SPARQL query service
     fuseki:serviceUpdate              &quot;update&quot; ;   # SPARQL update service
-    fuseki:serviceUpload              &quot;upload&quot; ;   # Non-SPARQL upload service
     fuseki:serviceReadWriteGraphStore &quot;data&quot; ;     # SPARQL Graph store protocol (read and write)
     fuseki:dataset                    :text_dataset ;
     .
@@ -1800,7 +1799,6 @@ value will be bound to the third variable:</p>
     fuseki:serviceQuery             &quot;query&quot; ;
     fuseki:serviceQuery             &quot;sparql&quot; ;
     fuseki:serviceUpdate            &quot;update&quot; ;
-    fuseki:serviceUpload            &quot;upload&quot; ;
     fuseki:serviceReadGraphStore    &quot;get&quot; ;
     fuseki:serviceReadWriteGraphStore    &quot;data&quot; ;
     fuseki:dataset                  :text_dataset ;
diff --git a/content/documentation/rdf-star/index.html b/content/documentation/rdf-star/index.html
index e88dab2..8a803e1 100644
--- a/content/documentation/rdf-star/index.html
+++ b/content/documentation/rdf-star/index.html
@@ -178,25 +178,26 @@ original work which is described in
 <a href="https://blog.liu.se/olafhartig/2019/01/10/position-statement-rdf-star-and-sparql-star/">Olaf Hartig&rsquo;s blog entry</a>.</p>
 <p>Example:</p>
 <div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-turtle" data-lang="turtle"><span style="">&lt;&lt;</span><span style="color:#bbb"> </span><span style="color:#00f;font-weight:bold">:</span><span style="color:#008000;font-weight:bold">john</span><span style="color:#bbb"> </span><span style="color:#00f;font-weight:bold">foaf:</span><span style="color:#008000;font-weight:bold">name</span><span style="color:#bbb"> </s [...]
-</span></code></pre></div><p>The part <code>&lt;&lt; :john foaf:name &quot;John Smith&quot; &gt;&gt;</code> is an embedded triple and refers to the triple with subject <code>:john</code>, property <code>foaf:name</code> and object <code>&quot;John Smith&quot;</code>.</p>
+</span></code></pre></div><p>The part <code>&lt;&lt; :john foaf:name &quot;John Smith&quot; &gt;&gt;</code> is a quoted triple and refers to the triple with subject <code>:john</code>, property <code>foaf:name</code> and object <code>&quot;John Smith&quot;</code>.</p>
 <p>Triple terms can be in the subject or object position.</p>
 <p>Jena provides support for RDF-star and the related SPARQL-star.</p>
 <ul>
 <li>Turtle, N-Triples, TriG and N-Quads extended for Triple Terms syntax,
 input and output.  There is no output in RDF/XML.</li>
-<li>SPARQL extended with Triple Term syntax for graph matching</li>
-<li>SPARQL Result formats for JSON and XML extended to support Triple Terms in results.</li>
+<li>SPARQL extended with Triple Term syntax for graph matching.</li>
+<li>SPARQL Result formats for JSON and XML extended to support quoted triples in results.</li>
 <li>Support in the Model API.</li>
+<li>Translation to and from RDF reification.</li>
 </ul>
 <p>All this is active by default in Fuseki.</p>
 <p>The aim is to follow the definition of the <a href="https://w3c.github.io/rdf-star/">RDF-star community</a>.</p>
 <p>Storage in databases <a href="/documentation/tdb">TDB1</a> and <a href="/documentation/tdb2/">TDB2</a>
 as well as in-memory databases is supported.</p>
 <h2 id="rdf-star">RDF-star</h2>
-<p>RDF-star syntax for embedded triples is added to the parsers for Turtle, N-Triples, TriG and N-Quads.</p>
-<p>Datasets may have graphs that have embedded triples that refer to triples anywhere, not just in the same graph.</p>
+<p>RDF-star syntax for quoted triples is added to the parsers for Turtle, N-Triples, TriG and N-Quads.</p>
+<p>Datasets may have graphs that have quoted triples that refer to triples anywhere, not just in the same graph.</p>
 <h2 id="sparql-star">SPARQL-star</h2>
-<p>Matches for embedded triples:</p>
+<p>Matches for quoted triples:</p>
 <div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sparql" data-lang="sparql"><span style="color:#a2f;font-weight:bold">SELECT</span> <span style="color:#b8860b">?name</span> { <span style="color:#666">&lt;&lt;</span>:<span style="color:#008000;font-weight:bold">john</span> <span style="color:#00f;font-weight:bold">foaf</span>:<span style="color:#008000;font-weight:bold">name</span> <span style="color:#b8860b">?name [...]
 </code></pre></div><p>Insert triples terms into the default graph to record the graph source.</p>
 <div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sparql" data-lang="sparql"><span style="color:#a2f;font-weight:bold">INSERT</span> { <span style="color:#666">&lt;&lt;</span><span style="color:#b8860b">?s</span> <span style="color:#b8860b">?p</span> <span style="color:#b8860b">?o</span><span style="color:#666">&gt;&gt;</span> <span style="color:#00f;font-weight:bold">dct</span>:<span style="color:#008000;font-weig [...]
@@ -213,9 +214,8 @@ as well as in-memory databases is supported.</p>
 </code></pre></div><div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sparql" data-lang="sparql"><span style="color:#a2f;font-weight:bold">SELECT</span> (<span style="color:#666">&lt;&lt;</span> <span style="color:#b8860b">?s</span> <span style="color:#b8860b">?p</span> <span style="color:#b8860b">?o</span><span style="color:#666">&gt;&gt;</span> <span style="color:#a2f;font-weight:bold">AS</span> <span style="color [...]
    <span style="color:#b8860b">?s</span> <span style="color:#b8860b">?p</span> <span style="color:#b8860b">?o</span> 
 }
-</code></pre></div><h3 id="sparql-functions-related-to-embedded-triples">SPARQL Functions related to embedded triples</h3>
-<p>These functions cause an expression error if passed the wrong type of arguments. <code>afn:</code>
-is a prefix for <code>&lt;http://jena.apache.org/ARQ/function#&gt;</code>.</p>
+</code></pre></div><h3 id="sparql-functions-related-to-quoted-triples">SPARQL Functions related to quoted triples</h3>
+<p>These functions cause an expression error if passed the wrong type of arguments.</p>
 <table>
 <thead>
 <tr>
@@ -226,30 +226,30 @@ is a prefix for <code>&lt;http://jena.apache.org/ARQ/function#&gt;</code>.</p>
 <tbody>
 <tr>
 <td><code>TRIPLE(?s, ?p, ?o)</code></td>
-<td>Create an embedded triple from s/p/o</td>
+<td>Create a quoted triple from s/p/o</td>
 </tr>
 <tr>
 <td><code>isTRIPLE(?t)</code></td>
-<td>Return true if the argument value is an embedded triple</td>
+<td>Return true if the argument value is a quoted triple</td>
 </tr>
 <tr>
 <td><code>SUBJECT(?t)</code></td>
-<td>Return the subject of the embedded triple</td>
+<td>Return the subject of the quoted triple</td>
 </tr>
 <tr>
 <td><code>PREDICATE(?t)</code></td>
-<td>Return the predicate (property) of the embedded triple</td>
+<td>Return the predicate (property) of the quoted triple</td>
 </tr>
 <tr>
 <td><code>OBJECT(?t)</code></td>
-<td>Return the object of the embedded triple</td>
+<td>Return the object of the quoted triple</td>
 </tr>
 </tbody>
 </table>
 <h3 id="sparql-results">SPARQL results</h3>
 <p>The syntaxes for SPARQL results from a SELECT query, <code>application/sparql-results+json</code>,
-<code>application/sparql-results+xml</code> are extended to include embedded triples:</p>
-<p>The embedded triple <code>&lt;&lt; _:b0 &lt;http://example/p&gt; 123  &gt;&gt;</code> is encoded, in
+<code>application/sparql-results+xml</code> are extended to include quoted triples:</p>
+<p>The quoted triple <code>&lt;&lt; _:b0 &lt;http://example/p&gt; 123  &gt;&gt;</code> is encoded, in
 <code>application/sparql-results+json</code> as:</p>
 <div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-json" data-lang="json">    {
       <span style="color:#008000;font-weight:bold">&#34;type&#34;</span>: <span style="color:#b44">&#34;triple&#34;</span> ,
@@ -271,15 +271,20 @@ is a prefix for <code>&lt;http://jena.apache.org/ARQ/function#&gt;</code>.</p>
       <span style="color:#008000;font-weight:bold">&lt;/object&gt;</span>
     <span style="color:#008000;font-weight:bold">&lt;/triple&gt;</span>
 </code></pre></div><h2 id="model-api">Model API</h2>
-<p>RDF-star embedded triples are treated as <code>Resource</code> to preserve the typed Model API.
+<p>RDF-star quoted triples are treated as <code>Resource</code> to preserve the typed Model API.
 They occur in the subject and object positions.</p>
-<p>A <code>Resource</code> contains a <code>Statement</code> object if the underlying RDF term is an RDF-star embedded triple.</p>
+<p>A <code>Resource</code> contains a <code>Statement</code> object if the underlying RDF term is an RDF-star quoted triple.</p>
 <p>New methods include:</p>
 <ul>
 <li><code>Statement  Resource.getStatement()</code></li>
 <li><code>Resource  Model.createResource(Statement)</code></li>
 <li><code>Resource  ResourceFactory.createStatement</code></li>
 </ul>
+<h2 id="reification">Reification</h2>
+<p><code>org.apache.jena.system.RDFStar</code> provides functions to translate RDF-star into
+RDF reification, and translate it back again to RDF-star.</p>
+<p>Translating back to RDF-star relies on the consistency constraint that there is
+only one reification for each unique quoted triple term.</p>
 
 
         </div>
diff --git a/content/documentation/tdb2/tdb2_fuseki.html b/content/documentation/tdb2/tdb2_fuseki.html
index 52fa573..ae8b01e 100644
--- a/content/documentation/tdb2/tdb2_fuseki.html
+++ b/content/documentation/tdb2/tdb2_fuseki.html
@@ -206,7 +206,6 @@ PREFIX ja:      &lt;http://jena.hpl.hp.com/2005/11/Assembler#&gt;
     fuseki:serviceQuery             "query" ;
     fuseki:serviceQuery             "sparql" ;
     fuseki:serviceUpdate            "update" ;
-    fuseki:serviceUpload            "upload" ;
     fuseki:serviceReadWriteGraphStore      "data" ;
     # A separate read-only graph store endpoint:
     fuseki:serviceReadGraphStore       "get" ;
@@ -238,7 +237,6 @@ PREFIX ja:      &lt;http://jena.hpl.hp.com/2005/11/Assembler#&gt;
     fuseki:serviceQuery             "query" ;
     fuseki:serviceQuery             "sparql" ;
     fuseki:serviceUpdate            "update" ;
-    fuseki:serviceUpload            "upload" ;
     fuseki:serviceReadWriteGraphStore      "data" ;
     # A separate read-only graph store endpoint:
     fuseki:serviceReadGraphStore       "get" ;
diff --git a/content/index.xml b/content/index.xml
index 5805a8c..4eca502 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -1850,7 +1850,7 @@ PREFIX info: &amp;lt;http://somewhere/peopleInfo#&amp;gt; PREFIX vcard: &amp;lt;
       
       <guid>https://jena.apache.org/documentation/query/spatial-query-doc.html</guid>
       <description>This module was first released with Jena 2.11.0. It was last released in Jena 3.12.0.
-Jena provides a a GeoSPARQL implementation.
+Jena provides a GeoSPARQL implementation.
  This is an extension to Apache Jena ARQ, which combines SPARQL and simple spatial query. It gives applications the ability to perform simple spatial searches within SPARQL queries. Spatial indexes are additional information for accessing the RDF graph.
 The spatial index can be either Apache Lucene for a same-machine spatial index, or Apache Solr for a large scale enterprise search application.</description>
     </item>
@@ -1901,7 +1901,7 @@ The supported datatypes (including those required by SPARQL 1.1), including full
       <guid>https://jena.apache.org/documentation/rdf-star/</guid>
       <description>RDF-star is an extension to RDF that provides a way for one triple to refer to another triple. RDF* is the name of the original work which is described in Olaf Hartig&amp;rsquo;s blog entry.
 Example:
-&amp;lt;&amp;lt;:johnfoaf:name&amp;#34;John Smith&amp;#34;&amp;gt;&amp;gt;dct:source&amp;lt;http://example/directory&amp;gt;.The part &amp;lt;&amp;lt; :john foaf:name &amp;quot;John Smith&amp;quot; &amp;gt;&amp;gt; is an embedded triple and refers to the triple with subject :john, property foaf:name and object &amp;quot;John Smith&amp;quot;.
+&amp;lt;&amp;lt;:johnfoaf:name&amp;#34;John Smith&amp;#34;&amp;gt;&amp;gt;dct:source&amp;lt;http://example/directory&amp;gt;.The part &amp;lt;&amp;lt; :john foaf:name &amp;quot;John Smith&amp;quot; &amp;gt;&amp;gt; is a quoted triple and refers to the triple with subject :john, property foaf:name and object &amp;quot;John Smith&amp;quot;.
 Triple terms can be in the subject or object position.</description>
     </item>
     
diff --git a/content/sitemap.xml b/content/sitemap.xml
index ec03aa6..ff7aae9 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -19,7 +19,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/permissions/example.html</loc>
-    <lastmod>2020-10-08T22:59:49+13:00</lastmod>
+    <lastmod>2022-01-12T17:24:53+00:00</lastmod>
   </url>
   
   <url>
@@ -69,7 +69,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/</loc>
-    <lastmod>2022-01-12T12:30:38+00:00</lastmod>
+    <lastmod>2021-10-29T14:57:22+01:00</lastmod>
   </url>
   
   <url>
@@ -329,7 +329,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2022-01-12T12:30:38+00:00</lastmod>
+    <lastmod>2022-01-12T17:24:53+00:00</lastmod>
   </url>
   
   <url>
@@ -409,7 +409,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-modules.html</loc>
-    <lastmod>2022-01-12T12:30:38+00:00</lastmod>
+    <lastmod>2021-10-29T14:57:22+01:00</lastmod>
   </url>
   
   <url>
@@ -524,7 +524,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/query/text-query.html</loc>
-    <lastmod>2021-12-09T14:39:47+00:00</lastmod>
+    <lastmod>2022-01-12T17:24:53+00:00</lastmod>
   </url>
   
   <url>
@@ -884,7 +884,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/query/spatial-query-doc.html</loc>
-    <lastmod>2021-09-04T18:49:14+01:00</lastmod>
+    <lastmod>2022-01-12T17:24:53+00:00</lastmod>
   </url>
   
   <url>
@@ -904,7 +904,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/rdf-star/</loc>
-    <lastmod>2021-04-19T17:12:24+01:00</lastmod>
+    <lastmod>2022-01-12T11:39:44+00:00</lastmod>
   </url>
   
   <url>
@@ -1024,7 +1024,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/tdb2/tdb2_fuseki.html</loc>
-    <lastmod>2021-02-19T15:39:55+13:00</lastmod>
+    <lastmod>2022-01-12T17:24:53+00:00</lastmod>
   </url>
   
   <url>