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/05/31 09:00:50 UTC

[jena-site] branch asf-site updated: Updated site from main (1d22e10d178b40a09a826166d60fc3e3646f5be8)

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 2267b498d Updated site from main (1d22e10d178b40a09a826166d60fc3e3646f5be8)
2267b498d is described below

commit 2267b498d3108e66adc7eee5ee36becf008af2c5
Author: jenkins <bu...@apache.org>
AuthorDate: Tue May 31 09:00:45 2022 +0000

    Updated site from main (1d22e10d178b40a09a826166d60fc3e3646f5be8)
---
 content/documentation/index.xml                    |  2 +-
 .../query/custom_service_executors.html            |  2 +-
 content/documentation/query/index.html             | 47 ++++++----------------
 content/index.xml                                  |  2 +-
 content/sitemap.xml                                |  6 +--
 5 files changed, 19 insertions(+), 40 deletions(-)

diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index b177ecaa1..80de990ca 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -303,7 +303,7 @@ See jena-examples:arq/examples/aggregates.</description>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://jena.apache.org/documentation/query/custom_service_executors.html</guid>
-      <description>Since Jena 4.2.0 ARQ features a plugin system for custom service executors. The relevant classes are located in the package org.apache.jena.sparql.service and are summarized as follows:
+      <description>Since Jena 4.2.0, ARQ features a plugin system for custom service executors. The relevant classes are located in the package org.apache.jena.sparql.service and are summarized as follows:
   ServiceExecutorRegistry: A registry that holds a list of service executors. When Jena starts up, it configures a default registry to handle SERVICE requests against HTTP SPARQL endpoints and registers it with the global ARQ context accessible under ARQ.getContext().
   ServiceExecutorFactory: This is the main interface for custom SERVICE handler implementations:</description>
     </item>
diff --git a/content/documentation/query/custom_service_executors.html b/content/documentation/query/custom_service_executors.html
index bcffe9283..06573ec17 100644
--- a/content/documentation/query/custom_service_executors.html
+++ b/content/documentation/query/custom_service_executors.html
@@ -181,7 +181,7 @@
             </div>
             <h1 class="title">ARQ - Custom Service Executors</h1>
             
-	<p>Since Jena 4.2.0 ARQ features a plugin system for custom service executors.
+	<p>Since Jena 4.2.0, ARQ features a plugin system for custom service executors.
 The relevant classes are located in the package <code>org.apache.jena.sparql.service</code> and are summarized as follows:</p>
 <ul>
 <li>
diff --git a/content/documentation/query/index.html b/content/documentation/query/index.html
index 101297549..318d1f323 100644
--- a/content/documentation/query/index.html
+++ b/content/documentation/query/index.html
@@ -221,50 +221,29 @@ application usages</li>
 </ul>
 <p>Features of ARQ that are legal SPARQL syntax</p>
 <ul>
-<li>
-<p><a href="function_forms.html">Conditions in FILTERs</a></p>
-</li>
-<li>
-<p><a href="text-query.html">Free text searches</a></p>
-</li>
-<li>
-<p><a href="rdf_lists.html">Accessing lists</a> (RDF collections)</p>
-</li>
-<li>
-<p><a href="extension.html">Extension mechanisms</a></p>
+<li><a href="function_forms.html">Conditions in FILTERs</a></li>
+<li><a href="text-query.html">Free text searches</a></li>
+<li><a href="rdf_lists.html">Accessing lists</a> (RDF collections)</li>
+<li><a href="extension.html">Extension mechanisms</a>
 <ul>
 <li><a href="extension.html#valueFunctions">Custom Expression Functions</a></li>
 <li><a href="extension.html#property-functions">Property Functions</a></li>
 </ul>
 </li>
-<li>
-<p>Library</p>
+<li>Library
 <ul>
 <li><a href="library-function.html">Expression function library</a></li>
 <li><a href="library-propfunc.html">Property function library</a></li>
 </ul>
 </li>
-<li>
-<p><a href="writing_functions.html">Writing SPARQL functions</a></p>
-</li>
-<li>
-<p><a href="javascript-functions.html">Writing SPARQL functions in JavaScript</a></p>
-</li>
-<li>
-<p><a href="programmatic.html">Constructing queries programmatically</a></p>
-</li>
-<li>
-<p><a href="parameterized-sparql-strings.html">Parameterized query strings</a></p>
-</li>
-<li>
-<p><a href="algebra.html">ARQ and the SPARQL algebra</a></p>
-</li>
-<li>
-<p><a href="arq-query-eval.html">Extending ARQ query execution and accessing different storage implementations</a></p>
-</li>
-<li>
-<p><a href="custom_aggregates.html">Custom aggregates</a></p>
-</li>
+<li><a href="writing_functions.html">Writing SPARQL functions</a></li>
+<li><a href="javascript-functions.html">Writing SPARQL functions in JavaScript</a></li>
+<li><a href="custom_service_executors.html">Custom execution of <code>SERVICE</code></a></li>
+<li><a href="programmatic.html">Constructing queries programmatically</a></li>
+<li><a href="parameterized-sparql-strings.html">Parameterized query strings</a></li>
+<li><a href="algebra.html">ARQ and the SPARQL algebra</a></li>
+<li><a href="arq-query-eval.html">Extending ARQ query execution and accessing different storage implementations</a></li>
+<li><a href="custom_aggregates.html">Custom aggregates</a></li>
 </ul>
 <h2 id="extensions">Extensions</h2>
 <p>Feature of ARQ that go beyond SPARQL syntax. The default query
diff --git a/content/index.xml b/content/index.xml
index db305486e..e5e5b1c5b 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -346,7 +346,7 @@ See jena-examples:arq/examples/aggregates.</description>
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://jena.apache.org/documentation/query/custom_service_executors.html</guid>
-      <description>Since Jena 4.2.0 ARQ features a plugin system for custom service executors. The relevant classes are located in the package org.apache.jena.sparql.service and are summarized as follows:
+      <description>Since Jena 4.2.0, ARQ features a plugin system for custom service executors. The relevant classes are located in the package org.apache.jena.sparql.service and are summarized as follows:
   ServiceExecutorRegistry: A registry that holds a list of service executors. When Jena starts up, it configures a default registry to handle SERVICE requests against HTTP SPARQL endpoints and registers it with the global ARQ context accessible under ARQ.getContext().
   ServiceExecutorFactory: This is the main interface for custom SERVICE handler implementations:</description>
     </item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 39a0d4984..113174cc2 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -109,7 +109,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/query/</loc>
-    <lastmod>2021-11-05T16:04:36+00:00</lastmod>
+    <lastmod>2022-05-31T09:58:44+01:00</lastmod>
   </url>
   
   <url>
@@ -159,7 +159,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/query/custom_service_executors.html</loc>
-    <lastmod>2022-04-28T19:42:56+02:00</lastmod>
+    <lastmod>2022-05-31T09:58:44+01:00</lastmod>
   </url>
   
   <url>
@@ -329,7 +329,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2022-05-04T22:17:27+01:00</lastmod>
+    <lastmod>2022-05-31T09:58:44+01:00</lastmod>
   </url>
   
   <url>