From 86614cf4c6f1101ac697e83ef49948f20ce51c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= <1929830+PonteIneptique@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:12:13 +0100 Subject: [PATCH 1/3] Apply nesting to extensions and dublinCore Fixes #280 --- context/1.0rc1.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/context/1.0rc1.json b/context/1.0rc1.json index 346cb22..2580cc8 100644 --- a/context/1.0rc1.json +++ b/context/1.0rc1.json @@ -16,14 +16,17 @@ "citationTrees": "dts:citationTrees", "citeStructure":"dts:citeStructure", "description": "dts:description", + + "lang": "@language", + "value": "@value", "dublinCore": { - "@id": "dts:dublinCore", + "@id": "@nest", "@context": { "@vocab": "http://purl.org/dc/terms/" } }, "end": "dts:end", - "extensions": "dts:extensions", + "extensions": "@nest", "first": "dts:first", "last": "dts:last", "member": "dts:member", From 890006443bbf40c0c4043f919c7e028018df9639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= <1929830+PonteIneptique@users.noreply.github.com> Date: Fri, 31 Oct 2025 08:05:18 +0100 Subject: [PATCH 2/3] Update 1.0rc1.json - Fix from Hugh --- context/1.0rc1.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/context/1.0rc1.json b/context/1.0rc1.json index 2580cc8..76bed25 100644 --- a/context/1.0rc1.json +++ b/context/1.0rc1.json @@ -22,9 +22,18 @@ "dublinCore": { "@id": "@nest", "@context": { - "@vocab": "http://purl.org/dc/terms/" + "@vocab": "http://purl.org/dc/terms/", + "description": { + "@id": "dct:description" + }, + "identifier": { + "@id": "dct:identifier" + }, + "title": { + "@id": "dct:title" + } } - }, + } "end": "dts:end", "extensions": "@nest", "first": "dts:first", From 546fe1e683c0fc5579e0f0a0d0f562a2ed6414e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= <1929830+PonteIneptique@users.noreply.github.com> Date: Fri, 31 Oct 2025 08:05:42 +0100 Subject: [PATCH 3/3] Update 1.0rc1.json --- context/1.0rc1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/1.0rc1.json b/context/1.0rc1.json index 76bed25..3b95733 100644 --- a/context/1.0rc1.json +++ b/context/1.0rc1.json @@ -33,7 +33,7 @@ "@id": "dct:title" } } - } + }, "end": "dts:end", "extensions": "@nest", "first": "dts:first",