Created
April 14, 2021 02:54
-
-
Save baskaufs/f01c7ab772cac2c7b16b3c5900dc1d6c to your computer and use it in GitHub Desktop.
IIIF manifest generated by script
This file contains hidden or 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", | |
"http://www.w3.org/ns.anno.jsonld" | |
], | |
"id": "https://iiif.vam.ac.uk/collections/O1023003/manifest.json", | |
"type": "Manifest", | |
"viewingDirection": "left-to-right", | |
"behavior": [ | |
"individuals" | |
], | |
"label": { | |
"en": [ | |
"Cunard Line - to all parts of the world" | |
] | |
}, | |
"items": [ | |
{ | |
"items": [ | |
{ | |
"items": [ | |
{ | |
"body": { | |
"service": [ | |
{ | |
"profile": "level1", | |
"type": "ImageService2", | |
"id": "https://framemark.vam.ac.uk/collections/2013GU2911" | |
} | |
], | |
"format": "image/jpeg", | |
"height": 2112, | |
"width": 2526, | |
"type": "Image", | |
"id": "https://zenodo.org/record/4683346/files/trco--fr040529-17e5384.jpg" | |
}, | |
"motivation": "painting", | |
"type": "Annotation", | |
"target": "https://iiif.vam.ac.uk/collections/O1023003/canvas/c0" | |
} | |
], | |
"type": "AnnotationPage" | |
} | |
], | |
"label": { | |
"en": [ | |
"Object image 0" | |
] | |
}, | |
"width": 2526, | |
"height": 2112, | |
"type": "Canvas", | |
"id": "https://iiif.vam.ac.uk/collections/O1023003/canvas/c0", | |
"annotations": [ | |
{ | |
"id": "https://iiif.vam.ac.uk/collections/O1023003/annopage/p1", | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"id": "https://iiif.vam.ac.uk/collections/O1023003/annopage/p1/a0", | |
"type": "Annotation", | |
"motivation": "describing", | |
"body": { | |
"type": "TextualBody", | |
"value": "<h2>mine</h2><div>This is part of a larger image.</div>", | |
"format": "text/html" | |
}, | |
"target": { | |
"id": "https://iiif.vam.ac.uk/collections/O1023003/canvas/c0#xywh=pixel:731,500,229,557", | |
"type": "Canvas" | |
} | |
}, | |
{ | |
"id": "https://iiif.vam.ac.uk/collections/O1023003/annopage/p1/a1", | |
"type": "Annotation", | |
"motivation": "describing", | |
"body": { | |
"type": "TextualBody", | |
"value": "<h2>fruit</h2><div>This is part of a larger image.</div>", | |
"format": "text/html" | |
}, | |
"target": { | |
"id": "https://iiif.vam.ac.uk/collections/O1023003/canvas/c0#xywh=pixel:553,946,711,731", | |
"type": "Canvas" | |
} | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment