Skip to content

Instantly share code, notes, and snippets.

@cwulfman
Last active February 10, 2025 22:03
Show Gist options
  • Save cwulfman/2e839e3c8680d4b480316301f52ab032 to your computer and use it in GitHub Desktop.
Save cwulfman/2e839e3c8680d4b480316301f52ab032 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://www.perseus.tufts.edu/api/aa_3951",
"type": "Manifest",
"label": {
"en": [
"Malibu 86.AE.34"
]
},
"metadata": [
{
"label": {
"en": [
"thumbnail"
]
},
"value": {
"en": [
"https://iiif-dev.perseus.tufts.edu/iiif/3/1990.05.0140/full/100,/0/default.png"
]
}
}
],
"thumbnail": [
{
"id": "https://iiif-dev.perseus.tufts.edu/iiif/3/1990.05.0140",
"type": "Image"
}
],
"items": [
{
"id": "http://example.org/iiif/4",
"type": "Canvas",
"height": 2796,
"width": 2190,
"items": [
{
"id": "http://example.org/iiif/6",
"type": "AnnotationPage",
"items": [
{
"id": "http://example.org/iiif/5",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://iiif-dev.perseus.tufts.edu/iiif/3/1990.05.0140/full/max/0/default.jpg",
"type": "Image",
"height": 2796,
"width": 2190,
"service": [
{
"id": "https://iiif-dev.perseus.tufts.edu/iiif/3/1990.05.0140",
"type": "ImageService3",
"profile": "level2"
}
],
"format": "image/jpeg"
},
"target": "http://example.org/iiif/4"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment