Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Created April 13, 2021 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baskaufs/04740085436dd6ecfd9a0bcd317a40a0 to your computer and use it in GitHub Desktop.
Save baskaufs/04740085436dd6ecfd9a0bcd317a40a0 to your computer and use it in GitHub Desktop.
IIIF 2 manifest
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "https://storiiies.cogapp.com/wasp/manifest.json",
"@type": "sc:Manifest",
"label": {
"@value": "Hemipepsis heros – Tarantula Hawk wasp",
"@language": "en"
},
"description": {
"@value": "Introduction",
"@language": "en"
},
"viewingHint": "paged",
"viewingDirection": "left-to-right",
"sequences": [
{
"@id": "https://storiiies.cogapp.com/wasp/sequence",
"@type": "sc:Sequence",
"canvases": [
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@type": "sc:Canvas",
"width": 2112,
"height": "2526",
"@id": "https://storiies.cogapp.com/wasp/canvas/c0",
"label": "Tragia cordata (Euphorbiaceae) - fruit – juvenile",
"description": {
"@value": "This is one of 180 species of wasp known as tarantula hawks. They are so named as they hunt tarantulas and other large spiders. However, the adults don’t eat these spiders themselves. Instead they carry their quarry back to a burrow. The paralysed spider has an egg laid on its skin and is walled up inside its tomb. The paralysed tarantula survives for about 35 days as a living food source for the developing wasp grub. The grub hatches and rapidly grows by drinking the fluids from the spider’s abdomen. By the fourth moult, the grub is able to burrow through the spider’s carapace and begin eating the internal organs of the spider. This eventually kills the spider, and the grub continues to feast until only a hollow shell remains. The grub leaves the body and pupates in the burrow. It eventually emerges as an adult wasp and excavates its way out of the tomb.",
"@language": "en"
},
"images": [
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://c2248567-fc9f-4795-910c-628bdfac926e",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@id": "https://zenodo.org/api/iiif/v2/2180af36-6fea-424a-b6b4-b59f3c862c51:b535ccd4-2869-4e84-9e19-1df68c7abcb4:trco--fr040529-17e5384.jpg/full/full/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://zenodo.org/api/iiif/v2/2180af36-6fea-424a-b6b4-b59f3c862c51:b535ccd4-2869-4e84-9e19-1df68c7abcb4:trco--fr040529-17e5384.jpg",
"profile": [
"http://iiif.io/api/image/2/level2.json"
]
},
"height": 2526,
"width": 2112
},
"on": "https://storiies.cogapp.com/wasp/canvas/c0"
}
],
"otherContent": [
{
"@id": "https://storiiies.cogapp.com/wasp/annotations/list.json",
"@type": "sc:AnnotationList"
}
]
}
]
}
],
"metadata": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment