Skip to content

Instantly share code, notes, and snippets.

@rsimon
Last active February 13, 2025 13:26
Show Gist options
  • Save rsimon/74dad990cbeede121a7fdc2150fbf25a to your computer and use it in GitHub Desktop.
Save rsimon/74dad990cbeede121a7fdc2150fbf25a to your computer and use it in GitHub Desktop.
{
"@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