Last active
July 8, 2025 14:00
-
-
Save portableant/1f370b83f33b4eae228c4d80177d99d2 to your computer and use it in GitHub Desktop.
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://example.org/kkqtsr0b34-mcujnwqx", | |
"type": "Manifest", | |
"label": { | |
"en": [ | |
"Blank Manifest" | |
] | |
}, | |
"items": [ | |
{ | |
"id": "https://example.org/kkqtsr0b34-mcujnwqx/canvas/sni25v32fkk-mcukl0ku", | |
"type": "Canvas", | |
"height": 3244, | |
"width": 3082, | |
"label": { | |
"en": [ | |
"Test image" | |
] | |
}, | |
"metadata": [ | |
{ | |
"label": { | |
"en": [ | |
"Copyright" | |
] | |
}, | |
"value": { | |
"en": [ | |
"Historic England" | |
] | |
} | |
} | |
], | |
"items": [ | |
{ | |
"id": "https://example.org/kkqtsr0b34-mcujnwqx/canvas/sni25v32fkk-mcukl0ku/annotation-page/uijim8fn47g-mcukl0ku", | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"id": "https://example.org/kkqtsr0b34-mcujnwqx/annotation/s3y6skz55yp-mcukl049", | |
"type": "Annotation", | |
"motivation": "painting", | |
"target": "https://example.org/kkqtsr0b34-mcujnwqx/canvas/sni25v32fkk-mcukl0ku", | |
"body": { | |
"id": "http://localhost:8182/iiif/3/RAF_2_BR11_14_V_0031.png/full/max/0/default.jpg", | |
"type": "Image", | |
"format": "image/jpeg", | |
"height": 3244, | |
"width": 3082 | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://example.org/kkqtsr0b34-mcujnwqx/canvas/uto6qzjq3gk-mculjze0", | |
"type": "Canvas", | |
"height": 3446, | |
"width": 2900, | |
"label": { | |
"en": [ | |
"Stonehenge vertical image" | |
] | |
}, | |
"items": [ | |
{ | |
"id": "https://example.org/kkqtsr0b34-mcujnwqx/canvas/uto6qzjq3gk-mculjze0/annotation-page/o8omm78q1ph-mculjze0", | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"id": "https://example.org/kkqtsr0b34-mcujnwqx/annotation/9h2qazej2u-mculjyyh", | |
"type": "Annotation", | |
"motivation": "painting", | |
"target": "https://example.org/kkqtsr0b34-mcujnwqx/canvas/uto6qzjq3gk-mculjze0", | |
"body": { | |
"id": "http://localhost:8182/iiif/3/raf_106g_uk_915_rp_3203.png/full/max/0/default.jpg", | |
"type": "Image", | |
"format": "image/jpeg", | |
"height": 3446, | |
"width": 2900 | |
} | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment