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 a6f410704 Updated site from main
(d18a04f94cf679346d6dcb93e776d0d98d8519b4)
a6f410704 is described below
commit a6f410704b3d70cd04ba5f4f210dfd73ddd2852b
Author: jenkins <[email protected]>
AuthorDate: Mon Mar 10 16:04:23 2025 +0000
Updated site from main (d18a04f94cf679346d6dcb93e776d0d98d8519b4)
---
content/documentation/index.xml | 2 +-
content/documentation/io/2014-03-13 Talis RDF JSON.pdf | Bin 0 -> 202574 bytes
content/documentation/io/HPL-2003-268.pdf | Bin 0 -> 94302 bytes
content/documentation/io/HPL-2004-56.pdf | Bin 0 -> 97932 bytes
content/documentation/io/rdf-json.html | 15 +++++++++++----
content/documentation/io/trix.html | 7 ++++++-
content/index.json | 2 +-
content/index.xml | 2 +-
content/sitemap.xml | 4 ++--
9 files changed, 22 insertions(+), 10 deletions(-)
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index 5f82baacf..4a9b6caa5 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -1307,7 +1307,7 @@
<link>https://jena.apache.org/documentation/io/trix.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jena.apache.org/documentation/io/trix.html</guid>
- <description><p>Jena supports <a
href="http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html">TriX</a>,
a
simple XML format for RDF, for both reading and writing RDF
data.</p>
<p>The support is of the TriX core, without
processing instructions.</p>
<p>Both the original HPlabs and
W3C DTDs are supported for reading. Writing is
according to the W3C DTD,
that is using root element <code>&lt;trix&gt;</ [...]
+ <description><p>Jena supports <a
href="https://en.wikipedia.org/wiki/TriX_(serialization_format)">TriX</a>,
a
simple XML format for RDF, for both reading and writing RDF
data.</p>
<p>The support is of the TriX core, without
processing instructions.</p>
<p>Local
copies:</p>
<ul>
<li><a
href="./HPL-2004-56.pdf">HPL-2004-56.pdf</a></li>
<li><a
href="./HPL- [...]
</item>
<item>
<title>Tutorial - Manipulando SPARQL usando ARQ</title>
diff --git a/content/documentation/io/2014-03-13 Talis RDF JSON.pdf
b/content/documentation/io/2014-03-13 Talis RDF JSON.pdf
new file mode 100644
index 000000000..5909e5782
Binary files /dev/null and b/content/documentation/io/2014-03-13 Talis RDF
JSON.pdf differ
diff --git a/content/documentation/io/HPL-2003-268.pdf
b/content/documentation/io/HPL-2003-268.pdf
new file mode 100644
index 000000000..a156921c8
Binary files /dev/null and b/content/documentation/io/HPL-2003-268.pdf differ
diff --git a/content/documentation/io/HPL-2004-56.pdf
b/content/documentation/io/HPL-2004-56.pdf
new file mode 100644
index 000000000..ccc5a4940
Binary files /dev/null and b/content/documentation/io/HPL-2004-56.pdf differ
diff --git a/content/documentation/io/rdf-json.html
b/content/documentation/io/rdf-json.html
index 395bbe080..71302d44a 100644
--- a/content/documentation/io/rdf-json.html
+++ b/content/documentation/io/rdf-json.html
@@ -14,6 +14,13 @@
<a href="http://creativecommons.org/licenses/by-sa/3.0/"
target="">Attribution-Share Alike 3.0</a>
</small> license.
</p>
+<p>Other resources:</p>
+<ul>
+ <li>W3C Note <a href="https://www.w3.org/TR/rdf-json/">RDF 1.1 JSON
Alternate Serialization (RDF/JSON)</a></li>
+ <li>A <a href="./2014-03-13%20Talis%20RDF%20JSON.pdf">local PDF copy</a> of
the Talis documentation.</li>
+</ul>
+
+<hr/>
<h1>RDF JSON</h1>
@@ -48,19 +55,19 @@ structure:</p>
keys:</p>
<dl>
- <dt>type</dt>
+ <dt><b>type</b></dt>
<dd>one of 'uri', 'literal' or 'bnode' (<b>required</b>
and must be lowercase)</dd>
- <dt>value</dt>
+ <dt><b>value</b></dt>
<dd>the lexical value of the
object (<b>required</b>, full URIs should be used, not
qnames)</dd>
- <dt>lang</dt>
+ <dt><b>lang</b></dt>
<dd>the language of a literal value
(<b>optional</b> but if supplied it must not be
empty)</dd>
- <dt>datatype</dt>
+ <dt><b>datatype</b></dt>
<dd>the datatype URI of the literal value (<b>optional</b>)</dd>
</dl>
diff --git a/content/documentation/io/trix.html
b/content/documentation/io/trix.html
index a5972d758..17bd6bf2d 100644
--- a/content/documentation/io/trix.html
+++ b/content/documentation/io/trix.html
@@ -193,9 +193,14 @@
</nav>
</aside>
<article class="flex-column me-lg-4">
- <p>Jena supports <a
href="http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html">TriX</a>, a
+ <p>Jena supports <a
href="https://en.wikipedia.org/wiki/TriX_(serialization_format)">TriX</a>, a
simple XML format for RDF, for both reading and writing RDF data.</p>
<p>The support is of the TriX core, without processing instructions.</p>
+<p>Local copies:</p>
+<ul>
+<li><a href="./HPL-2004-56.pdf">HPL-2004-56.pdf</a></li>
+<li><a href="./HPL-2003-268.pdf">HPL-2003-268.pdf</a></li>
+</ul>
<p>Both the original HPlabs and W3C DTDs are supported for reading. Writing is
according to the W3C DTD, that is using root element <code><trix></code>,
rather than <code><TriX></code>.</p>
diff --git a/content/index.json b/content/index.json
index 83dfdbfa0..65a9531fb 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 01a891711..886f83174 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -1517,7 +1517,7 @@
<link>https://jena.apache.org/documentation/io/trix.html</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jena.apache.org/documentation/io/trix.html</guid>
- <description><p>Jena supports <a
href="http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html">TriX</a>,
a
simple XML format for RDF, for both reading and writing RDF
data.</p>
<p>The support is of the TriX core, without
processing instructions.</p>
<p>Both the original HPlabs and
W3C DTDs are supported for reading. Writing is
according to the W3C DTD,
that is using root element <code>&lt;trix&gt;</ [...]
+ <description><p>Jena supports <a
href="https://en.wikipedia.org/wiki/TriX_(serialization_format)">TriX</a>,
a
simple XML format for RDF, for both reading and writing RDF
data.</p>
<p>The support is of the TriX core, without
processing instructions.</p>
<p>Local
copies:</p>
<ul>
<li><a
href="./HPL-2004-56.pdf">HPL-2004-56.pdf</a></li>
<li><a
href="./HPL- [...]
</item>
<item>
<title>Tutorial - Manipulando SPARQL usando ARQ</title>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 816a856ea..8042a1fbf 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -209,7 +209,7 @@
<lastmod>2023-04-09T15:11:22+02:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation.html</loc>
- <lastmod>2025-02-11T09:38:10+00:00</lastmod>
+ <lastmod>2025-03-07T13:28:58+00:00</lastmod>
</url><url>
<loc>https://jena.apache.org/download.html</loc>
<lastmod>2025-01-21T15:04:14+00:00</lastmod>
@@ -679,7 +679,7 @@
<lastmod>2024-03-17T17:45:17+00:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/io/trix.html</loc>
- <lastmod>2021-05-08T10:08:50+01:00</lastmod>
+ <lastmod>2025-03-07T13:28:58+00:00</lastmod>
</url><url>
<loc>https://jena.apache.org/documentation/query/manipulating_sparql_using_arq_pt.html</loc>
<lastmod>2020-05-01T11:11:56+12:00</lastmod>