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

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

commit 3c9589cfb09c1c61d724869f813191a8d70feb63
Author: Andy Seaborne <[email protected]>
AuthorDate: Sat Aug 20 12:20:18 2022 +0100

    Connect to service enhancer documentation
---
 source/documentation/extras/__index.md | 6 ++++--
 source/documentation/query/__index.md  | 5 ++---
 source/download/maven.md               | 5 +++++
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/source/documentation/extras/__index.md 
b/source/documentation/extras/__index.md
index cbc7b1828..2b72d38a2 100644
--- a/source/documentation/extras/__index.md
+++ b/source/documentation/extras/__index.md
@@ -3,10 +3,12 @@ title: Jena Extras - Extra packages for Jena development.
 slug: index
 ---
 
-Jena Extra modules are modules that provide utilities and larger packages that 
make Apache Jena 
-development or usage easier but that do not fall within the standard Jena 
framework.
+Jena Extra modules are modules that provide utilities and larger packages
+that make Apache Jena development or usage easier 
+but that do not fall within the standard Jena framework.
 
 ## Sub Packages
 
+- [Bulk retrieval and caching with SERVICE 
clauses](../query/service_enhancer.html)
 - [Query Builder](querybuilder/index.html)
 
diff --git a/source/documentation/query/__index.md 
b/source/documentation/query/__index.md
index 8dd381982..bdb3da82b 100644
--- a/source/documentation/query/__index.md
+++ b/source/documentation/query/__index.md
@@ -63,12 +63,11 @@ Features of ARQ that are legal SPARQL syntax
 - [ARQ and the SPARQL algebra](algebra.html)
 - [Extending ARQ query execution and accessing different storage 
implementations](arq-query-eval.html)
 - [Custom aggregates](custom_aggregates.html)
+- [Caching and bulk-retrieval for SERVICE](service_enhancer.html)
 
 ## Extensions
 
-Feature of ARQ that go beyond SPARQL syntax. The default query
-language is standard SPARQL. These features require the query to be
-parsed with an explicit declaration of `Syntax.syntaxARQ`.
+Feature of ARQ that go beyond SPARQL syntax. 
 
 - [RDF-star](https://w3c.github.io/rdf-star/)
 - Operators and functions
diff --git a/source/download/maven.md b/source/download/maven.md
index e910ab7d3..6e7ffd6bb 100644
--- a/source/download/maven.md
+++ b/source/download/maven.md
@@ -100,6 +100,11 @@ structuring Jena development.
     <td><code>jar</code></td>
     <td>ShEx engine for Jena.</td>
   </tr>
+  <tr>
+    <td><code>jena-serviceenhancer</code></td>
+    <td><code>jar</code></td>
+    <td>Bulk retrieval and caching for SERVICE clauses</td>
+  </tr>
   <tr>
     <td><code>jena-querybuilder</code></td>
     <td><code>jar</code></td>

Reply via email to