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 f7f8f5e69 Updated site from main 
(4dbef4255ab512d6be69534d8aa1b5105a50d07f)
f7f8f5e69 is described below

commit f7f8f5e69fc57701fd8f6a6ad97f5da3c6ba460e
Author: jenkins <[email protected]>
AuthorDate: Fri Aug 23 10:53:09 2024 +0000

    Updated site from main (4dbef4255ab512d6be69534d8aa1b5105a50d07f)
---
 content/documentation/fuseki2/prefixes-service.html |  7 +++----
 content/documentation/index.xml                     | 20 ++++++++++----------
 content/index.json                                  |  2 +-
 content/index.xml                                   | 20 ++++++++++----------
 content/sitemap.xml                                 |  8 ++++----
 5 files changed, 28 insertions(+), 29 deletions(-)

diff --git a/content/documentation/fuseki2/prefixes-service.html 
b/content/documentation/fuseki2/prefixes-service.html
index e26f8e177..eded57ad3 100644
--- a/content/documentation/fuseki2/prefixes-service.html
+++ b/content/documentation/fuseki2/prefixes-service.html
@@ -3,7 +3,7 @@
 <head>
     
 
-    <title>Apache Jena - </title>
+    <title>Apache Jena - Prefixes Service</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
@@ -173,7 +173,7 @@
 
 
             </div>
-            <h1 class="title"></h1>
+            <h1 class="title">Prefixes Service</h1>
             
             
 <main class="d-flex flex-xl-row flex-column">
@@ -198,8 +198,7 @@
 </nav>
   </aside>
   <article class="flex-column me-lg-4">
-    <h1 id="prefixes-service">Prefixes Service</h1>
-<h2 id="overview">Overview</h2>
+    <h2 id="overview">Overview</h2>
 <p>The prefix service provides prefix lookup, update and delete functionality 
on a collection of prefixes.
 It provides a read access endpoint to look up a prefix name and to look up an 
URI to get prefixes for a URI
 and also read-write access which adds the ability to add and delete prefix 
entries.</p>
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index d8de57aef..595f09fad 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -6,16 +6,6 @@
     <description>Recent content in Documentations on Apache Jena</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en</language><atom:link 
href="https://jena.apache.org/documentation/index.xml"; rel="self" 
type="application/rss+xml" />
-    <item>
-      <title></title>
-      
<link>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      
<guid>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</guid>
-      <description>Prefixes Service Overview The prefix service provides 
prefix lookup, update and delete functionality on a collection of prefixes. It 
provides a read access endpoint to look up a prefix name and to look up an URI 
to get prefixes for a URI and also read-write access which adds the ability to 
add and delete prefix entries.
-Operations The service supports fetch, remove and update operations on 
prefixes. When making requests to the API the url can have 2 parameters: prefix 
and uri.</description>
-    </item>
-    
     <item>
       <title>A brief guide to Jena Eyeball</title>
       
<link>https://jena.apache.org/documentation/archive/eyeball/eyeball-guide.html</link>
@@ -1276,6 +1266,16 @@ The intended usage of this is where using a 
QuerySolutionMap as initial bindings
 Generating query/update strings in code without lots of error prone and messy 
string concatenation Preparing a query/update for remote execution Where you do 
not want to simply say some variable should have a certain value but rather 
wish to insert constants into the query/update in place of variables Defending 
against SPARQL injection when creating a query/update using some external 
input, see SPARQL Injection notes for limitations.</description>
     </item>
     
+    <item>
+      <title>Prefixes Service</title>
+      
<link>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      
<guid>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</guid>
+      <description>Overview The prefix service provides prefix lookup, update 
and delete functionality on a collection of prefixes. It provides a read access 
endpoint to look up a prefix name and to look up an URI to get prefixes for a 
URI and also read-write access which adds the ability to add and delete prefix 
entries.
+Operations The service supports fetch, remove and update operations on 
prefixes. When making requests to the API the url can have 2 parameters: prefix 
and uri.</description>
+    </item>
+    
     <item>
       <title>Presenting RDF as frames</title>
       <link>https://jena.apache.org/documentation/notes/rdf-frames.html</link>
diff --git a/content/index.json b/content/index.json
index f263ee24a..184934e92 100644
--- a/content/index.json
+++ b/content/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"Prefixes Service Overview The prefix service 
provides prefix lookup, update and delete functionality on a collection of 
prefixes. It provides a read access endpoint to look up a prefix name and to 
look up an URI to get prefixes for a URI and also read-write access which adds 
the ability to add and delete prefix entries.\nOperations The service supports 
fetch, remove and update operations on prefixes. When making requests to the 
API the url can have 2 param [...]
\ 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/index.xml b/content/index.xml
index 4daf91487..c20a37a88 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -6,16 +6,6 @@
     <description>Recent content in Home on Apache Jena</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en</language><atom:link href="https://jena.apache.org/index.xml"; 
rel="self" type="application/rss+xml" />
-    <item>
-      <title></title>
-      
<link>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</link>
-      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-      
-      
<guid>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</guid>
-      <description>Prefixes Service Overview The prefix service provides 
prefix lookup, update and delete functionality on a collection of prefixes. It 
provides a read access endpoint to look up a prefix name and to look up an URI 
to get prefixes for a URI and also read-write access which adds the ability to 
add and delete prefix entries.
-Operations The service supports fetch, remove and update operations on 
prefixes. When making requests to the API the url can have 2 parameters: prefix 
and uri.</description>
-    </item>
-    
     <item>
       <title>A brief guide to Jena Eyeball</title>
       
<link>https://jena.apache.org/documentation/archive/eyeball/eyeball-guide.html</link>
@@ -1423,6 +1413,16 @@ The intended usage of this is where using a 
QuerySolutionMap as initial bindings
 Generating query/update strings in code without lots of error prone and messy 
string concatenation Preparing a query/update for remote execution Where you do 
not want to simply say some variable should have a certain value but rather 
wish to insert constants into the query/update in place of variables Defending 
against SPARQL injection when creating a query/update using some external 
input, see SPARQL Injection notes for limitations.</description>
     </item>
     
+    <item>
+      <title>Prefixes Service</title>
+      
<link>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</link>
+      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+      
+      
<guid>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</guid>
+      <description>Overview The prefix service provides prefix lookup, update 
and delete functionality on a collection of prefixes. It provides a read access 
endpoint to look up a prefix name and to look up an URI to get prefixes for a 
URI and also read-write access which adds the ability to add and delete prefix 
entries.
+Operations The service supports fetch, remove and update operations on 
prefixes. When making requests to the API the url can have 2 parameters: prefix 
and uri.</description>
+    </item>
+    
     <item>
       <title>Presenting RDF as frames</title>
       <link>https://jena.apache.org/documentation/notes/rdf-frames.html</link>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 1a7206385..ec88e6508 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -2,9 +2,6 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";
   xmlns:xhtml="http://www.w3.org/1999/xhtml";>
   <url>
-    
<loc>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</loc>
-    <lastmod>2024-07-17T22:02:08+01:00</lastmod>
-  </url><url>
     
<loc>https://jena.apache.org/documentation/archive/eyeball/eyeball-guide.html</loc>
     <lastmod>2020-06-28T16:59:07+01:00</lastmod>
   </url><url>
@@ -204,7 +201,7 @@
     <lastmod>2023-04-09T15:11:22+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2024-08-13T09:09:44+01:00</lastmod>
+    <lastmod>2024-08-23T11:40:36+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download.html</loc>
     <lastmod>2024-07-18T12:52:17+01:00</lastmod>
@@ -412,6 +409,9 @@
   </url><url>
     
<loc>https://jena.apache.org/documentation/query/parameterized-sparql-strings.html</loc>
     <lastmod>2023-10-30T12:01:30+00:00</lastmod>
+  </url><url>
+    
<loc>https://jena.apache.org/documentation/fuseki2/prefixes-service.html</loc>
+    <lastmod>2024-08-23T11:40:36+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/notes/rdf-frames.html</loc>
     <lastmod>2024-05-11T18:24:09+03:00</lastmod>

Reply via email to