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 b8a4f737e Updated site from main 
(295a5418b698d62f07f82685ead15d388e9964c2)
b8a4f737e is described below

commit b8a4f737e67163e5dea6cb26d5956b375ab6b6e7
Author: jenkins <[email protected]>
AuthorDate: Tue Aug 13 10:03:06 2024 +0000

    Updated site from main (295a5418b698d62f07f82685ead15d388e9964c2)
---
 content/documentation/inference/index.html | 2 +-
 content/index.json                         | 2 +-
 content/sitemap.xml                        | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/documentation/inference/index.html 
b/content/documentation/inference/index.html
index b4787f35b..4f61698fc 100644
--- a/content/documentation/inference/index.html
+++ b/content/documentation/inference/index.html
@@ -456,7 +456,7 @@
   in the statements directly to that model.</p>
 <p>If we wanted to use a different reasoner which is not available as a 
convenience
   method or wanted to configure one we would change line [1]. For example, to
-  create the same setup manually we could replace \[1\] by:</p>
+  create the same setup manually we could replace [1] by:</p>
 <div class="highlight"><pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-java" data-lang="java"><span 
style="display:flex;"><span>Reasoner reasoner <span style="color:#666">=</span> 
ReasonerRegistry<span style="color:#666">.</span><span 
style="color:#b44">getRDFSReasoner</span><span style="color:#666">();</span>
 </span></span><span style="display:flex;"><span>InfModel inf <span 
style="color:#666">=</span> ModelFactory<span style="color:#666">.</span><span 
style="color:#b44">createInfModel</span><span 
style="color:#666">(</span>reasoner<span style="color:#666">,</span> 
rdfsExample<span style="color:#666">);</span>
 </span></span></code></pre></div><p>or even more manually by</p>
diff --git a/content/index.json b/content/index.json
index a0954f630..f263ee24a 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":"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
diff --git a/content/sitemap.xml b/content/sitemap.xml
index af30cc8b2..1a7206385 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -204,7 +204,7 @@
     <lastmod>2023-04-09T15:11:22+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2024-08-07T20:34:07+01:00</lastmod>
+    <lastmod>2024-08-13T09:09:44+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download.html</loc>
     <lastmod>2024-07-18T12:52:17+01:00</lastmod>
@@ -447,7 +447,7 @@
     <lastmod>2024-03-17T17:45:17+00:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/inference/</loc>
-    <lastmod>2024-05-11T18:24:09+03:00</lastmod>
+    <lastmod>2024-08-13T09:09:44+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/notes/reification.html</loc>
     <lastmod>2023-08-15T14:34:21+01:00</lastmod>

Reply via email to