Last active
February 13, 2025 13:26
-
-
Save rsimon/74dad990cbeede121a7fdc2150fbf25a 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": [ | |
"Example Level 0 Image" | |
] | |
}, | |
"items": [ | |
{ | |
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/canvas/p1", | |
"type": "Canvas", | |
"height": 3958, | |
"width": 5512, | |
"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://iiif.rainersimon.io/book-of-fortresses/caminha2", | |
"type": "Image", | |
"format": "image/jpeg", | |
"height": 3958, | |
"width": 5512, | |
"service": [ | |
{ | |
"id": "https://iiif.rainersimon.io/book-of-fortresses/caminha2", | |
"profile": "level0", | |
"type": "ImageService2" | |
} | |
] | |
}, | |
"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