From e1ec1bf7a82a28548afdb3cf55cf0202d8fc595f Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Fri, 17 Feb 2023 12:02:27 +0100 Subject: [PATCH] Update sample --- docs/manifests/folder2/multiple-manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/manifests/folder2/multiple-manifest.json b/docs/manifests/folder2/multiple-manifest.json index fc271fa..49cbb2c 100644 --- a/docs/manifests/folder2/multiple-manifest.json +++ b/docs/manifests/folder2/multiple-manifest.json @@ -46,6 +46,18 @@ "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/page/p2/1", "type": "AnnotationPage", "items": [ + { + "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0003-tag", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "value": "Gänseliesel-Brunnen https://monURl#manifest un autre https://maDeuxiemeURl#manifest ", + "language": "de", + "format": "text/html" + }, + "target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1#xywh=265,661,1260,1239" + }, { "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0002-tag", "type": "Annotation", -- GitLab