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 877eb6581 Updated site from main 
(e0cada48c49b4a4e268cf28aeaf7a87bce888940)
877eb6581 is described below

commit 877eb6581713e087d5e6614def370ddf9830d653
Author: jenkins <[email protected]>
AuthorDate: Thu Jul 6 14:44:26 2023 +0000

    Updated site from main (e0cada48c49b4a4e268cf28aeaf7a87bce888940)
---
 content/documentation/query/text-query.html | 26 ++++++++++++++++++++++----
 content/index.json                          |  2 +-
 content/sitemap.xml                         |  4 ++--
 3 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/content/documentation/query/text-query.html 
b/content/documentation/query/text-query.html
index 9c7d2bfd5..64944ee97 100644
--- a/content/documentation/query/text-query.html
+++ b/content/documentation/query/text-query.html
@@ -998,10 +998,28 @@ indexed as well: <a 
href="#building-a-text-index">Building a Text Index</a>.</p>
    ) .
 
 :myservice rdf:type fuseki:Service ;
-    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:serviceReadWriteGraphStore &quot;data&quot; ;     # SPARQL Graph 
store protocol (read and write)
+    # e.g : `s-query --service=http://localhost:3030/myds &quot;select * 
...&quot;`
+    fuseki:name               &quot;myds&quot; ;
+    # SPARQL query service : /myds
+    fuseki:endpoint [ 
+        fuseki:operation fuseki:query ;
+    ];
+    # SPARQL query service : /myds/query
+    fuseki:endpoint [ 
+        fuseki:operation fuseki:query ;
+        fuseki:name &quot;query&quot;
+    ];
+    # SPARQL update service : /myds/update
+    fuseki:endpoint [
+        fuseki:operation fuseki:update ;
+        fuseki:name &quot;update&quot;
+    ];
+    # SPARQL Graph store protocol (read and write) : /myds/data
+    fuseki:endpoint [
+        fuseki:operation fuseki:gsp-rw ; 
+        fuseki:name &quot;data&quot; 
+    ];
+    # The text-enabled dataset
     fuseki:dataset                    :text_dataset ;
     .
 
diff --git a/content/index.json b/content/index.json
index 2225c7766..8fff22f6e 100644
--- a/content/index.json
+++ b/content/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
+[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 3c6df8739..16f3fe416 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -201,7 +201,7 @@
     <lastmod>2023-04-09T15:11:22+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2023-06-06T21:08:29+02:00</lastmod>
+    <lastmod>2023-07-04T08:38:43+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download.html</loc>
     <lastmod>2023-04-16T17:26:15+01:00</lastmod>
@@ -324,7 +324,7 @@
     <lastmod>2020-06-28T16:59:07+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/query/text-query.html</loc>
-    <lastmod>2023-02-05T18:59:30+01:00</lastmod>
+    <lastmod>2023-07-04T08:38:43+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/javadoc.html</loc>
     <lastmod>2023-01-03T13:19:45+00:00</lastmod>

Reply via email to