You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2022/05/04 21:34:03 UTC

[jena-site] branch asf-site updated: Updated site from main (e2530039858403a1b6d1f148336a0d5bf3b75ee9)

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 35f1cf012 Updated site from main (e2530039858403a1b6d1f148336a0d5bf3b75ee9)
35f1cf012 is described below

commit 35f1cf012a380091c53ba80b80b9836e4cc675a9
Author: jenkins <bu...@apache.org>
AuthorDate: Wed May 4 21:33:57 2022 +0000

    Updated site from main (e2530039858403a1b6d1f148336a0d5bf3b75ee9)
---
 content/documentation/index.xml          |  7 +++----
 content/documentation/io/index.html      |  3 +--
 content/documentation/io/json-ld-11.html | 14 ++++++++------
 content/index.xml                        |  7 +++----
 content/sitemap.xml                      |  6 +++---
 5 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index 697f4ba27..19f61aab0 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -1271,10 +1271,9 @@ xml:lang is fully supported, both in RDF/XML and any document embedding RDF/XML.
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://jena.apache.org/documentation/io/json-ld-11.html</guid>
-      <description>See &amp;ldquo;Reading RDF&amp;rdquo; for details of Jena&amp;rsquo;s support JSON-LD v1.0 using the jsonld-java project for both reading and writing. This is the principle support for JSON-LD.
-This page details support for reading JSON-LD 1.1 using Titanium JSON-LD.
-While Titanium is licensed under the Apache License, it has a dependency on the Eclipse Jakarta JSON Processing API, which is licensed under the Eclipse Public License 2.0.
-Additional Dependencies The Titanium engine (com.</description>
+      <description>JSON-LD 1.1 is the default version of JSON-LD supported by Apache Jena. This page is out of date and left temporary only for information about using JSON-LD 1.1 in versions 4.2.x to 4.4.x. 
+ This page details support for reading JSON-LD 1.1 using Titanium JSON-LD.
+While Titanium is licensed under the Apache License, it has a dependency on the Eclipse Jakarta JSON Processing API, which is licensed under the Eclipse Public License 2.</description>
     </item>
     
     <item>
diff --git a/content/documentation/io/index.html b/content/documentation/io/index.html
index 7b06013c2..98e56a372 100644
--- a/content/documentation/io/index.html
+++ b/content/documentation/io/index.html
@@ -201,8 +201,7 @@ can be integrated into both the parser and writer registries.</p>
 </ul>
 <p>RDF/JSON is different from JSON-LD - it is a direct encoding of RDF triples in JSON.
 See the <a href="rdf-json.html">description of RDF/JSON</a>.</p>
-<p>See &ldquo;<a href="json-ld-11.html">Reading JSON-LD 1.1</a>&rdquo; for additional setup and use for
-reading JSON-LD 1.1. JSON-LD 1.0 is the current default in Jena.</p>
+<p>From Jena 4.5.0, JSON-LD 1.1 is the main supported version of JSON-LD.</p>
 <p>RDF Binary is a binary encoding of RDF (graphs and datasets) that can be useful
 for fast parsing.  See <a href="rdf-binary.html">RDF Binary</a>.</p>
 <h2 id="command-line-tools">Command line tools</h2>
diff --git a/content/documentation/io/json-ld-11.html b/content/documentation/io/json-ld-11.html
index 105a6613a..88082eab4 100644
--- a/content/documentation/io/json-ld-11.html
+++ b/content/documentation/io/json-ld-11.html
@@ -181,18 +181,20 @@
             </div>
             <h1 class="title">Reading JSON-LD 1.1</h1>
             
-	<p>See &ldquo;<a href="./rdf-input.html">Reading RDF</a>&rdquo; for details of Jena&rsquo;s support JSON-LD v1.0
-using the
-<a href="https://github.com/jsonld-java/jsonld-java">jsonld-java project</a>
-for both reading and writing. This is the principle support for JSON-LD.</p>
+	<i>
+JSON-LD 1.1 is the default version of JSON-LD supported by Apache Jena.  
+<p>This page is out of date and left temporary only for information about using
+JSON-LD 1.1 in versions 4.2.x to 4.4.x.
+</i></p>
+<hr>
 <p>This page details support for reading JSON-LD 1.1 using
 <a href="https://github.com/filip26/titanium-json-ld/">Titanium JSON-LD</a>.</p>
 <p>While Titanium is licensed under the Apache License, it has a dependency on
 the Eclipse Jakarta JSON Processing API, which is licensed under the Eclipse
 Public License 2.0.</p>
 <h2 id="additional-dependencies">Additional Dependencies</h2>
-<p>The Titanium engine (<code>com.apicatalog:titanium-json-ld</code>) uses the Eclispe Jakarta JSON Processing
-licnesed under the
+<p>The Titanium engine (<code>com.apicatalog:titanium-json-ld</code>) uses the Eclipse Jakarta JSON Processing
+licensed under the
 <a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License 2.0</a> with dependencies:</p>
 <ul>
 <li>jakarta.json:jakarta.json-api</li>
diff --git a/content/index.xml b/content/index.xml
index 459ee135a..6bd65ed52 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -1427,10 +1427,9 @@ xml:lang is fully supported, both in RDF/XML and any document embedding RDF/XML.
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://jena.apache.org/documentation/io/json-ld-11.html</guid>
-      <description>See &amp;ldquo;Reading RDF&amp;rdquo; for details of Jena&amp;rsquo;s support JSON-LD v1.0 using the jsonld-java project for both reading and writing. This is the principle support for JSON-LD.
-This page details support for reading JSON-LD 1.1 using Titanium JSON-LD.
-While Titanium is licensed under the Apache License, it has a dependency on the Eclipse Jakarta JSON Processing API, which is licensed under the Eclipse Public License 2.0.
-Additional Dependencies The Titanium engine (com.</description>
+      <description>JSON-LD 1.1 is the default version of JSON-LD supported by Apache Jena. This page is out of date and left temporary only for information about using JSON-LD 1.1 in versions 4.2.x to 4.4.x. 
+ This page details support for reading JSON-LD 1.1 using Titanium JSON-LD.
+While Titanium is licensed under the Apache License, it has a dependency on the Eclipse Jakarta JSON Processing API, which is licensed under the Eclipse Public License 2.</description>
     </item>
     
     <item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 177602991..d4622d22d 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -324,7 +324,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2022-03-24T12:53:53+00:00</lastmod>
+    <lastmod>2022-05-04T22:17:27+01:00</lastmod>
   </url>
   
   <url>
@@ -684,12 +684,12 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/io/</loc>
-    <lastmod>2021-11-01T11:43:24+00:00</lastmod>
+    <lastmod>2022-05-04T22:17:27+01:00</lastmod>
   </url>
   
   <url>
     <loc>https://jena.apache.org/documentation/io/json-ld-11.html</loc>
-    <lastmod>2021-09-16T12:13:26+01:00</lastmod>
+    <lastmod>2022-05-04T22:17:27+01:00</lastmod>
   </url>
   
   <url>