Skip to content

Instantly share code, notes, and snippets.

@bess
Created October 30, 2019 17:26
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 bess/fb74c5f01c6ebe5e9ef19dd7850a3e87 to your computer and use it in GitHub Desktop.
Save bess/fb74c5f01c6ebe5e9ef19dd7850a3e87 to your computer and use it in GitHub Desktop.
iiif manifest
// 20191030121700
// https://tenejo-dev.curationexperts.com/concern/works/44558d306/manifest
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@type": "sc:Manifest",
"@id": "https://tenejo-dev.curationexperts.com/concern/works/44558d306/manifest",
"label": "My favorite animal",
"metadata": [
{
"label": "Title",
"value": [
"My favorite animal"
]
},
{
"label": "Creator",
"value": [
"Anon 14th C."
]
},
{
"label": "Keyword",
"value": [
"etching"
]
},
{
"label": "Rights Statement",
"value": [
"http://rightsstatements.org/vocab/NKC/1.0/"
]
}
],
"sequences": [
{
"@type": "sc:Sequence",
"@id": "https://tenejo-dev.curationexperts.com/concern/works/44558d306/manifest/sequence/normal",
"rendering": [
],
"canvases": [
{
"@type": "sc:Canvas",
"@id": "https://tenejo-dev.curationexperts.com/concern/works/44558d306/manifest/canvas/nc580m649",
"label": "Hydra.tif",
"width": 640,
"height": 480,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "dctypes:Image",
"@id": "https://tenejo-dev.curationexperts.com/cantaloupe/iiif/2/nc580m649%2Ffiles%2F00951d1d-18b3-458f-b62c-4f37264967cf/full/600,/0/default.jpg",
"height": 480,
"width": 640,
"format": null,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://tenejo-dev.curationexperts.com/cantaloupe/iiif/2/nc580m649%2Ffiles%2F00951d1d-18b3-458f-b62c-4f37264967cf",
"profile": "http://iiif.io/api/image/2/level2.json"
}
},
"on": "https://tenejo-dev.curationexperts.com/concern/works/44558d306/manifest/canvas/nc580m649"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment