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 cd91e5162 Updated site from main
(4e5df88b3ad4ae855b8c153ca3e8b322bcadd02b)
cd91e5162 is described below
commit cd91e51620435e5a6f957dd184f8b78c47ea915a
Author: jenkins <[email protected]>
AuthorDate: Tue Aug 15 13:48:06 2023 +0000
Updated site from main (4e5df88b3ad4ae855b8c153ca3e8b322bcadd02b)
---
content/documentation/archive/README | 1 +
.../{notes => archive}/reification_previous.html | 4 ++--
.../documentation/fuseki2/fuseki-data-access-control.html | 8 ++++----
content/documentation/index.xml | 12 ++++++------
content/documentation/io/rdf-output.html | 10 ++++++++++
content/documentation/notes/index.html | 1 -
content/documentation/notes/reification-previous.html | 10 ++++++++++
content/documentation/notes/reification.html | 12 ++++--------
content/index.json | 2 +-
content/index.xml | 12 ++++++------
content/sitemap.xml | 14 +++++++-------
11 files changed, 51 insertions(+), 35 deletions(-)
diff --git a/content/documentation/archive/README
b/content/documentation/archive/README
new file mode 100644
index 000000000..e93906ff5
--- /dev/null
+++ b/content/documentation/archive/README
@@ -0,0 +1 @@
+A place to keep old material that is no longer part of the published Jena
website.
diff --git a/content/documentation/notes/reification_previous.html
b/content/documentation/archive/reification_previous.html
similarity index 98%
rename from content/documentation/notes/reification_previous.html
rename to content/documentation/archive/reification_previous.html
index 7b905043c..35cd5ad58 100644
--- a/content/documentation/notes/reification_previous.html
+++ b/content/documentation/archive/reification_previous.html
@@ -121,7 +121,7 @@
- <li class="nav-item" id="edit"><a class="nav-link"
href="https://github.com/apache/jena-site/edit/main/source/documentation/notes/reification_previous.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/reification_previous.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>
@@ -155,7 +155,7 @@
- <li class="breadcrumb-item"><a
href='/documentation/notes'>NOTES</a></li>
+ <li class="breadcrumb-item"><a
href='/documentation/archive'>ARCHIVE</a></li>
diff --git a/content/documentation/fuseki2/fuseki-data-access-control.html
b/content/documentation/fuseki2/fuseki-data-access-control.html
index 93e56508d..6fbefb6a5 100644
--- a/content/documentation/fuseki2/fuseki-data-access-control.html
+++ b/content/documentation/fuseki2/fuseki-data-access-control.html
@@ -197,7 +197,7 @@
</li>
<li><a href="#acl">Access Control Lists</a>
<ul>
- <li><a href="#alloweduser">Format of
<code>ja:allowedUsers</code></a></li>
+ <li><a href="#alloweduser">Format of
<code>fuseki:allowedUsers</code></a></li>
<li><a href="#server-acl">Server Level ACLs</a></li>
<li><a href="#dataset-acl">Dataset Level ACLs</a></li>
<li><a href="#endpoint-acl">Endpoint Level ACLs</a></li>
@@ -401,8 +401,8 @@ lists. Graph-level access control is <a
href="#graph-acl">covered below</a>.</p>
<pre>
fuseki --conf <i>configFile.ttl</i>
</pre>
-<p>ACLs are provided by the <code>ja:allowedUsers</code> property</p>
-<h3 id="alloweduser">Format of <code>ja:allowedUsers</code></h3>
+<p>ACLs are provided by the <code>fuseki:allowedUsers</code> property</p>
+<h3 id="alloweduser">Format of <code>fuseki:allowedUsers</code></h3>
<p>The list of users allowed access can be an RDF list or repeated use of
the property or a mixture. The different settings are combined into one
ACL.</p>
<pre><code> fuseki:allowedUsers "user1", "user2",
"user3";
@@ -553,7 +553,7 @@ the deployed server can be run using a Jetty
configuration.</p>
</li>
<li><a href="#acl">Access Control Lists</a>
<ul>
- <li><a href="#alloweduser">Format of
<code>ja:allowedUsers</code></a></li>
+ <li><a href="#alloweduser">Format of
<code>fuseki:allowedUsers</code></a></li>
<li><a href="#server-acl">Server Level ACLs</a></li>
<li><a href="#dataset-acl">Dataset Level ACLs</a></li>
<li><a href="#endpoint-acl">Endpoint Level ACLs</a></li>
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index c7b451d86..20b799be5 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -877,7 +877,7 @@ RDF 1.1 Turtle RDF 1.1 Trig RDF 1.1 N-Triples RDF 1.1
N-Quads JSON-LD </descript
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jena.apache.org/documentation/notes/</guid>
- <description> Dataset Transactions Concurrency how-to Handling
concurrent access to Jena models Event handler how-to Responding to events
Stream manager how-to Redirecting URLs to local files Model factory Creating
Jena models of various kinds RDF frames Viewing RDF statements as frame-like
objects Reification API support for RDF reification Typed literals Creating and
extracting RDF typed literals SSE SPARQL Syntax Expressions Repacking Jena jars
Jena Initialization </description>
+ <description> Dataset Transactions Concurrency how-to Handling
concurrent access to Jena models Event handler how-to Responding to events
Stream manager how-to Redirecting URLs to local files Model factory Creating
Jena models of various kinds RDF frames Viewing RDF statements as frame-like
objects Typed literals Creating and extracting RDF typed literals SSE SPARQL
Syntax Expressions Repacking Jena jars Jena Initialization </description>
</item>
<item>
@@ -1369,17 +1369,17 @@ Not all of the fine details of the API are covered
here: refer to the Jena Javad
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jena.apache.org/documentation/notes/reification.html</guid>
- <description>Introduction This document describes the Jena API support
for reification. it. As always, consult the Javadoc for interface details.
-Reification in RDF and Jena is the ability to treat a Statement as a Resource,
and hence to make assertions about that statement. A statement may be reified
as many different resources, allowing different manifestations
(&ldquo;statings&rdquo;) of that statement to be treated differently if
required.
-RDF represents a reified statement as four statements with particular RDF
properties and objects: the statement (S, P, O), reified by resource R, is
represented by:</description>
+ <description>Reification API support will be removed in Jena5.
+Introduction This document describes the Jena API support for reification. it.
As always, consult the Javadoc for interface details.
+Reification in RDF and Jena is the ability to treat a Statement as a Resource,
and hence to make assertions about that statement. A statement may be reified
as many different resources, allowing different manifestations
(&ldquo;statings&rdquo;) of that statement to be treated differently if
required.</description>
</item>
<item>
<title>Reification styles (archive material)</title>
-
<link>https://jena.apache.org/documentation/notes/reification_previous.html</link>
+
<link>https://jena.apache.org/documentation/archive/reification_previous.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-
<guid>https://jena.apache.org/documentation/notes/reification_previous.html</guid>
+
<guid>https://jena.apache.org/documentation/archive/reification_previous.html</guid>
<description>Reification styles Prior to version 2.10.0 of Jena, there
were 3 styles of reification, &ldquo;standard&rdquo;,
&ldquo;minimal&rdquo; and &ldquo;convenient&rdquo;. As of
2.10.0 and later, only what was previously the &ldquo;standard&rdquo;
style is supported.
By default and as you might expect, Jena models allow reification quads to be
manifested as ReifiedStatements. Similarly, explicitly created
ReifiedStatements are visible as statement quads.
Sometimes, this is not desirable. For example, in an application that reifies
large numbers of statements in the same model as those statements, most of the
results from listStatements() will be quadlets; this is inefficient and
confusing.</description>
diff --git a/content/documentation/io/rdf-output.html
b/content/documentation/io/rdf-output.html
index dfa5a9fa6..b61c47b19 100644
--- a/content/documentation/io/rdf-output.html
+++ b/content/documentation/io/rdf-output.html
@@ -689,6 +689,16 @@ in ASCII (using <code>\u</code> escape sequences for
non-ASCI characters where n
</tbody>
</table>
<h3 id="json-ld">JSON-LD</h3>
+<blockquote>
+<p>Caution. This section describes features that may be removed.</p>
+<p>Jena uses different third party processors for JSON-LD 1.0 and JSON-LD
1.1.</p>
+<p>This section describes support for passing configuration to the JSON-LD 1.0
+processor only. It does not apply to the JSON-LD 1.1 processor.</p>
+<p>It is planned that support for JSON-LD 1.0 will be removed in Jena5.</p>
+<p>The project is looking for contributions for passing framing configuration
to
+the JSON-LD 1.1 processor, which is
+<a href="https://github.com/filip26/titanium-json-ld">titanium-json-ld</a>.</p>
+</blockquote>
<p>JSON-LD output is supported, in its various flavors
(“compacted”, “expanded”, “flattened”,
“framed”),
by using one of the following RDFFormats:</p>
diff --git a/content/documentation/notes/index.html
b/content/documentation/notes/index.html
index b193e1455..20ae6c964 100644
--- a/content/documentation/notes/index.html
+++ b/content/documentation/notes/index.html
@@ -186,7 +186,6 @@
<li><a href="stream-manager.html">Stream manager how-to</a> Redirecting URLs
to local files</li>
<li><a href="model-factory.html">Model factory</a> Creating Jena models of
various kinds</li>
<li><a href="rdf-frames.html">RDF frames</a> Viewing RDF statements as
frame-like objects</li>
-<li><a href="reification.html">Reification</a> API support for RDF
reification</li>
<li><a href="typed-literals.html">Typed literals</a> Creating and extracting
RDF typed literals</li>
<li><a href="sse.html">SSE</a> SPARQL Syntax Expressions</li>
<li><a href="jena-repack.html">Repacking Jena jars</a></li>
diff --git a/content/documentation/notes/reification-previous.html
b/content/documentation/notes/reification-previous.html
new file mode 100644
index 000000000..43473b527
--- /dev/null
+++ b/content/documentation/notes/reification-previous.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+
<title>https://jena.apache.org/documentation/archive/reification_previous.html</title>
+ <link rel="canonical"
href="https://jena.apache.org/documentation/archive/reification_previous.html">
+ <meta name="robots" content="noindex">
+ <meta charset="utf-8">
+ <meta http-equiv="refresh" content="0;
url=https://jena.apache.org/documentation/archive/reification_previous.html">
+ </head>
+</html>
diff --git a/content/documentation/notes/reification.html
b/content/documentation/notes/reification.html
index 6e4435019..65f54cd6b 100644
--- a/content/documentation/notes/reification.html
+++ b/content/documentation/notes/reification.html
@@ -189,12 +189,14 @@
<li><a href="#listing-reified-statements">Listing reified
statements</a></li>
<li><a href="#creating-reified-statements-directly">Creating reified
statements directly</a></li>
<li><a href="#removing-reified-statements">Removing reified
statements</a></li>
- <li><a href="#reification-styles">Reification styles</a></li>
</ul>
</nav>
</aside>
<article class="flex-column me-lg-4">
- <h2 id="introduction">Introduction</h2>
+ <blockquote>
+<p>Reification API support will be removed in Jena5.</p>
+</blockquote>
+<h2 id="introduction">Introduction</h2>
<p>This document describes the Jena API support for reification.
it. As always, consult the Javadoc for interface
details.</p>
@@ -308,11 +310,6 @@ a particular reified statement only, use</p>
<ul>
<li><code>Model::removeReification(ReifiedStatement)</code></li>
</ul>
-<h2 id="reification-styles">Reification styles</h2>
-<p>Prior to version 2.10.0 of Jena, there were 3 styles of reification,
-“standard”, “minimal” and “convenient”.
As of 2.10.0 and later, only
-what was previously the “standard” style is supported.</p>
-<p>The old documentation is <a href="reification_previous.html">still
available</a>.</p>
</article>
@@ -326,7 +323,6 @@ what was previously the “standard” style is
supported.</p>
<li><a href="#listing-reified-statements">Listing reified
statements</a></li>
<li><a href="#creating-reified-statements-directly">Creating reified
statements directly</a></li>
<li><a href="#removing-reified-statements">Removing reified
statements</a></li>
- <li><a href="#reification-styles">Reification styles</a></li>
</ul>
</nav>
</aside>
diff --git a/content/index.json b/content/index.json
index 29cbb7af8..e59b719bc 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 899ae73a3..97e93b768 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -939,7 +939,7 @@ RDF 1.1 Turtle RDF 1.1 Trig RDF 1.1 N-Triples RDF 1.1
N-Quads JSON-LD </descript
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jena.apache.org/documentation/notes/</guid>
- <description> Dataset Transactions Concurrency how-to Handling
concurrent access to Jena models Event handler how-to Responding to events
Stream manager how-to Redirecting URLs to local files Model factory Creating
Jena models of various kinds RDF frames Viewing RDF statements as frame-like
objects Reification API support for RDF reification Typed literals Creating and
extracting RDF typed literals SSE SPARQL Syntax Expressions Repacking Jena jars
Jena Initialization </description>
+ <description> Dataset Transactions Concurrency how-to Handling
concurrent access to Jena models Event handler how-to Responding to events
Stream manager how-to Redirecting URLs to local files Model factory Creating
Jena models of various kinds RDF frames Viewing RDF statements as frame-like
objects Typed literals Creating and extracting RDF typed literals SSE SPARQL
Syntax Expressions Repacking Jena jars Jena Initialization </description>
</item>
<item>
@@ -1536,17 +1536,17 @@ Not all of the fine details of the API are covered
here: refer to the Jena Javad
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jena.apache.org/documentation/notes/reification.html</guid>
- <description>Introduction This document describes the Jena API support
for reification. it. As always, consult the Javadoc for interface details.
-Reification in RDF and Jena is the ability to treat a Statement as a Resource,
and hence to make assertions about that statement. A statement may be reified
as many different resources, allowing different manifestations
(&ldquo;statings&rdquo;) of that statement to be treated differently if
required.
-RDF represents a reified statement as four statements with particular RDF
properties and objects: the statement (S, P, O), reified by resource R, is
represented by:</description>
+ <description>Reification API support will be removed in Jena5.
+Introduction This document describes the Jena API support for reification. it.
As always, consult the Javadoc for interface details.
+Reification in RDF and Jena is the ability to treat a Statement as a Resource,
and hence to make assertions about that statement. A statement may be reified
as many different resources, allowing different manifestations
(&ldquo;statings&rdquo;) of that statement to be treated differently if
required.</description>
</item>
<item>
<title>Reification styles (archive material)</title>
-
<link>https://jena.apache.org/documentation/notes/reification_previous.html</link>
+
<link>https://jena.apache.org/documentation/archive/reification_previous.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
-
<guid>https://jena.apache.org/documentation/notes/reification_previous.html</guid>
+
<guid>https://jena.apache.org/documentation/archive/reification_previous.html</guid>
<description>Reification styles Prior to version 2.10.0 of Jena, there
were 3 styles of reification, &ldquo;standard&rdquo;,
&ldquo;minimal&rdquo; and &ldquo;convenient&rdquo;. As of
2.10.0 and later, only what was previously the &ldquo;standard&rdquo;
style is supported.
By default and as you might expect, Jena models allow reification quads to be
manifested as ReifiedStatements. Similarly, explicitly created
ReifiedStatements are visible as statement quads.
Sometimes, this is not desirable. For example, in an application that reifies
large numbers of statements in the same model as those statements, most of the
results from listStatements() will be quadlets; this is inefficient and
confusing.</description>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index d789c1150..18ce3279c 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -195,13 +195,13 @@
<lastmod>2021-11-05T11:40:17+00:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/fuseki2/fuseki-data-access-control.html</loc>
- <lastmod>2023-02-05T18:59:30+01:00</lastmod>
+ <lastmod>2023-08-15T14:34:21+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/rdfs/</loc>
<lastmod>2023-04-09T15:11:22+02:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation.html</loc>
- <lastmod>2023-07-08T22:09:33+01:00</lastmod>
+ <lastmod>2023-08-15T14:34:21+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/download.html</loc>
<lastmod>2023-07-08T22:28:51+01:00</lastmod>
@@ -267,7 +267,7 @@
<lastmod>2020-02-28T13:09:12+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/notes/</loc>
- <lastmod>2020-06-28T16:59:39+01:00</lastmod>
+ <lastmod>2023-08-15T14:34:21+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/geosparql/geosparql-assembler.html</loc>
<lastmod>2022-02-06T18:03:15+00:00</lastmod>
@@ -444,10 +444,10 @@
<lastmod>2023-02-05T18:59:30+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/notes/reification.html</loc>
- <lastmod>2020-05-01T11:11:56+12:00</lastmod>
+ <lastmod>2023-08-15T14:34:21+01:00</lastmod>
</url><url>
-
<loc>https://jena.apache.org/documentation/notes/reification_previous.html</loc>
- <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+
<loc>https://jena.apache.org/documentation/archive/reification_previous.html</loc>
+ <lastmod>2023-08-15T14:34:21+01:00</lastmod>
</url><url>
<loc>https://jena.apache.org/help_and_support/bugs_and_suggestions.html</loc>
<lastmod>2022-11-15T10:10:50+00:00</lastmod>
@@ -723,6 +723,6 @@
<lastmod>2023-02-20T16:01:22-05:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/io/rdf-output.html</loc>
- <lastmod>2023-07-08T17:08:44-04:00</lastmod>
+ <lastmod>2023-08-15T14:34:21+01:00</lastmod>
</url>
</urlset>