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 52f7f08d0 Staged site from legacy-formats 
(b6c539805b944089bf8995b2da283d32e901ff0c)
52f7f08d0 is described below

commit 52f7f08d066f7caa71ee302c7785a504ee809c7e
Author: jenkins <[email protected]>
AuthorDate: Fri Mar 7 13:43:07 2025 +0000

    Staged site from legacy-formats (b6c539805b944089bf8995b2da283d32e901ff0c)
---
 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>&lt;p&gt;Jena supports &lt;a 
href=&#34;http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html&#34;&gt;TriX&lt;/a&gt;,
 a&#xA;simple XML format for RDF, for both reading and writing RDF 
data.&lt;/p&gt;&#xA;&lt;p&gt;The support is of the TriX core, without 
processing instructions.&lt;/p&gt;&#xA;&lt;p&gt;Both the original HPlabs and 
W3C DTDs are supported for reading. Writing is&#xA;according to the W3C DTD, 
that is using root element &lt;code&gt;&amp;lt;trix&amp;gt;&lt;/ [...]
+      <description>&lt;p&gt;Jena supports &lt;a 
href=&#34;https://en.wikipedia.org/wiki/TriX_(serialization_format)&#34;&gt;TriX&lt;/a&gt;,
 a&#xA;simple XML format for RDF, for both reading and writing RDF 
data.&lt;/p&gt;&#xA;&lt;p&gt;The support is of the TriX core, without 
processing instructions.&lt;/p&gt;&#xA;&lt;p&gt;Local 
copies:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a 
href=&#34;./HPL-2004-56.pdf&#34;&gt;HPL-2004-56.pdf&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a
 href=&#34;./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>&lt;trix&gt;</code>,
 rather than <code>&lt;TriX&gt;</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>&lt;p&gt;Jena supports &lt;a 
href=&#34;http://www.hpl.hp.com/techreports/2004/HPL-2004-56.html&#34;&gt;TriX&lt;/a&gt;,
 a&#xA;simple XML format for RDF, for both reading and writing RDF 
data.&lt;/p&gt;&#xA;&lt;p&gt;The support is of the TriX core, without 
processing instructions.&lt;/p&gt;&#xA;&lt;p&gt;Both the original HPlabs and 
W3C DTDs are supported for reading. Writing is&#xA;according to the W3C DTD, 
that is using root element &lt;code&gt;&amp;lt;trix&amp;gt;&lt;/ [...]
+      <description>&lt;p&gt;Jena supports &lt;a 
href=&#34;https://en.wikipedia.org/wiki/TriX_(serialization_format)&#34;&gt;TriX&lt;/a&gt;,
 a&#xA;simple XML format for RDF, for both reading and writing RDF 
data.&lt;/p&gt;&#xA;&lt;p&gt;The support is of the TriX core, without 
processing instructions.&lt;/p&gt;&#xA;&lt;p&gt;Local 
copies:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a 
href=&#34;./HPL-2004-56.pdf&#34;&gt;HPL-2004-56.pdf&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a
 href=&#34;./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>

Reply via email to