Skip to content

Instantly share code, notes, and snippets.

@cwulfman
Created December 3, 2025 21:12
Show Gist options
  • Select an option

  • Save cwulfman/a096880e14ccacf1c77348c42ca89384 to your computer and use it in GitHub Desktop.

Select an option

Save cwulfman/a096880e14ccacf1c77348c42ca89384 to your computer and use it in GitHub Desktop.
for testing iiif
{
"@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