Last active
September 9, 2024 19:49
-
-
Save pbinkley/70e73f9b04d5f6e0da319d3b55d7a63a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://iiif.io/api/presentation/3/context.json", | |
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json", | |
"type": "Manifest", | |
"label": { | |
"en": [ | |
"Single Image Example" | |
] | |
}, | |
"items": [ | |
{ | |
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/canvas/p1", | |
"type": "Canvas", | |
"height": 1000, | |
"width": 921, | |
"items": [ | |
{ | |
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/page/p1/1", | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/annotation/p0001-image", | |
"type": "Annotation", | |
"motivation": "painting", | |
"body": { | |
"id": "https://media.britishmuseum.org/media/Repository/Documents/2018_8/8_11/c70755f1_d66d_48f4_867d_a93600c2cc7c/mid_RRI6591.jpg", | |
"type": "Image", | |
"format": "image/png", | |
"height": 1000, | |
"width": 921 | |
}, | |
"target": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/canvas/p1" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment