This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new ff7ff8f0a Staged site from archive-jdbc
(75378e2b7c8baf25cefb7e69decc509315eb129e)
ff7ff8f0a is described below
commit ff7ff8f0a5581cd27e5b3a808f52965f851bc660
Author: jenkins <[email protected]>
AuthorDate: Wed Aug 28 18:08:01 2024 +0000
Staged site from archive-jdbc (75378e2b7c8baf25cefb7e69decc509315eb129e)
---
.../artifacts.html => archive/jdbc/__index.html} | 95 +++++-----------------
.../{ => archive}/jdbc/artifacts.html | 12 ++-
.../{ => archive}/jdbc/custom_driver.html | 12 ++-
.../documentation/{ => archive}/jdbc/drivers.html | 12 ++-
.../documentation/{ => archive}/jdbc/index.html | 12 ++-
content/documentation/fuseki2/fuseki-webapp.html | 11 ++-
content/documentation/index.xml | 27 ++++--
content/download/maven.html | 5 --
content/index.json | 2 +-
content/index.xml | 27 ++++--
content/sitemap.xml | 27 +++---
11 files changed, 119 insertions(+), 123 deletions(-)
diff --git a/content/documentation/jdbc/artifacts.html
b/content/documentation/archive/jdbc/__index.html
similarity index 77%
copy from content/documentation/jdbc/artifacts.html
copy to content/documentation/archive/jdbc/__index.html
index 98102baab..c5c02ea5a 100644
--- a/content/documentation/jdbc/artifacts.html
+++ b/content/documentation/archive/jdbc/__index.html
@@ -3,7 +3,7 @@
<head>
- <title>Apache Jena - Maven Artifacts for Jena JDBC</title>
+ <title>Apache Jena - Jena JDBC - A SPARQL over JDBC driver
framework</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -120,7 +120,7 @@
- <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/artifacts.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+ <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/__index.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
</ul>
</div>
</div>
@@ -154,7 +154,7 @@
- <li class="breadcrumb-item"><a
href='/documentation/jdbc'>JDBC</a></li>
+ <li class="breadcrumb-item"><a
href='/documentation/archive'>ARCHIVE</a></li>
@@ -162,7 +162,15 @@
- <li class="breadcrumb-item active">ARTIFACTS.HTML</li>
+ <li class="breadcrumb-item"><a
href='/documentation/archive/jdbc'>JDBC</a></li>
+
+
+
+
+
+
+
+ <li class="breadcrumb-item active">INDEX.HTML</li>
@@ -173,88 +181,29 @@
</div>
- <h1 class="title">Maven Artifacts for Jena JDBC</h1>
+ <h1 class="title">Jena JDBC - A SPARQL over JDBC driver
framework</h1>
<main class="d-flex flex-xl-row flex-column">
<aside class="text-muted align-self-start mb-3 p-0 d-xl-none d-block">
<h2 class="h6 sticky-top m-0 p-2 bg-body-tertiary">On this page</h2>
- <nav id="TableOfContents">
- <ul>
- <li><a href="#core-library">Core Library</a></li>
- <li><a href="#in-memory-driver">In-Memory Driver</a></li>
- <li><a href="#tdb-driver">TDB Driver</a></li>
- <li><a href="#remote-endpoint-driver">Remote Endpoint Driver</a></li>
- <li><a href="#driver-bundle">Driver Bundle</a></li>
- </ul>
-</nav>
+ <nav id="TableOfContents"></nav>
</aside>
<article class="flex-column me-lg-4">
- <p>The Jena JDBC libraries are a collection of maven artifacts which can
be used individually
-or together as desired. These are available from the same locations as any
other Jena
-artifact, see <a href="/download/maven.html">Using Jena with Maven</a> for
more information.</p>
-<h2 id="core-library">Core Library</h2>
-<p>The <code>jena-jdbc-core</code> artifact is the core library that contains
much of the common implementation
-for the drivers. This is a dependency of the other artifacts and will
typically only be required
-as a direct dependency if you are implementing a <a
href="custom_driver.html">custom driver</a></p>
-<pre><code><dependency>
- <groupId>org.apache.jena</groupId>
- <artifactId>jena-jdbc-core</artifactId>
- <version>x.y.z</version>
-</dependency>
-</code></pre>
-<h2 id="in-memory-driver">In-Memory Driver</h2>
-<p>The <a href="drivers.html#in-memory">in-memory driver</a> artifact provides
the JDBC driver for non-persistent
-in-memory datasets.</p>
-<pre><code><dependency>
- <groupId>org.apache.jena</groupId>
- <artifactId>jena-jdbc-driver-mem</artifactId>
- <version>x.y.z</version>
-</dependency>
-</code></pre>
-<h2 id="tdb-driver">TDB Driver</h2>
-<p>The <a href="drivers.html#tdb">TDB driver</a> artifact provides the JDBC
driver for <a href="/documentation/tdb/">TDB</a>
-datasets.</p>
-<pre><code><dependency>
- <groupId>org.apache.jena</groupId>
- <artifactId>jena-jdbc-driver-tdb</artifactId>
- <version>x.y.z</version>
-</dependency>
-</code></pre>
-<h2 id="remote-endpoint-driver">Remote Endpoint Driver</h2>
-<p>The <a href="drivers.html#remote-endpoint">Remote Endpoint driver</a>
artifact provides the JDBC driver for accessing
-arbitrary remote SPARQL compliant stores.</p>
-<pre><code><dependency>
- <groupId>org.apache.jena</groupId>
- <artifactId>jena-jdbc-driver-remote</artifactId>
- <version>x.y.z</version>
-</dependency>
-</code></pre>
-<h2 id="driver-bundle">Driver Bundle</h2>
-<p>The driver bundle artifact is a shaded JAR (i.e. with dependencies
included) suitable for dropping into tools
-to easily make Jena JDBC drivers available without having to do complex class
path setups.</p>
-<p>This artifact depends on all the other artifacts.</p>
-<pre><code><dependency>
- <groupId>org.apache.jena</groupId>
- <artifactId>jena-jdbc-driver-bundle</artifactId>
- <version>x.y.z</version>
-</dependency>
-</code></pre>
+ <hr>
+<blockquote>
+<p>The Jena JDBC module has been retired.<br/>
+The last release of Jena with jena-jdb was Jena 4.10.0.<br/>
+The <a href="jdbc_index.html">original documentation</a>.</p>
+</blockquote>
+<hr>
</article>
<aside class="text-muted align-self-start mb-3 mb-xl-5 p-0 d-none d-xl-flex
flex-column sticky-top">
<h2 class="h6 sticky-top m-0 p-2 bg-body-tertiary">On this page</h2>
- <nav id="TableOfContents">
- <ul>
- <li><a href="#core-library">Core Library</a></li>
- <li><a href="#in-memory-driver">In-Memory Driver</a></li>
- <li><a href="#tdb-driver">TDB Driver</a></li>
- <li><a href="#remote-endpoint-driver">Remote Endpoint Driver</a></li>
- <li><a href="#driver-bundle">Driver Bundle</a></li>
- </ul>
-</nav>
+ <nav id="TableOfContents"></nav>
</aside>
</main>
diff --git a/content/documentation/jdbc/artifacts.html
b/content/documentation/archive/jdbc/artifacts.html
similarity index 97%
rename from content/documentation/jdbc/artifacts.html
rename to content/documentation/archive/jdbc/artifacts.html
index 98102baab..c47909465 100644
--- a/content/documentation/jdbc/artifacts.html
+++ b/content/documentation/archive/jdbc/artifacts.html
@@ -120,7 +120,7 @@
- <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/artifacts.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+ <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/artifacts.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
</ul>
</div>
</div>
@@ -154,7 +154,15 @@
- <li class="breadcrumb-item"><a
href='/documentation/jdbc'>JDBC</a></li>
+ <li class="breadcrumb-item"><a
href='/documentation/archive'>ARCHIVE</a></li>
+
+
+
+
+
+
+
+ <li class="breadcrumb-item"><a
href='/documentation/archive/jdbc'>JDBC</a></li>
diff --git a/content/documentation/jdbc/custom_driver.html
b/content/documentation/archive/jdbc/custom_driver.html
similarity index 97%
rename from content/documentation/jdbc/custom_driver.html
rename to content/documentation/archive/jdbc/custom_driver.html
index 26a491488..b71222f30 100644
--- a/content/documentation/jdbc/custom_driver.html
+++ b/content/documentation/archive/jdbc/custom_driver.html
@@ -120,7 +120,7 @@
- <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/custom_driver.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+ <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/custom_driver.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
</ul>
</div>
</div>
@@ -154,7 +154,15 @@
- <li class="breadcrumb-item"><a
href='/documentation/jdbc'>JDBC</a></li>
+ <li class="breadcrumb-item"><a
href='/documentation/archive'>ARCHIVE</a></li>
+
+
+
+
+
+
+
+ <li class="breadcrumb-item"><a
href='/documentation/archive/jdbc'>JDBC</a></li>
diff --git a/content/documentation/jdbc/drivers.html
b/content/documentation/archive/jdbc/drivers.html
similarity index 98%
rename from content/documentation/jdbc/drivers.html
rename to content/documentation/archive/jdbc/drivers.html
index b42c06aeb..f2fbff1de 100644
--- a/content/documentation/jdbc/drivers.html
+++ b/content/documentation/archive/jdbc/drivers.html
@@ -120,7 +120,7 @@
- <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/drivers.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+ <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/drivers.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
</ul>
</div>
</div>
@@ -154,7 +154,15 @@
- <li class="breadcrumb-item"><a
href='/documentation/jdbc'>JDBC</a></li>
+ <li class="breadcrumb-item"><a
href='/documentation/archive'>ARCHIVE</a></li>
+
+
+
+
+
+
+
+ <li class="breadcrumb-item"><a
href='/documentation/archive/jdbc'>JDBC</a></li>
diff --git a/content/documentation/jdbc/index.html
b/content/documentation/archive/jdbc/index.html
similarity index 98%
rename from content/documentation/jdbc/index.html
rename to content/documentation/archive/jdbc/index.html
index 7ae008a07..819e4f5b2 100644
--- a/content/documentation/jdbc/index.html
+++ b/content/documentation/archive/jdbc/index.html
@@ -120,7 +120,7 @@
- <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/jdbc/__index.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
+ <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/archive/jdbc/jdbc_index.md"
title="Edit this page on GitHub"><span class="bi-pencil-square"></span><span
class="text-body d-none d-xxl-inline"> Edit this page</span></a></li>
</ul>
</div>
</div>
@@ -157,6 +157,14 @@
+ <li class="breadcrumb-item"><a
href='/documentation/archive'>ARCHIVE</a></li>
+
+
+
+
+
+
+
<li class="breadcrumb-item active">JDBC</li>
@@ -196,7 +204,7 @@
</aside>
<article class="flex-column me-lg-4">
<blockquote>
-<p>Jena JDBC will be removed in Jena5.</p>
+<p>Jena JDBC was removed in Jena5.</p>
</blockquote>
<p>Jena JDBC is a set of libraries which provide SPARQL over JDBC driver
implementations.</p>
<p>This is a pure SPARQL over JDBC implementation, there is no attempt to
present the underlying
diff --git a/content/documentation/fuseki2/fuseki-webapp.html
b/content/documentation/fuseki2/fuseki-webapp.html
index 47aeedd46..305a3fbd4 100644
--- a/content/documentation/fuseki2/fuseki-webapp.html
+++ b/content/documentation/fuseki2/fuseki-webapp.html
@@ -264,15 +264,14 @@ made available and described on the
logging configuration comes from the file <code>log4j2.properties</code> in
the root of the
unpacked war file, e.g.
<code>/var/lib/tomcat9/webapps/fuseki/log4j2.properties</code>.</p>
<p>The name of the file is taken from <code>web.xml</code>:</p>
-<pre tabindex="0"><code> <context-param>
- <param-name>log4jConfiguration</param-name>
- <param-value>log4j2.properties</param-value>
- </context-param>
-</code></pre><p>This only applies when running in a webapp container. When run
from the command
+ <context-param>
+ <param-name>log4jConfiguration</param-name>
+ <param-value>log4j2.properties</param-value>
+ </context-param>
+<p>This only applies when running in a webapp container. When run from the
command
line, the server looks for <code>log4j2.properties</code> in the current
directory and if
not found, uses a built-in configuration.</p>
<p>This logging goes to the standard output.</p>
-<p>See also <a href="./fuseki-logging.html">Fuseki Logging</a>.</p>
<h2 id="fuseki-with-tomcat9-and-systemd">Fuseki with Tomcat9 and systemd</h2>
<p><code>systemd</code> may be set to sandbox Tomcat9. The file area
<code>/etc/fuseki</code> will not
be writable to Fuseki. To enable this area, add
<code>ReadWritePaths=/etc/fuseki/</code> to
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index 68b6ce955..be88ca549 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -572,10 +572,10 @@ export JENA_HOME=the directory you downloaded Jena to
export PATH=$PATH:$JENA_HO
<item>
<title>Creating a Custom Jena JDBC Driver</title>
-
<link>https://jena.apache.org/documentation/jdbc/custom_driver.html</link>
+
<link>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-
<guid>https://jena.apache.org/documentation/jdbc/custom_driver.html</guid>
+
<guid>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</guid>
<description>As noted in the overview Jena JDBC drivers are built around
a core library which implements much of the common functionality required in an
abstract way. This means that it is relatively easy to build a custom driver
just by relying on the core library and implementing a minimum of one class.
Custom Driver class The one and only thing that you are required to do to
create a custom driver is to implement a class that extends
JenaDriver.</description>
</item>
@@ -1013,11 +1013,20 @@ Jena Lucene Solr ElasticSearch upto 3.2.0 5.x or 6.x
5.x or 6.x not supporte
<item>
<title>Jena JDBC - A SPARQL over JDBC driver framework</title>
- <link>https://jena.apache.org/documentation/jdbc/</link>
+
<link>https://jena.apache.org/documentation/archive/jdbc/__index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
- <guid>https://jena.apache.org/documentation/jdbc/</guid>
- <description>Jena JDBC will be removed in Jena5.
+
<guid>https://jena.apache.org/documentation/archive/jdbc/__index.html</guid>
+ <description>The Jena JDBC module has been retired. The last release of
Jena with jena-jdb was Jena 4.10.0. The original documentation.</description>
+ </item>
+
+ <item>
+ <title>Jena JDBC - A SPARQL over JDBC driver framework</title>
+ <link>https://jena.apache.org/documentation/archive/jdbc/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://jena.apache.org/documentation/archive/jdbc/</guid>
+ <description>Jena JDBC was removed in Jena5.
Jena JDBC is a set of libraries which provide SPARQL over JDBC driver
implementations.
This is a pure SPARQL over JDBC implementation, there is no attempt to present
the underlying RDF data model as a relational model through the driver and only
SPARQL queries and updates are supported.
It provides type 4 drivers in that they are pure Java based but the drivers
are not JDBC compliant since by definition they do not support
SQL.</description>
@@ -1025,10 +1034,10 @@ It provides type 4 drivers in that they are pure Java
based but the drivers are
<item>
<title>Jena JDBC Drivers</title>
- <link>https://jena.apache.org/documentation/jdbc/drivers.html</link>
+
<link>https://jena.apache.org/documentation/archive/jdbc/drivers.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
- <guid>https://jena.apache.org/documentation/jdbc/drivers.html</guid>
+
<guid>https://jena.apache.org/documentation/archive/jdbc/drivers.html</guid>
<description>Jena JDBC comes with three built in drivers by default with
the option of building custom drivers if desired. This page covers the
differences between the provided drivers and the connection URL options for
each.
Connection URL Basics Connection URLs for Jena JDBC drivers have a common
format, they all start with the following:
jdbc:jena:foo: Where foo is a driver specific prefix that indicates which
specific driver implementation is being used.</description>
@@ -1224,10 +1233,10 @@ Hadoop Dependencies The first thing to note is that
although our libraries depen
<item>
<title>Maven Artifacts for Jena JDBC</title>
- <link>https://jena.apache.org/documentation/jdbc/artifacts.html</link>
+
<link>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
- <guid>https://jena.apache.org/documentation/jdbc/artifacts.html</guid>
+
<guid>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</guid>
<description>The Jena JDBC libraries are a collection of maven artifacts
which can be used individually or together as desired. These are available from
the same locations as any other Jena artifact, see Using Jena with Maven for
more information.
Core Library The jena-jdbc-core artifact is the core library that contains
much of the common implementation for the drivers. This is a dependency of the
other artifacts and will typically only be required as a direct dependency if
you are implementing a custom driver</description>
</item>
diff --git a/content/download/maven.html b/content/download/maven.html
index ef456cd24..7517259bc 100644
--- a/content/download/maven.html
+++ b/content/download/maven.html
@@ -285,11 +285,6 @@ structuring Jena development.</p>
<td><code>jar</code></td>
<td>Security wrapper around Jena RDF implementation.</td>
</tr>
- <tr>
- <td><code>jena-jdbc-driver-bundle</code></td>
- <td><code>jar</code></td>
- <td>A collection of JDBC drivers</td>
- </tr>
</table>
<p>There are also a number of artifacts used in development.
The full list can be seen by browsing Maven</p>
diff --git a/content/index.json b/content/index.json
index f32abef40..1f5fca1c5 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/index.xml b/content/index.xml
index d0525daf9..dfb622e47 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -625,10 +625,10 @@ export JENA_HOME=the directory you downloaded Jena to
export PATH=$PATH:$JENA_HO
<item>
<title>Creating a Custom Jena JDBC Driver</title>
-
<link>https://jena.apache.org/documentation/jdbc/custom_driver.html</link>
+
<link>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-
<guid>https://jena.apache.org/documentation/jdbc/custom_driver.html</guid>
+
<guid>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</guid>
<description>As noted in the overview Jena JDBC drivers are built around
a core library which implements much of the common functionality required in an
abstract way. This means that it is relatively easy to build a custom driver
just by relying on the core library and implementing a minimum of one class.
Custom Driver class The one and only thing that you are required to do to
create a custom driver is to implement a class that extends
JenaDriver.</description>
</item>
@@ -1117,11 +1117,20 @@ Jena Lucene Solr ElasticSearch upto 3.2.0 5.x or 6.x
5.x or 6.x not supporte
<item>
<title>Jena JDBC - A SPARQL over JDBC driver framework</title>
- <link>https://jena.apache.org/documentation/jdbc/</link>
+
<link>https://jena.apache.org/documentation/archive/jdbc/__index.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
- <guid>https://jena.apache.org/documentation/jdbc/</guid>
- <description>Jena JDBC will be removed in Jena5.
+
<guid>https://jena.apache.org/documentation/archive/jdbc/__index.html</guid>
+ <description>The Jena JDBC module has been retired. The last release of
Jena with jena-jdb was Jena 4.10.0. The original documentation.</description>
+ </item>
+
+ <item>
+ <title>Jena JDBC - A SPARQL over JDBC driver framework</title>
+ <link>https://jena.apache.org/documentation/archive/jdbc/</link>
+ <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
+
+ <guid>https://jena.apache.org/documentation/archive/jdbc/</guid>
+ <description>Jena JDBC was removed in Jena5.
Jena JDBC is a set of libraries which provide SPARQL over JDBC driver
implementations.
This is a pure SPARQL over JDBC implementation, there is no attempt to present
the underlying RDF data model as a relational model through the driver and only
SPARQL queries and updates are supported.
It provides type 4 drivers in that they are pure Java based but the drivers
are not JDBC compliant since by definition they do not support
SQL.</description>
@@ -1129,10 +1138,10 @@ It provides type 4 drivers in that they are pure Java
based but the drivers are
<item>
<title>Jena JDBC Drivers</title>
- <link>https://jena.apache.org/documentation/jdbc/drivers.html</link>
+
<link>https://jena.apache.org/documentation/archive/jdbc/drivers.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
- <guid>https://jena.apache.org/documentation/jdbc/drivers.html</guid>
+
<guid>https://jena.apache.org/documentation/archive/jdbc/drivers.html</guid>
<description>Jena JDBC comes with three built in drivers by default with
the option of building custom drivers if desired. This page covers the
differences between the provided drivers and the connection URL options for
each.
Connection URL Basics Connection URLs for Jena JDBC drivers have a common
format, they all start with the following:
jdbc:jena:foo: Where foo is a driver specific prefix that indicates which
specific driver implementation is being used.</description>
@@ -1371,10 +1380,10 @@ Hadoop Dependencies The first thing to note is that
although our libraries depen
<item>
<title>Maven Artifacts for Jena JDBC</title>
- <link>https://jena.apache.org/documentation/jdbc/artifacts.html</link>
+
<link>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
- <guid>https://jena.apache.org/documentation/jdbc/artifacts.html</guid>
+
<guid>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</guid>
<description>The Jena JDBC libraries are a collection of maven artifacts
which can be used individually or together as desired. These are available from
the same locations as any other Jena artifact, see Using Jena with Maven for
more information.
Core Library The jena-jdbc-core artifact is the core library that contains
much of the common implementation for the drivers. This is a dependency of the
other artifacts and will typically only be required as a direct dependency if
you are implementing a custom driver</description>
</item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 291ec2f96..14dcf0aac 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -173,8 +173,8 @@
<loc>https://jena.apache.org/documentation/notes/concurrency-howto.html</loc>
<lastmod>2021-04-17T18:19:33+01:00</lastmod>
</url><url>
- <loc>https://jena.apache.org/documentation/jdbc/custom_driver.html</loc>
- <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+
<loc>https://jena.apache.org/documentation/archive/jdbc/custom_driver.html</loc>
+ <lastmod>2024-08-28T18:47:14+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/notes/model-factory.html</loc>
<lastmod>2023-10-30T12:01:30+00:00</lastmod>
@@ -201,10 +201,10 @@
<lastmod>2023-04-09T15:11:22+02:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation.html</loc>
- <lastmod>2024-08-28T18:45:12+01:00</lastmod>
+ <lastmod>2024-08-28T18:47:14+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/download.html</loc>
- <lastmod>2024-07-18T12:52:17+01:00</lastmod>
+ <lastmod>2024-08-28T18:47:14+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/notes/event-handler-howto.html</loc>
<lastmod>2023-06-06T21:08:29+02:00</lastmod>
@@ -329,11 +329,14 @@
<loc>https://jena.apache.org/documentation/javadoc.html</loc>
<lastmod>2024-08-07T20:34:07+01:00</lastmod>
</url><url>
- <loc>https://jena.apache.org/documentation/jdbc/</loc>
- <lastmod>2023-10-30T13:42:11+00:00</lastmod>
+ <loc>https://jena.apache.org/documentation/archive/jdbc/__index.html</loc>
+ <lastmod>2024-08-28T18:47:14+01:00</lastmod>
</url><url>
- <loc>https://jena.apache.org/documentation/jdbc/drivers.html</loc>
- <lastmod>2023-10-30T12:01:30+00:00</lastmod>
+ <loc>https://jena.apache.org/documentation/archive/jdbc/</loc>
+ <lastmod>2024-08-28T18:47:14+01:00</lastmod>
+ </url><url>
+ <loc>https://jena.apache.org/documentation/archive/jdbc/drivers.html</loc>
+ <lastmod>2024-08-28T18:47:14+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/ontology/</loc>
<lastmod>2024-08-07T20:34:07+01:00</lastmod>
@@ -398,8 +401,8 @@
<loc>https://jena.apache.org/documentation/archive/hadoop/artifacts.html</loc>
<lastmod>2021-11-05T11:40:17+00:00</lastmod>
</url><url>
- <loc>https://jena.apache.org/documentation/jdbc/artifacts.html</loc>
- <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+
<loc>https://jena.apache.org/documentation/archive/jdbc/artifacts.html</loc>
+ <lastmod>2024-08-28T18:47:14+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/migrate_jena2_jena3.html</loc>
<lastmod>2020-02-28T13:09:12+01:00</lastmod>
@@ -462,7 +465,7 @@
<lastmod>2024-03-01T21:57:18+00:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/fuseki2/fuseki-webapp.html</loc>
- <lastmod>2024-08-28T18:45:12+01:00</lastmod>
+ <lastmod>2022-11-16T11:52:14+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/io/arp/arp_sax.html</loc>
<lastmod>2024-03-17T17:44:27+00:00</lastmod>
@@ -711,7 +714,7 @@
<lastmod>2024-03-17T17:44:27+00:00</lastmod>
</url><url>
<loc>https://jena.apache.org/download/maven.html</loc>
- <lastmod>2024-03-28T22:35:37+01:00</lastmod>
+ <lastmod>2024-08-28T18:47:14+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/tutorials/using_jena_with_eclipse.html</loc>
<lastmod>2023-11-23T00:10:28+01:00</lastmod>