From bd5c80f2ad8e64044bbd2ef8b495bc81553aa2ef Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Sat, 8 Jun 2024 11:02:06 -0700 Subject: [PATCH 1/3] fix #2297 viewingDirection set --- source/presentation/3/context.json | 1 - 1 file changed, 1 deletion(-) diff --git a/source/presentation/3/context.json b/source/presentation/3/context.json index 99c33226d..46f3d7539 100644 --- a/source/presentation/3/context.json +++ b/source/presentation/3/context.json @@ -206,7 +206,6 @@ "viewingDirection": { "@id": "iiif_prezi:viewingDirection", "@type": "@vocab", - "@container": "@set", "@context": { "left-to-right": "iiif_prezi:leftToRightDirection", "right-to-left": "iiif_prezi:rightToLeftDirection", From a92c23a774ed553bdc1575414427607634f7152e Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Sat, 8 Jun 2024 11:11:26 -0700 Subject: [PATCH 2/3] fix #2223 isPartOf --- source/presentation/3/context.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/presentation/3/context.json b/source/presentation/3/context.json index 46f3d7539..26501db39 100644 --- a/source/presentation/3/context.json +++ b/source/presentation/3/context.json @@ -24,7 +24,7 @@ "@id": "iiif_prezi:Collection", "@context": { "partOf": { - "@id": "dcterms:partOf", + "@id": "dcterms:isPartOf", "@type": "@id", "@container": "@set" } @@ -34,7 +34,7 @@ "@id": "iiif_prezi:Manifest", "@context": { "partOf": { - "@id": "dcterms:partOf", + "@id": "dcterms:isPartOf", "@type": "@id", "@container": "@set" } @@ -44,7 +44,7 @@ "@id": "iiif_prezi:Canvas", "@context": { "partOf": { - "@id": "dcterms:partOf", + "@id": "dcterms:isPartOf", "@type": "@id", "@container": "@set" } @@ -54,7 +54,7 @@ "@id": "iiif_prezi:Range", "@context": { "partOf": { - "@id": "dcterms:partOf", + "@id": "dcterms:isPartOf", "@type": "@id", "@container": "@set" } @@ -67,7 +67,7 @@ "http://www.w3.org/ns/anno.jsonld", { "partOf": { - "@id": "dcterms:partOf", + "@id": "dcterms:isPartOf", "@type": "@id", "@container": "@set" }, From c1b7db2fd4c5a035fc518c36e47b5c41b3ddaff5 Mon Sep 17 00:00:00 2001 From: Dawn Childress Date: Sat, 8 Jun 2024 12:00:52 -0700 Subject: [PATCH 3/3] #2139 add contentState and contextualizing motivations --- source/presentation/3/context.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/presentation/3/context.json b/source/presentation/3/context.json index 26501db39..c20678262 100644 --- a/source/presentation/3/context.json +++ b/source/presentation/3/context.json @@ -381,7 +381,9 @@ }, "painting": "iiif_prezi:painting", - "supplementing": "iiif_prezi:supplementing" + "supplementing": "iiif_prezi:supplementing", + "contentState": "iiif_prezi:contentState", + "contextualizing": "iiif_prezi:contextualizing" } }