UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

75 lines 2.63 kB
{ "@context": "http://iiif.io/api/presentation/3/context.json", "id": "https://iiif.io/api/cookbook/recipe/0033-choice/manifest.json", "type": "Manifest", "label": { "en": [ "John Dee performing an experiment before Queen Elizabeth I." ] }, "items": [ { "id": "https://iiif.io/api/cookbook/recipe/0033-choice/canvas/p1", "type": "Canvas", "height": 1271, "width": 2000, "items": [ { "id": "https://iiif.io/api/cookbook/recipe/0033-choice/page/p1/1", "type": "AnnotationPage", "items": [ { "id": "https://iiif.io/api/cookbook/recipe/0033-choice/annotation/p0001-image", "type": "Annotation", "motivation": "painting", "body": { "type": "Choice", "items": [ { "id": "https://iiif.io/api/image/3.0/example/reference/421e65be2ce95439b3ad6ef1f2ab87a9-dee-natural/full/max/0/default.jpg", "type": "Image", "format": "image/jpeg", "width": 2000, "height": 1271, "label": { "en": [ "Natural Light" ] }, "service": [ { "id": "https://iiif.io/api/image/3.0/example/reference/421e65be2ce95439b3ad6ef1f2ab87a9-dee-natural", "type": "ImageService3", "profile": "level1" } ] }, { "id": "https://iiif.io/api/image/3.0/example/reference/421e65be2ce95439b3ad6ef1f2ab87a9-dee-xray/full/max/0/default.jpg", "type": "Image", "format": "image/jpeg", "width": 2000, "height": 1271, "label": { "en": [ "X-Ray" ] }, "service": [ { "id": "https://iiif.io/api/image/3.0/example/reference/421e65be2ce95439b3ad6ef1f2ab87a9-dee-xray", "type": "ImageService3", "profile": "level1" } ] } ] }, "target": "https://iiif.io/api/cookbook/recipe/0033-choice/canvas/p1" } ] } ] } ] }