Skip to content

Instantly share code, notes, and snippets.

@netsensei
Last active April 19, 2018 09:42
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 netsensei/87e68d7a6d95c007db5f84463583d407 to your computer and use it in GitHub Desktop.
Save netsensei/87e68d7a6d95c007db5f84463583d407 to your computer and use it in GitHub Desktop.
IIIF manifest example
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://rails.box:3000/iiif/2/groeningemuseum:0000_GRO1561_I/manifest.json?locale=nl",
"@type": "sc:Manifest",
"label": "Johannes predikt tot de menigte",
"sequences": [
{
"@id": "http://groeningemuseum.be/collection/work/data/0000_GRO1561_I#sequence-1",
"@type": "sc:Sequence",
"label": "Current order",
"viewingDirection": "left-to-right",
"canvases": [
{
"@id": "http://c2c1b443-c400-49f2-8797-535cce24bccf",
"@type": "sc:Canvas",
"width": 639,
"height": 482,
"label": "Image 1",
"images": [
{
"@id": "http://6ca77779-5b1b-4386-a363-ba5168948070",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "http://1020a4b7-dfd5-4c73-aafd-9ad23e7cfcdc",
"resource": {
"@id": "http://rails.box:3000/iiif/2/groeningemuseum:0000_GRO1561_I/full/full/0/default.jpg?locale=nl",
"@type": "dctypes:Image",
"format": "image/jpeg",
"width": 639,
"height": 482
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment