From cc34a337c8fbb82bb4e32baf92831f637efb3fbf Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Sun, 18 Jan 2026 22:33:35 +0400 Subject: [PATCH 1/5] Remove the `` tag --- common/terms.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/terms.html b/common/terms.html index a779d5e..ff44267 100644 --- a/common/terms.html +++ b/common/terms.html @@ -383,8 +383,8 @@ Its value is either a string (simple term definition), expanding to an IRI, or a map (expanded term definition). -
- For context processing, term definition values are converted internally to a dedicated data structure that is easier to process.
+
+ For context processing, term definition values are converted internally to a dedicated data structure that is easier to process.
type map
A type map is a map value of a term From a831bedc21abdf2e4704fdf55a44acb3de77a0f8 Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Wed, 21 Jan 2026 16:49:26 +0400 Subject: [PATCH 2/5] Remove Candidate Correction markup and inline into changelog --- index.html | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 1e4f5bb..5c874e5 100644 --- a/index.html +++ b/index.html @@ -440,14 +440,6 @@

Terminology

and defines terms specific to JSON-LD.

-
- Candidate Correction 1 -

Change the type of term definition from array to map in active context, - to be consistent with the way it is used in the algorithms. - For more information, refer to issue 630. -

-
-
@@ -13888,8 +13880,10 @@

Changes since Recommendation of 16 July 2020

  • Allow further structured extensions of `application/ld+json` by using `+ld+json` as a structured media extension. See .
  • Use code point order as a better definition for the more vague "lexicographical order".
  • -
  • 2025-06-04: Clarifiy language about term definitions, - as described in Candidate Correction 1
  • +
  • 2025-06-04: Clarify language about term definitions: + change the type of term definition from array to map in active context, + to be consistent with the way it is used in the algorithms. + For more information, refer to issue 630.
  • From 2fa8666e8117814f67b2e91669b2e07a33bd105c Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Wed, 21 Jan 2026 17:46:31 +0400 Subject: [PATCH 3/5] Remove unnecessary text pertaining to `json-ld-api` Co-authored-by: Pierre-Antoine Champin --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 5c874e5..421dc53 100644 --- a/index.html +++ b/index.html @@ -13880,9 +13880,7 @@

    Changes since Recommendation of 16 July 2020

  • Allow further structured extensions of `application/ld+json` by using `+ld+json` as a structured media extension. See .
  • Use code point order as a better definition for the more vague "lexicographical order".
  • -
  • 2025-06-04: Clarify language about term definitions: - change the type of term definition from array to map in active context, - to be consistent with the way it is used in the algorithms. +
  • 2025-06-04: Clarify language about term definitions. For more information, refer to issue 630.
  • From 0fccb068d6bce0950ace96ef3878484fb075a122 Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Thu, 22 Jan 2026 12:53:43 +0400 Subject: [PATCH 4/5] Remove extra `
    ` Co-authored-by: David I. Lehn --- common/terms.html | 1 - 1 file changed, 1 deletion(-) diff --git a/common/terms.html b/common/terms.html index ff44267..99628c7 100644 --- a/common/terms.html +++ b/common/terms.html @@ -383,7 +383,6 @@ Its value is either a string (simple term definition), expanding to an IRI, or a map (expanded term definition). -
    For context processing, term definition values are converted internally to a dedicated data structure that is easier to process.
    type map
    From d6677b896cc5f9396e35f9335bc8239307dc1919 Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Fri, 23 Jan 2026 17:48:25 +0400 Subject: [PATCH 5/5] Reference Issue 630 for JSON-LD API spec Co-authored-by: Pierre-Antoine Champin --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 421dc53..c116198 100644 --- a/index.html +++ b/index.html @@ -13881,7 +13881,7 @@

    Changes since Recommendation of 16 July 2020

    `+ld+json` as a structured media extension. See .
  • Use code point order as a better definition for the more vague "lexicographical order".
  • 2025-06-04: Clarify language about term definitions. - For more information, refer to issue 630.
  • + For more information, refer to issue json-ld-api#630.