Created
December 3, 2025 21:12
-
-
Save cwulfman/a096880e14ccacf1c77348c42ca89384 to your computer and use it in GitHub Desktop.
for testing iiif
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", | |
| "id": "https://aa.perseus.org/manifest/1b88a8e37e0c42e88ee27c8db69e76d917d74f3fa063337a63f5712663f9dbe3", | |
| "type": "Manifest", | |
| "label": { | |
| "en": [ | |
| "Red-figure Nolan Amphora: Woman in Chiton" | |
| ] | |
| }, | |
| "items": [ | |
| { | |
| "id": "https://aa.perseus.org/manifest/1b88a8e37e0c42e88ee27c8db69e76d917d74f3fa063337a63f5712663f9dbe3/canvas/1", | |
| "type": "Canvas", | |
| "label": { | |
| "en": [ | |
| "Image 196635" | |
| ] | |
| }, | |
| "height": 1024, | |
| "width": 433, | |
| "items": [ | |
| { | |
| "id": "https://aa.perseus.org/manifest/1b88a8e37e0c42e88ee27c8db69e76d917d74f3fa063337a63f5712663f9dbe3/canvas/1/page/1", | |
| "type": "AnnotationPage", | |
| "items": [ | |
| { | |
| "id": "https://aa.perseus.org/manifest/1b88a8e37e0c42e88ee27c8db69e76d917d74f3fa063337a63f5712663f9dbe3/canvas/1/annotation/1", | |
| "type": "Annotation", | |
| "motivation": "painting", | |
| "body": { | |
| "id": "https://ids.lib.harvard.edu/ids/iiif/20232039/full/max/0/default.jpg", | |
| "type": "Image", | |
| "format": "image/jpeg", | |
| "service": [ | |
| { | |
| "id": "https://ids.lib.harvard.edu/ids/iiif/20232039", | |
| "type": "ImageService2", | |
| "profile": "level1" | |
| } | |
| ], | |
| "height": 1024, | |
| "width": 433 | |
| }, | |
| "target": "https://aa.perseus.org/manifest/1b88a8e37e0c42e88ee27c8db69e76d917d74f3fa063337a63f5712663f9dbe3/canvas/1" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment