Skip to content

Instantly share code, notes, and snippets.

@cwulfman
Created April 23, 2024 22:35
Show Gist options
  • Save cwulfman/f6b7d70ae80619f157f1114f9895a450 to your computer and use it in GitHub Desktop.
Save cwulfman/f6b7d70ae80619f157f1114f9895a450 to your computer and use it in GitHub Desktop.
generated from iiif-prezi3
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://perseus.tufts.edu/manifests/Aegina_Altar/manifest.json",
"type": "Manifest",
"label": {
"en": [
"Aegina, Altar of Apha"
]
},
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0005-image-service/canvas/p1",
"type": "Canvas",
"label": {
"en": [
"a Perseus image"
]
},
"height": 640,
"width": 500,
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0005-image-service/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0005-image-service/annotation/p0001-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "http://localhost:8182/iiif/3/1999.01.4408/full/max/0/default.jpg",
"type": "Image",
"height": 640,
"width": 500,
"service": [
{
"id": "http://localhost:8182/iiif/3/1999.01.4408",
"type": "ImageService3",
"profile": "level2"
}
],
"format": "image/jpeg"
},
"target": "https://iiif.io/api/cookbook/recipe/0005-image-service/canvas/p1"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment