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

[jena-site] branch main updated: Updates for JSON-LD 1.1 as default.

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e25300398 Updates for JSON-LD 1.1 as default.
e25300398 is described below

commit e2530039858403a1b6d1f148336a0d5bf3b75ee9
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed May 4 22:17:27 2022 +0100

    Updates for JSON-LD 1.1 as default.
---
 source/documentation/io/__index.md    |  3 +--
 source/documentation/io/json-ld-11.md | 16 ++++++++++------
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/source/documentation/io/__index.md b/source/documentation/io/__index.md
index f061a56a4..e2a1b806d 100644
--- a/source/documentation/io/__index.md
+++ b/source/documentation/io/__index.md
@@ -30,8 +30,7 @@ can be integrated into both the parser and writer registries.
 RDF/JSON is different from JSON-LD - it is a direct encoding of RDF triples in JSON.
 See the [description of RDF/JSON](rdf-json.html).
 
-See "[Reading JSON-LD 1.1](json-ld-11.html)" for additional setup and use for
-reading JSON-LD 1.1. JSON-LD 1.0 is the current default in Jena.
+From Jena 4.5.0, JSON-LD 1.1 is the main supported version of JSON-LD.
 
 RDF Binary is a binary encoding of RDF (graphs and datasets) that can be useful
 for fast parsing.  See [RDF Binary](rdf-binary.html).
diff --git a/source/documentation/io/json-ld-11.md b/source/documentation/io/json-ld-11.md
index 94591653d..26a8eefe2 100644
--- a/source/documentation/io/json-ld-11.md
+++ b/source/documentation/io/json-ld-11.md
@@ -2,10 +2,14 @@
 title: Reading JSON-LD 1.1
 ---
 
-See "[Reading RDF](./rdf-input.html)" for details of Jena's support JSON-LD v1.0
-using the
-[jsonld-java project](https://github.com/jsonld-java/jsonld-java) 
-for both reading and writing. This is the principle support for JSON-LD.
+<i>
+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.
+</i>
+
+----
 
 This page details support for reading JSON-LD 1.1 using 
 [Titanium JSON-LD](https://github.com/filip26/titanium-json-ld/).
@@ -16,8 +20,8 @@ Public License 2.0.
 
 ## Additional Dependencies
 
-The Titanium engine (`com.apicatalog:titanium-json-ld`) uses the Eclispe Jakarta JSON Processing
-licnesed under the 
+The Titanium engine (`com.apicatalog:titanium-json-ld`) uses the Eclipse Jakarta JSON Processing
+licensed under the 
 [Eclipse Public License 2.0](https://www.eclipse.org/legal/epl-2.0/) with dependencies:
 
 * jakarta.json:jakarta.json-api