diff --git a/source/presentation/4.0/example/05_fragment.json b/source/presentation/4.0/example/05_fragment.json index 4deabccf0..a33ee8755 100644 --- a/source/presentation/4.0/example/05_fragment.json +++ b/source/presentation/4.0/example/05_fragment.json @@ -62,7 +62,7 @@ "id": "https://iiif.io/api/presentation/4.0/example/05/annotation/bodies/koto-body", "type": "TextualBody", "value": "Koto with a cover being carried", - "language": "en", + "language": ["en"], "format": "text/plain" }, "target": { diff --git a/source/presentation/4.0/example/06_specific_resource.json b/source/presentation/4.0/example/06_specific_resource.json index 659660944..f5e013bea 100644 --- a/source/presentation/4.0/example/06_specific_resource.json +++ b/source/presentation/4.0/example/06_specific_resource.json @@ -62,14 +62,14 @@ "id": "https://iiif.io/api/presentation/4.0/example/06/annotation/bodies/koto-body", "type": "TextualBody", "value": "Koto with a cover being carried", - "language": "en", + "language": ["en"], "format": "text/plain" }, "target": { "id": "https://iiif.io/api/presentation/4.0/example/06/resources/koto-sr", "type": "SpecificResource", "source": { - "id": "https://iiif.io/api/presentation/4.0/example/06/page/p1/1", + "id": "https://iiif.io/api/presentation/4.0/example/06/canvas/p1", "type": "Canvas" }, "selector": { diff --git a/source/presentation/4.0/example/07_collection.json b/source/presentation/4.0/example/07_collection.json index bc8069888..e07073d28 100644 --- a/source/presentation/4.0/example/07_collection.json +++ b/source/presentation/4.0/example/07_collection.json @@ -1,4 +1,5 @@ { + "@context": "http://iiif.io/api/presentation/4/context.json", "id": "https://iiif.io/api/presentation/4.0/example/07_collection.json", "type": "Collection", "label": { "en": [ "Top-level Collection" ] }, diff --git a/source/presentation/4.0/example/07_sub_collection.json b/source/presentation/4.0/example/07_sub_collection.json index 563b0cbf4..8539c9e68 100644 --- a/source/presentation/4.0/example/07_sub_collection.json +++ b/source/presentation/4.0/example/07_sub_collection.json @@ -1,4 +1,5 @@ { + "@context": "http://iiif.io/api/presentation/4/context.json", "id": "https://iiif.io/api/presentation/4.0/example/07_sub_collection.json", "type": "Collection", "label": { diff --git a/source/presentation/4.0/example/uc03_anno_page.json b/source/presentation/4.0/example/uc03_anno_page.json index bd538e1c4..4db5bb7aa 100644 --- a/source/presentation/4.0/example/uc03_anno_page.json +++ b/source/presentation/4.0/example/uc03_anno_page.json @@ -1,9431 +1,10343 @@ - { - "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://iiif.io/api/presentation/4.0/example/uc03_anno_page.json", - "type": "AnnotationPage", - "items": [ - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-1", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "I. 54. Jahrgang" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { +{ + "@context": "http://iiif.io/api/presentation/4/context.json", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_anno_page.json", + "type": "AnnotationPage", + "items": [ + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-1", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "I. 54. Jahrgang" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/1", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,376,399,53" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-2", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Nr. 29" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-2", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Nr. 29" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/2", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=309,817,121,39" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-3", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Chef-Redakteur Theodor Wolfi in Berlin, 7" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-3", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Chef-Redakteur Theodor Wolfi in Berlin, 7" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/3", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=95,876,619,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-4", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "DB T. W. Mit Bewunderung ſtehen wir vor dem erfreulichen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-4", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "DB T. W. Mit Bewunderung ſtehen wir vor dem erfreulichen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/4", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=54,1233,894,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-5", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "men, Wifer einer Staat3anwaltſchaft, die jeht ſogar ihre Nachtruhe" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-5", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "men, Wifer einer Staat3anwaltſchaft, die jeht ſogar ihre Nachtruhe" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/5", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,1268,950,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-6", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "einnpiert, während ſie in einigen bekannten Fällen ſchon" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-6", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "einnpiert, während ſie in einigen bekannten Fällen ſchon" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/6", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,1300,950,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-7", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "mi Tage zu ſchlummern ſchien. Aber nachdem man ge-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-7", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "mi Tage zu ſchlummern ſchien. Aber nachdem man ge-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/7", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,1335,950,39" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-8", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "d Wingt. Auch draußen in der Welt wird noch eine Weile lang" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-27", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "mar> Wingt. Auch draußen in der Welt wird noch eine Weile lang" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/27", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,1996,952,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-28", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": ") ohne Mos ſo weitergehen wie biöher. Es wird unermüdlich über" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-28", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": ") ohne Mos ſo weitergehen wie biöher. Es wird unermüdlich über" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/28", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2029,953,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-29", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ee Schulden geſprochen werden, die Frankreich nicht bezahlen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-29", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ee Schulden geſprochen werden, die Frankreich nicht bezahlen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/29", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2056,952,41" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-30", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ann, ill, und über den Sicherheitspakt, der wegen der öſtlichen An-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-30", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ann, ill, und über den Sicherheitspakt, der wegen der öſtlichen An-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/30", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2096,953,43" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-31", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Mn 7 ingjel keine Liebe in England findet, und über den Kontroll-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-31", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Mn 7 ingjel keine Liebe in England findet, und über den Kontroll-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/31", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2129,952,47" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-32", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "+ SausFricht, den man un3 immer noch vorenthält. Hat es viel" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-32", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "+ SausFricht, den man un3 immer noch vorenthält. Hat es viel" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/32", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2162,953,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-33", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "jiliale Woc>, noch Worte in dieſe Diskuſſionen hineinzugießen, die" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-33", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "jiliale Woc>, noch Worte in dieſe Diskuſſionen hineinzugießen, die" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/33", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2194,953,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-34", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "on aus zahlloſen Quellen übereich gewäſſert werden und" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-34", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "on aus zahlloſen Quellen übereich gewäſſert werden und" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/34", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=102,2229,851,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-35", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "endlich weiterrinnen? ES iſt zum mindeſten ebenſo inter-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-35", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "endlich weiterrinnen? ES iſt zum mindeſten ebenſo inter-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/35", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=103,2260,850,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-36", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "einfach!" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-36", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "einfach!" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/36", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=7,2249,63,21" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-37", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "m, fert" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-37", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "m, fert" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/37", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2273,73,19" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-38", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "iberiagant, ſich mit den drei jungen Männern, den zwei Reichs-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-38", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "iberiagant, ſich mit den drei jungen Männern, den zwei Reichs-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/38", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2294,953,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-39", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "mrn hen und dem Balten, zu beſchäftigen, die ſeit dem Monat" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-39", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "mrn hen und dem Balten, zu beſchäftigen, die ſeit dem Monat" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/39", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2327,954,39" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-40", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſtraße" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-40", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſtraße" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/40", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2370,62,22" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-41", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "tober in den Händen der allgütigen ruſſiſchen Tſcheka ſind." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-41", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "tober in den Händen der allgütigen ruſſiſchen Tſcheka ſind." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/41", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=103,2359,850,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-42", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Tiefe drei jungen Männex, der ſchon mit dem Doktortitel" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-42", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Tiefe drei jungen Männex, der ſchon mit dem Doktortitel" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/42", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=111,2392,843,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-43", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "wuierte dreiundzwanzigjährige Geograph, und die beiden" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-43", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "wuierte dreiundzwanzigjährige Geograph, und die beiden" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/43", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=41,2425,908,39" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-44", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "= arifudenten, ſind angeblich mit der Abſicht, die Hauptperſonen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-44", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "= arifudenten, ſind angeblich mit der Abſicht, die Hauptperſonen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/44", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2458,955,38" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-45", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": ", Sin Sowjetſtaates zu ermorden, nach Moskau gekommen. Sie" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-45", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": ", Sin Sowjetſtaates zu ermorden, nach Moskau gekommen. Sie" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/45", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2491,955,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-46", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "en zwär nicht Paß und Einreiſeerlaubnis, deren Echtheit" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-46", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "en zwär nicht Paß und Einreiſeerlaubnis, deren Echtheit" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/46", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=111,2525,843,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-47", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ee ht beſtritten werden kann, aber Einladungsbriefe ruſſiſcher" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-47", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ee ht beſtritten werden kann, aber Einladungsbriefe ruſſiſcher" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/47", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2553,955,47" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-48", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "15. PWudentenſchaften, auf die ſie ſich beriefen, gefälſcht haben," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-48", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "15. PWudentenſchaften, auf die ſie ſich beriefen, gefälſcht haben," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/48", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2589,956,38" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-49", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Tage Wd man hat, wie verſichert wird, auch Waffen und die un-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-49", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Tage Wd man hat, wie verſichert wird, auch Waffen und die un-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/49", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=8,2624,948,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-50", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "6 Mbehrlichen Giftfläſchhen bei ihnen entde>t. Die drei ge-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-50", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "6 Mbehrlichen Giftfläſchhen bei ihnen entde>t. Die drei ge-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/50", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2655,957,38" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-51", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "te en, ſagt die Tſcheka, recht3radikalen Geheimbünden in" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-51", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "te en, ſagt die Tſcheka, recht3radikalen Geheimbünden in" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/51", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2684,955,47" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-52", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": ", MaiWutſhland an. Bei ihren Mordplänen hatten ſie es be-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-52", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": ", MaiWutſhland an. Bei ihren Mordplänen hatten ſie es be-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/52", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2725,956,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-53", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "“ „Mders auf Stalin und Troßki abgeſehen. Uns anderen er-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-53", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "“ „Mders auf Stalin und Troßki abgeſehen. Uns anderen er-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/53", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2758,955,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-54", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "men-," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-54", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "men-," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/54", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2788,60,16" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-55", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ndau Wint es zunächſt ſeltſam, daß rechtsradikale Geheimgruppen," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-55", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ndau Wint es zunächſt ſeltſam, daß rechtsradikale Geheimgruppen," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/55", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=4,2790,952,38" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-56", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "3 14531." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-56", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "3 14531." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/56", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2830,74,27" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-57", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "bisher nur politiſche Gegner in Deutſchland niederknallten" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-57", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "bisher nur politiſche Gegner in Deutſchland niederknallten" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/57", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=115,2824,840,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-58", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "inaſd den Bolſchewismus als beſten Bundesgenoſſen betrachten," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-58", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "inaſd den Bolſchewismus als beſten Bundesgenoſſen betrachten," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/58", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=50,2858,906,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-59", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "4 Jdee gefaßt haben ſollten, den heute ziemlich einfluß-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-59", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "4 Jdee gefaßt haben ſollten, den heute ziemlich einfluß-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/59", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=54,2891,901,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-60", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Offeruſüſn Troßki umzubringen. Wa3 das Gift betrifft, fo iſt von" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-60", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Offeruſüſn Troßki umzubringen. Wa3 das Gift betrifft, fo iſt von" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/60", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=24,2924,931,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-61", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "1f VoſYk fſtudentiſhen Freunden der Verhafteten in der" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-61", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "1f VoſYk fſtudentiſhen Freunden der Verhafteten in der" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/61", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,2955,956,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-62", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "liner Apotheke, die es geliefert hat, feſtgeſtellt worden, daß" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-62", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "liner Apotheke, die es geliefert hat, feſtgeſtellt worden, daß" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/62", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=106,2991,850,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-63", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ehlt ftſein Mittel gegen Malaria iſt. Jndeſſen, die Tſcheka erklärt" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-63", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ehlt ftſein Mittel gegen Malaria iſt. Jndeſſen, die Tſcheka erklärt" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/63", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3023,955,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-64", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "-harloi\" daß ſie imſtande ſei, all' unſere Zweifel zu zerſtreuen." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-64", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "-harloi\" daß ſie imſtande ſei, all' unſere Zweifel zu zerſtreuen." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/64", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3057,954,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-65", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "einf beſitt „Dokumente“, die ſie leider nicht zeigt. Nachdem" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-65", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "einf beſitt „Dokumente“, die ſie leider nicht zeigt. Nachdem" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/65", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3087,956,45" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-66", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "* Bongſtvollen Eltern, die deutſchen Amtsſtellen, die ange-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-66", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "* Bongſtvollen Eltern, die deutſchen Amtsſtellen, die ange-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/66", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=57,3123,899,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-67", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "rus Zifwnſten deutſchen Univerſitätzlehrer und andere Perſonen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-67", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "rus Zifwnſten deutſchen Univerſitätzlehrer und andere Perſonen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/67", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1,3158,954,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-68", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Mme | Monate hindurch vergeblich verſucht hatten, irgendeine" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-68", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Mme | Monate hindurch vergeblich verſucht hatten, irgendeine" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/68", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=2,3189,955,46" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-69", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ße 485, Whricht über das Befinden der Eingekerkerten zu erlangen," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-69", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ße 485, Whricht über das Befinden der Eingekerkerten zu erlangen," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/69", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1,3223,955,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-70", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "man in der vorigen Woche dem Rektor der Berliner" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-70", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "man in der vorigen Woche dem Rektor der Berliner" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/70", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=129,3258,828,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-71", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ganteſte Wverſität, Profeſſor Holl, der ſich warmherzig für" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-71", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ganteſte Wverſität, Profeſſor Holl, der ſich warmherzig für" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/71", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3290,957,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-72", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ee Freilaſſung eingeſeßt hatte, einen Brief des" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-72", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ee Freilaſſung eingeſeßt hatte, einen Brief des" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/72", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3320,957,43" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-73", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "-g 5140. WW. Kindermann überbracht. Kindermann ſagt in" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-73", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "-g 5140. WW. Kindermann überbracht. Kindermann ſagt in" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/73", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3357,956,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-74", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "yer, Wem Briefe, „die durch G. P. U. unternommenen Nach-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-74", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "yer, Wem Briefe, „die durch G. P. U. unternommenen Nach-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/74", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3391,955,40" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-75", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "6 (Mh ungen“ hätten ergeben, daß ſeine beiden Reiſekameraden" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-75", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "6 (Mh ungen“ hätten ergeben, daß ſeine beiden Reiſekameraden" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/75", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1,3419,954,40" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-76", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "et, Miher in Deutſchland in faſciſtiſchen «Kreiſen ſich betätigt" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-76", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "et, Miher in Deutſchland in faſciſtiſchen «Kreiſen ſich betätigt" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/76", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3441,957,50" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-77", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "En en“, und „daß ihre Reiſeabſichten andre als wiſſenſchaft-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-77", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "En en“, und „daß ihre Reiſeabſichten andre als wiſſenſchaft-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/77", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=3,3491,953,46" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-78", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "| 1]" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-78", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "| 1]" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/78", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3524,47,13" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-79", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "raße M: geweſen ſeien. Er ſelbſt habe davon nichts gewußt und" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-79", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "raße M: geweſen ſeien. Er ſelbſt habe davon nichts gewußt und" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/79", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3524,956,41" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-80", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "e fich „während der Unterſuchung von der Objektivität" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-80", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "e fich „während der Unterſuchung von der Objektivität" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/80", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=119,3559,838,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-81", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "tklaffiz. MW Unterſuchungsorgane überzeugt“. Er habe zu dieſen Or-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-81", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "tklaffiz. MW Unterſuchungsorgane überzeugt“. Er habe zu dieſen Or-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/81", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3592,957,38" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-82", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "EEE en „vollkommenes Vertrauen“. Der Verhaftete bittet de8halb" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-82", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "EEE en „vollkommenes Vertrauen“. Der Verhaftete bittet de8halb" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/82", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3617,958,49" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-83", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "en, über die man" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-86", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "eimufanend und korrekt\". . . „Von den Schre>en, über die man" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/86", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=5,3751,955,41" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-87", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ße 19 Weutſchland ſpricht, habe ich in der Zeit meiner Verhaftung" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-87", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ße 19 Weutſchland ſpricht, habe ich in der Zeit meiner Verhaftung" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/87", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3791,961,40" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-88", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "trbeit. Wb. P. U. nichts bemerken können.\" Am Schluſſe verſichert" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-88", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "trbeit. Wb. P. U. nichts bemerken können.\" Am Schluſſe verſichert" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/88", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3822,960,44" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-89", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "33. Briefſchreiber, er gebe „dieſe Erklärungen aus freiem" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-89", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "33. Briefſchreiber, er gebe „dieſe Erklärungen aus freiem" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/89", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3859,961,38" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-90", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Tag Wen und freier Jnitiative“ ab, und „ohne jeden Zwang“." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-90", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Tag Wen und freier Jnitiative“ ab, und „ohne jeden Zwang“." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/90", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3892,962,39" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-91", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "be M. zu ſich ja jeder das Seinige denken kann. ." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-91", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "be M. zu ſich ja jeder das Seinige denken kann. ." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/91", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3922,872,44" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-92", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "* wide Verwandten, die Lehrer und Freunde der jungen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-92", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "* wide Verwandten, die Lehrer und Freunde der jungen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/92", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3956,961,44" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-93", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "m Kine werden die Erzählungen, die nun von der „Jſtweſtia" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-93", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "m Kine werden die Erzählungen, die nun von der „Jſtweſtia" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/93", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,3991,949,39" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-94", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Heider Wroitet und in die Welt hinausgeſchikt werden, mit" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-94", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Heider Wroitet und in die Welt hinausgeſchikt werden, mit" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/94", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4025,963,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-95", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Ei ielleiht immer noh" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-95", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Ei ielleiht immer noh" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/95", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4056,963,29" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-96", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "fer Ueberraſchung leſen und vielleich 3 )" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-96", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "fer Ueberraſchung leſen und vielleich 3 )" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/96", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=64,4059,896,40" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-97", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "228 feln, obgleih natürlih au< ſie der bewährten" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-97", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "228 feln, obgleih natürlih au< ſie der bewährten" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/97", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4078,963,53" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-98", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ante Wfa das allergrößte Bertrauen entgegenbringen." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-98", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ante Wfa das allergrößte Bertrauen entgegenbringen." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/98", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4125,962,38" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-99", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "reiſen. Mn biaher hatten ſie ſich von dem Weſen, den" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-99", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "reiſen. Mn biaher hatten ſie ſich von dem Weſen, den" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/99", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4154,963,44" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-100", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "hrung \"Wen und Anſchauungen beſonders des Kindermann und des" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-100", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "hrung \"Wen und Anſchauungen beſonders des Kindermann und des" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/100", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4194,965,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-101", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "aſtr. %Wiſcht ein 208 anderes Bild gemacht. I< habe" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-101", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "aſtr. %Wiſcht ein 208 anderes Bild gemacht. I< habe" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/101", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4198,965,68" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-102", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "är; drei eines Tages kennen gelernt, als ſie, mit den Empfeh" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-102", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "är; drei eines Tages kennen gelernt, als ſie, mit den Empfeh" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/102", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4251,964,52" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-103", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "n. Hanſen hervorragender Profeſſoven, linksſtehender und rechts-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-103", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "n. Hanſen hervorragender Profeſſoven, linksſtehender und rechts-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/103", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4293,966,41" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-104", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "fertig\" Wender, ausgerüſtet und ſchon mit allen Päſſen, Scheinen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-104", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "fertig\" Wender, ausgerüſtet und ſchon mit allen Päſſen, Scheinen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/104", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4327,966,43" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-105", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "168 7388. d Einladungen verſehen, bei mir vorſprachen und, gleich" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-105", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "168 7388. d Einladungen verſehen, bei mir vorſprachen und, gleich" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/105", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4356,967,43" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-106", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "“Str. Men anderen, fragten, 'ob Reiſeberichte willkommen ſeien." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-106", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "“Str. Men anderen, fragten, 'ob Reiſeberichte willkommen ſeien." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/106", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=0,4389,966,47" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-107", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſuchten ſie, offenbar hier und dort anpochend -- auch bei" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-107", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſuchten ſie, offenbar hier und dort anpochend -- auch bei" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/107", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=136,4427,831,40" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-108", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "duſtriefirmen, was man ihnen jeßt in Mozkau als „Handels" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-108", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "duſtriefirmen, was man ihnen jeßt in Mozkau als „Handels" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/108", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=127,4458,838,44" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-109", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "reiswert." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-109", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "reiswert." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/109", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=2,4474,88,20" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-110", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Berliner" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-110", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Berliner" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/110", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=161,459,1063,329" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-111", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "und Handels-Zeitung" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-111", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "und Handels-Zeitung" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/111", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=920,826,1034,88" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-112", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Die Verhaftungen in Moskau,." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-112", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Die Verhaftungen in Moskau,." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/112", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=377,1017,2132,178" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-113", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "PEET Rg R RRgRRRgRgpRpPpPr ry yr rT NR" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-113", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "PEET Rg R RRgRRRgRgpRpPpPr ry yr rT NR" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/113", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=975,1923,14,1675" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-114", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Abend-Ausgabe" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-114", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Abend-Ausgabe" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/114", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1161,365,508,105" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-115", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Tageblatt" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-115", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Tageblatt" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/115", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1576,453,1127,339" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-116", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Einzel-Nummer 10 Pfennig." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-116", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Einzel-Nummer 10 Pfennig." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/116", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=2317,349,479,59" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-117", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Prentice debbie" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-117", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Prentice debbie" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/117", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=2318,395,479,26" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-118", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Montag. 16. Februar 19235" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-118", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Montag. 16. Februar 19235" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/118", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=2246,813,499,44" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-119", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Druck und Verlaa von Ru doi Moſſe in Berlin.\"" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-119", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Druck und Verlaa von Ru doi Moſſe in Berlin.\"" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/119", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=2172,866,653,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-120", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "die eingekerkerten jungen Deutſchen." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-120", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "die eingekerkerten jungen Deutſchen." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/120", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1087,1230,1655,139" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-121", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Bas. die Tſcheka behauptet." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-121", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Bas. die Tſcheka behauptet." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/121", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1159,1413,573,60" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-122", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Celegramm unſere8 Korretyrondenten.)" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-122", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Celegramm unſere8 Korretyrondenten.)" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/122", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1087,1485,719,29" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-123", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "dü.) Moskau, 15. Februar." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-123", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "dü.) Moskau, 15. Februar." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/123", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1473,1529,378,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-124", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Anknüpfend an eine bevorſtehende Interpellation der Sozial-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-124", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Anknüpfend an eine bevorſtehende Interpellation der Sozial-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/124", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1044,1565,849,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-125", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "demofkraten im Reichstag über die Gefangenhaltung der drei" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-125", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "demofkraten im Reichstag über die Gefangenhaltung der drei" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/125", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1003,1599,889,29" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-126", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "jungen Deutſchen in Moskau und andere deutſche Gefangene, die aus" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-126", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "jungen Deutſchen in Moskau und andere deutſche Gefangene, die aus" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/126", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1004,1631,889,29" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-127", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "politiſchen Gründen in ruſſiſchen Gefängniſſen feſtgehalten würden," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-127", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "politiſchen Gründen in ruſſiſchen Gefängniſſen feſtgehalten würden," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/127", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1004,1664,890,29" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-128", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſchreibt die „Jsweſtija“, dieſe Interpellation ſei durch die Or-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-128", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſchreibt die „Jsweſtija“, dieſe Interpellation ſei durch die Or-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/128", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1004,1695,891,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-129", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ganiſation Conſul vorbereitet (!!), die durch Finanz-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-129", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ganiſation Conſul vorbereitet (!!), die durch Finanz-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/129", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,1729,889,30" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-130", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "und Handelsfreiſe auf die Sozialdemokraten eingewirkt habe. Die" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-130", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "und Handelsfreiſe auf die Sozialdemokraten eingewirkt habe. Die" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/130", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,1762,890,30" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-131", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "„Jsweſtija“ beklagt ſich weiter über die Kampagne der deutſchen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-131", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "„Jsweſtija“ beklagt ſich weiter über die Kampagne der deutſchen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/131", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,1795,890,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-132", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Blätter, welche die Beziehungen zu Sowjetrußland verſchlechtern" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-132", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Blätter, welche die Beziehungen zu Sowjetrußland verſchlechtern" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/132", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1004,1828,891,30" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-133", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſolle, und fährt dann fort: „Wir ſind in der Lage, an Hand un-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-133", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſolle, und fährt dann fort: „Wir ſind in der Lage, an Hand un-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/133", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1006,1860,890,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-134", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "beſtreitbarer Dokumente, die der Sowjetregierung zur Verfügung" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-134", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "beſtreitbarer Dokumente, die der Sowjetregierung zur Verfügung" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/134", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,1893,891,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-135", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſtehen, nachzuweiſen, daß dieſe „jungen Gelehrten Fälſcher von" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-135", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſtehen, nachzuweiſen, daß dieſe „jungen Gelehrten Fälſcher von" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/135", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,1926,891,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-136", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Dokumenten und Spione ſind, die eine deutſche" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-136", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Dokumenten und Spione ſind, die eine deutſche" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/136", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,1958,892,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-137", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "faſciſtiſche Organiſation zu terroriſtiſchen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-137", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "faſciſtiſche Organiſation zu terroriſtiſchen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/137", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,1991,891,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-138", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Zwecken nach Moskau abkommandierte . . . .“ „Die Or-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-138", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Zwecken nach Moskau abkommandierte . . . .“ „Die Or-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/138", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,2024,892,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-139", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ganiſation „Conſul“ hat - bereits 1923 beſchloſſen," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-139", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ganiſation „Conſul“ hat - bereits 1923 beſchloſſen," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/139", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,2057,892,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-140", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ihre terroriſtiſche Tätigkeit auszudehnen und einen Plan" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-140", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ihre terroriſtiſche Tätigkeit auszudehnen und einen Plan" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/140", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1007,2090,891,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-141", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ausgearbeitet für Attentate auf hervorragende kommuniſtiſche" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-141", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ausgearbeitet für Attentate auf hervorragende kommuniſtiſche" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/141", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1006,2123,892,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-142", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Staatsmänner in. Mos8kau. Im Dezember 1923 wurde eine" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-142", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Staatsmänner in. Mos8kau. Im Dezember 1923 wurde eine" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/142", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1008,2156,890,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-143", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Gruppe Karl Kindermann8 mit der Ausführung" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-143", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Gruppe Karl Kindermann8 mit der Ausführung" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/143", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1007,2188,891,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-144", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "des Planes auf ruſſiſchem Boden beauftragt. Im Juli 1924 hatte ſie" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-144", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "des Planes auf ruſſiſchem Boden beauftragt. Im Juli 1924 hatte ſie" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/144", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1007,2222,891,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-145", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſchon ganz beſtimmte Anweiſungen erhalten, deren erſte Opfer" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-145", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſchon ganz beſtimmte Anweiſungen erhalten, deren erſte Opfer" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/145", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,2253,892,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-146", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſowjetruſſiſche Staat8männer in MoSkau ſein" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-146", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſowjetruſſiſche Staat8männer in MoSkau ſein" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/146", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1006,2287,891,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-147", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſollten. Die „Jsweſtija“ behauptet, daß zur Maxsfierung ihrer" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-147", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſollten. Die „Jsweſtija“ behauptet, daß zur Maxsfierung ihrer" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/147", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1008,2320,890,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-148", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Abſichten die jekt Verhafteten fich an die Kommuniſtiſche Partei" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-148", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Abſichten die jekt Verhafteten fich an die Kommuniſtiſche Partei" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/148", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,2352,891,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-149", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "heranmachten,“ uur in- die ton muniſtiſchen Kreiſe Moskaus einzu" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-149", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "heranmachten,“ uur in- die ton muniſtiſchen Kreiſe Moskaus einzu" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/149", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,2387,894,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-150", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "dringen. Sie fälſchten die Mitgliedskarten (Warum? Sie konnten" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-150", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "dringen. Sie fälſchten die Mitgliedskarten (Warum? Sie konnten" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/150", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1005,2419,893,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-151", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ja ecwies, die er bis" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-233", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "dürftigkeit, freiwillig eine Unterſtüßung zurü>wies, die er bis" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/233", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1015,4047,890,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-234", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "dahin von einem ihn zu reaktionär dünkenden Gönner erhielt." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-234", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "dahin von einem ihn zu reaktionär dünkenden Gönner erhielt." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/234", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1016,4080,889,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-235", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Statt weiterer Bekundungen will ich, mit einigen Kürzungen," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-235", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Statt weiterer Bekundungen will ich, mit einigen Kürzungen," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/235", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1016,4114,890,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-236", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "die Schilderung hierher ſeen, die mir ſein Vater, ein in Bop-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-236", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "die Schilderung hierher ſeen, die mir ſein Vater, ein in Bop-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/236", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1016,4148,889,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-237", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "pard lebender ehemaliger Gymnaſialprofeſſor, entwirft:" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-237", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "pard lebender ehemaliger Gymnaſialprofeſſor, entwirft:" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/237", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1016,4181,793,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-238", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "„Herzlichen Dank für Jhr Freundliches Schreiben, das mir" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-238", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "„Herzlichen Dank für Jhr Freundliches Schreiben, das mir" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/238", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1083,4217,822,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-239", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "68jährigem Mann ungemein wohlgetan hat. Was nun die hFe-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-239", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "68jährigem Mann ungemein wohlgetan hat. Was nun die hFe-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/239", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1041,4247,864,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-240", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "wünſchten Aufflärungen über Theo angeht, ſo hängen dieſe mit" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-240", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "wünſchten Aufflärungen über Theo angeht, ſo hängen dieſe mit" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/240", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1042,4277,864,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-241", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "meiner eigenen Stellung zur Kirche und zum Staate eng zu-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-241", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "meiner eigenen Stellung zur Kirche und zum Staate eng zu-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/241", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1042,4307,863,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-242", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſammen. JH bin Anhänger der darwiniſtiſchen Theorie. Jn" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-242", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſammen. JH bin Anhänger der darwiniſtiſchen Theorie. Jn" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/242", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1042,4337,863,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-243", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "politiſcher Hinſicht bin ih Staat3ſozialiſt, wenn ich auch" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-243", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "politiſcher Hinſicht bin ih Staat3ſozialiſt, wenn ich auch" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/243", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1043,4367,863,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-244", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "weder der ſozialdemokratiſchen noch kommuniſtſhen Partei ange-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-244", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "weder der ſozialdemokratiſchen noch kommuniſtſhen Partei ange-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/244", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1043,4397,862,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-245", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "höre; ich dürfte ungefähr der Richtung de? „Berliner Tageblattes“\"" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-245", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "höre; ich dürfte ungefähr der Richtung de? „Berliner Tageblattes“\"" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/245", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1043,4427,861,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-246", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "anzugliedern ſein, obwohl ich mich von jeder aktiven politiſchen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-246", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "anzugliedern ſein, obwohl ich mich von jeder aktiven politiſchen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/246", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1044,4458,862,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-247", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Beteiligung biöher vollſtändig ferngehalten habe und ſeit meiner" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-247", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Beteiligung biöher vollſtändig ferngehalten habe und ſeit meiner" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/247", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1980,2743,866,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-248", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "vor 17 Jahren nachgeſuchten und erhaltenen Penſionierung nur" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-248", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "vor 17 Jahren nachgeſuchten und erhaltenen Penſionierung nur" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/248", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1980,2774,866,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-249", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "den Wiſſenſchaften gelebt habe. Jm übrigen tolerant" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-249", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "den Wiſſenſchaften gelebt habe. Jm übrigen tolerant" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/249", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1980,2803,868,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-250", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "laſſe ich jeden nach jeiner Manier ſelig werden. Sie werden es" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-250", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "laſſe ich jeden nach jeiner Manier ſelig werden. Sie werden es" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/250", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1979,2830,869,41" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-251", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "alfo verſtehen, daß ich meinem Sohn bei feinem im September" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-251", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "alfo verſtehen, daß ich meinem Sohn bei feinem im September" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/251", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1978,2861,870,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-252", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "vorigen Jahres erfolgten Beſuch keine Schwierigkeiten in den Weg" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-252", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "vorigen Jahres erfolgten Beſuch keine Schwierigkeiten in den Weg" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/252", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1980,2890,869,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-253", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "gelegt habe, als er mir geſtand, daß er zur kommuni ſtiſchen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-253", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "gelegt habe, als er mir geſtand, daß er zur kommuni ſtiſchen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/253", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1979,2920,869,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-254", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Partei übergegangen ſei. Wer nicht rechts gehen kann," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-254", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Partei übergegangen ſei. Wer nicht rechts gehen kann," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/254", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1979,2951,871,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-255", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "mag links gehen. Der Verluſt ſeines Vermögens durch die IJnfla1-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-255", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "mag links gehen. Der Verluſt ſeines Vermögens durch die IJnfla1-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/255", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1980,2979,869,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-256", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "tion, die ihn nötigte, ſich ſelbſt durchzuſchlagen, mag wohl nebſt" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-256", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "tion, die ihn nötigte, ſich ſelbſt durchzuſchlagen, mag wohl nebſt" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/256", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1980,3010,868,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-257", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "der Bekanntſchaft mit zahlreichen ruſſiſchen und deutſchen Kom-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-257", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "der Bekanntſchaft mit zahlreichen ruſſiſchen und deutſchen Kom-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/257", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1980,3039,870,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-258", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "muniſten die Hauptveranlaſſung dazu geweſen ſein. Außerdem" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-258", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "muniſten die Hauptveranlaſſung dazu geweſen ſein. Außerdem" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/258", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1981,3070,869,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-259", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "hat ihn eine Nede des früheren Rektors der Univerſität erbittert," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-259", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "hat ihn eine Nede des früheren Rektors der Univerſität erbittert," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/259", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1981,3098,869,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-260", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "der öffentlich erklärte, er wolle keine Werkſtudenten haben. Aus" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-260", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "der öffentlich erklärte, er wolle keine Werkſtudenten haben. Aus" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/260", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1981,3127,870,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-261", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "allen dieſen Gründen hat Theo mit ſeinen früheren Anſchauungen" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-261", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "allen dieſen Gründen hat Theo mit ſeinen früheren Anſchauungen" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/261", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1981,3157,870,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-262", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "gebrochen und ſogar, wie er mir erzählte, in kommuniſti-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-262", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "gebrochen und ſogar, wie er mir erzählte, in kommuniſti-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/262", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1981,3188,871,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-263", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſchen Kreiſen in Berlin einen Vortrag über E ntwi>klu ng" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-263", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſchen Kreiſen in Berlin einen Vortrag über E ntwi>klu ng" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/263", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1982,3216,870,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-264", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "des Sozialismus gehalten. Wenn Theo ſeine offizielle An-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-264", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "des Sozialismus gehalten. Wenn Theo ſeine offizielle An-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/264", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1982,3245,871,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-265", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "meldung bei der kommuniſtiſchen Partei, Wm ſeine Einſchrei-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-265", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "meldung bei der kommuniſtiſchen Partei, Wm ſeine Einſchrei-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/265", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1982,3271,871,43" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-266", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "bung als Mitglied verſäumt hat, ſo iſt dies wohl hauptſächlieh der" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-266", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "bung als Mitglied verſäumt hat, ſo iſt dies wohl hauptſächlieh der" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/266", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1982,3306,871,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-267", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Bummelei zuzuſchreiben; daß er fich nicht angemeldet haben ſoll," - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-267", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Bummelei zuzuſchreiben; daß er fich nicht angemeldet haben ſoll," + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/267", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,3335,870,31" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-268", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "wundert mich übrigens." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-268", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "wundert mich übrigens." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/268", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,3367,306,29" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-269", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "1922 war Theo mit meiner Zuſtimmung auf Veranlaſſung ſeines" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-269", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "1922 war Theo mit meiner Zuſtimmung auf Veranlaſſung ſeines" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/269", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=2028,3409,827,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-270", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ehemaligen Prinzipals (Theo hat vor dem Brot geteilt; er war außerordentlich beliebt und eine" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-284", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Stü> Brot geteilt; er war außerordentlich beliebt und eine" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/284", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1984,3856,874,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-285", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "biedere, allzu gutmütige Seele. Sein Hauptfehler iſt Mangel an" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-285", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "biedere, allzu gutmütige Seele. Sein Hauptfehler iſt Mangel an" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/285", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,3887,874,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-286", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Vorſicht. Im übrigen iſt er eine praktiſche Natur. Mit ſeinem" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-286", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Vorſicht. Im übrigen iſt er eine praktiſche Natur. Mit ſeinem" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/286", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1984,3916,873,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-287", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "mehr wiſſenſchaftlich veranlagten Freunde Kindermann hat er ge-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-287", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "mehr wiſſenſchaftlich veranlagten Freunde Kindermann hat er ge-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/287", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,3946,873,32" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-288", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "meinſchaftlich das Neiſeprojekt entworfen, von dem er ſich durch Film-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-288", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "meinſchaftlich das Neiſeprojekt entworfen, von dem er ſich durch Film-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/288", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1984,3974,873,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-289", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "aufnahmen günſtige pekuniäre Reſultate verſprach. Hauptgrund aber" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-289", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "aufnahmen günſtige pekuniäre Reſultate verſprach. Hauptgrund aber" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/289", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1984,4004,872,33" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-290", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "war bei beiden ein ungezügelter Reiſetrieb und Abenteuerluſt." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-290", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "war bei beiden ein ungezügelter Reiſetrieb und Abenteuerluſt." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/290", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,4034,874,34" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-291", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Beiden fehlte die nötige Erfahrung und Kenntnis der Zuſtände" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-291", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Beiden fehlte die nötige Erfahrung und Kenntnis der Zuſtände" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/291", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,4063,872,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-292", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "in Rußland." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-292", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "in Rußland." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/292", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,4092,152,30" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-293", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Kap Tſcheljuſkin und das vulkaniſche Kamtſchatka hat ſie be-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-293", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Kap Tſcheljuſkin und das vulkaniſche Kamtſchatka hat ſie be-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/293", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=2025,4137,830,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-294", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "onders angeloc>t. Die Tſcheka hat dieſe Angaben zu der Anklage" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-294", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "onders angeloc>t. Die Tſcheka hat dieſe Angaben zu der Anklage" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/294", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1993,4168,861,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-295", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "benußt, daß ſie Mitglieder der Orgeſch ſeien, die mit Weißgardiſten" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-295", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "benußt, daß ſie Mitglieder der Orgeſch ſeien, die mit Weißgardiſten" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/295", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1984,4197,870,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-296", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "in Verbindung ſtänden. Bekanntlich haben vor einiger Zeit in" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-296", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "in Verbindung ſtänden. Bekanntlich haben vor einiger Zeit in" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/296", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,4226,870,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-297", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Kamtſchatka erbitterte Kämpfe zwiſchen Weißgardiſten und der" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-297", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Kamtſchatka erbitterte Kämpfe zwiſchen Weißgardiſten und der" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/297", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,4254,870,37" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-298", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Roten Armee ſtatgefunden. Doch davon hatten die beiden harm-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-298", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Roten Armee ſtatgefunden. Doch davon hatten die beiden harm-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/298", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1982,4285,872,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-299", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "loſen Studenten gar keine Ahnung. Daß Theo größere Kenntnis" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-299", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "loſen Studenten gar keine Ahnung. Daß Theo größere Kenntnis" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/299", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,4311,871,44" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-300", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "von den Plänen Ditmars gehabt habe als Kindermann iſt Un-" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-300", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "von den Plänen Ditmars gehabt habe als Kindermann iſt Un-" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/300", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1982,4345,870,36" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-301", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſinn. Theo und Ditmar ſtanden, wie Vater Kindermann" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-301", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſinn. Theo und Ditmar ſtanden, wie Vater Kindermann" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/301", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1984,4374,870,35" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-302", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ſchreibt, wie Hund und Kaß. An Ditmars Schuld glaube" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-302", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ſchreibt, wie Hund und Kaß. An Ditmars Schuld glaube" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/302", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1984,4398,870,45" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-303", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "ich niht. Für die Wahrheit der von mir über Theo gemachten" - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-303", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "ich niht. Für die Wahrheit der von mir über Theo gemachten" + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/303", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,4433,870,39" } - } - }, - { - "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-304", - "type": "Annotation", - "motivation": [ - "supplementing" - ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "de", - "value": "Angaben ſtehe ich unbedingt ein." - }, - "target": { - "type": "SpecificResource", - "source": { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", - "type": "Canvas", - "partOf": [ - { - "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", - "type": "Manifest" - } - ] - }, - "selector": { + ] + } + }, + { + "id": "https://iiif.io/api/cookbook/recipe/0068-newspaper/newspaper_issue_1-anno_p1.json-304", + "type": "Annotation", + "motivation": [ + "supplementing" + ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": ["de"], + "value": "Angaben ſtehe ich unbedingt ein." + }, + "target": { + "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/specificResource/304", + "source": { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1", + "type": "Canvas", + "partOf": [ + { + "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json", + "type": "Manifest" + } + ] + }, + "selector": [ + { "type": "FragmentSelector", "conformsTo": "http://www.w3.org/TR/media-frags/", "value": "xywh=1983,4462,423,35" } - } + ] } - ] - } \ No newline at end of file + } + ] +} diff --git a/source/presentation/4.0/example/uc03_periodical.json b/source/presentation/4.0/example/uc03_periodical.json index 2a75cb8c7..bb48004a2 100644 --- a/source/presentation/4.0/example/uc03_periodical.json +++ b/source/presentation/4.0/example/uc03_periodical.json @@ -14,7 +14,7 @@ "properties": { "label": { "en": ["Berlin, Germany"] } }, "geometry": { "type": "Point", - "coordinates": [52.52, 13.405] + "coordinates": [13.405, 52.52] } } ] diff --git a/source/presentation/4.0/example/uc04_annotations.json b/source/presentation/4.0/example/uc04_annotations.json index d0bee3219..61488ecdd 100644 --- a/source/presentation/4.0/example/uc04_annotations.json +++ b/source/presentation/4.0/example/uc04_annotations.json @@ -10,12 +10,12 @@ "body": { "id": "https://iiif.io/api/presentation/4.0/example/uc04_annotations/text/1", "type": "TextualBody", - "language": "de", + "language": [ "de" ], "format": "text/plain", "value": "Hast du etwas Zeit für mich?" }, "target": { - "id":"https://iiif.io/api/presentation/4.0/example/uc04_audio/track/tr1#t=8,10", + "id":"https://iiif.io/api/presentation/4.0/example/uc04_audio/timeline/t1#t=8,10", "type": "Timeline" } } diff --git a/source/presentation/4.0/example/uc04_audio.json b/source/presentation/4.0/example/uc04_audio.json index 551141594..6cb96e32e 100644 --- a/source/presentation/4.0/example/uc04_audio.json +++ b/source/presentation/4.0/example/uc04_audio.json @@ -29,7 +29,7 @@ } , "target": { - "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/accompany/ac1", + "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/accompany/c1", "type": "Canvas" } } diff --git a/source/presentation/4.0/example/uc06_3d_annotation.json b/source/presentation/4.0/example/uc06_3d_annotation.json index 8eabbb73d..605a941da 100644 --- a/source/presentation/4.0/example/uc06_3d_annotation.json +++ b/source/presentation/4.0/example/uc06_3d_annotation.json @@ -29,6 +29,7 @@ "format": "model/gltf-binary" }, "target": { + "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/2/specificResource/1", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1", @@ -61,6 +62,7 @@ "fieldOfView": 50 }, "target": { + "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/2/specificResource/1", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1", @@ -92,6 +94,7 @@ "color": "#A0FFA0" }, "target": { + "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/3/specificResource/1", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1", diff --git a/source/presentation/4.0/example/uc06_audio_with_3d.json b/source/presentation/4.0/example/uc06_audio_with_3d.json index 78ab671c9..3bf7b1e98 100644 --- a/source/presentation/4.0/example/uc06_audio_with_3d.json +++ b/source/presentation/4.0/example/uc06_audio_with_3d.json @@ -149,6 +149,7 @@ "value": "This is the point when the percussion stops playing and the tuba begins playing." }, "target": { + "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/specificResource/1", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1", diff --git a/source/presentation/4.0/example/uc06_multiple_3d_objects.json b/source/presentation/4.0/example/uc06_multiple_3d_objects.json index 529e775c1..3c256e8d7 100644 --- a/source/presentation/4.0/example/uc06_multiple_3d_objects.json +++ b/source/presentation/4.0/example/uc06_multiple_3d_objects.json @@ -25,6 +25,7 @@ "format": "model/gltf-binary" }, "target": { + "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/anno/1/specificResource/1", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1", @@ -45,6 +46,7 @@ "type": "Annotation", "motivation": [ "painting" ], "body": { + "id": "https://iiif.io/api/presentation/4.0/example/uc06/3d/anno2/specificResource/1", "type": "SpecificResource", "source": { "id": "https://fixtures.iiif.io/3d/thomas_flynn/chess/Pawn_black.glb", @@ -69,6 +71,7 @@ }, "target": { "type": "SpecificResource", + "id": "https://iiif.io/api/presentation/4.0/example/uc06/3d/anno2/specificResource/2", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1", "type": "Scene" @@ -92,6 +95,7 @@ "Lights" ], "body": { + "id": "https://iiif.io/api/presentation/4.0/example/uc06/3d/anno3/specificResource/1", "type": "SpecificResource", "source": { "id": "https://fixtures.iiif.io/3d/thomas_flynn/chess/Queen_black.glb", @@ -109,6 +113,7 @@ ] }, "target": { + "id": "https://iiif.io/api/presentation/4.0/example/uc06/3d/anno3/specificResource/2", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1", diff --git a/source/presentation/4.0/example/uc07_canvas_into_scene.json b/source/presentation/4.0/example/uc07_canvas_into_scene.json index 323cdc4fb..e908e6b12 100644 --- a/source/presentation/4.0/example/uc07_canvas_into_scene.json +++ b/source/presentation/4.0/example/uc07_canvas_into_scene.json @@ -18,6 +18,7 @@ "type": "Annotation", "motivation": [ "painting" ], "body": { + "id": "https://iiif.io/api/presentation/4.0/example/uc07/scene/1/specificResource/1", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc0/canvas/1", @@ -66,6 +67,7 @@ ] }, "target": { + "id": "https://iiif.io/api/presentation/4.0/example/uc07/scene/1/specificResource/2", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc07/scene/1", diff --git a/source/presentation/4.0/example/uc07_scene_into_scene.json b/source/presentation/4.0/example/uc07_scene_into_scene.json index c7f2243f0..30ee76c0e 100644 --- a/source/presentation/4.0/example/uc07_scene_into_scene.json +++ b/source/presentation/4.0/example/uc07_scene_into_scene.json @@ -23,6 +23,7 @@ "type": "Annotation", "motivation": [ "painting" ], "body": { + "id": "https://iiif.io/api/presentation/4.0/example/uc07/scene/chess_board/specificResource/1", "type": "SpecificResource", "source": { "id": "https://fixtures.iiif.io/3d/thomas_flynn/chess/Chess_Board.glb", @@ -48,6 +49,7 @@ "type": "Annotation", "motivation": [ "painting" ], "body": { + "id": "https://iiif.io/api/presentation/4.0/example/uc07/scene/chess_board/specificResource/2", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc07/scene/pawn", diff --git a/source/presentation/4.0/example/uc08_image_annotation.json b/source/presentation/4.0/example/uc08_image_annotation.json index b6c90af84..c29bdf5ea 100644 --- a/source/presentation/4.0/example/uc08_image_annotation.json +++ b/source/presentation/4.0/example/uc08_image_annotation.json @@ -42,11 +42,12 @@ ], "body": { "type": "TextualBody", - "language": "en", + "language": [ "en" ], "format": "text/plain", "value": "This is the Goose Girl fountain in Göttingen, Germany." }, "target": { + "id": "https://iiif.io/api/presentation/4.0/example/uc08/canvas/1/specificResource/1", "type": "SpecificResource", "source": { "id": "https://iiif.io/api/presentation/4.0/example/uc08/canvas/1",