Skip to content

Instantly share code, notes, and snippets.

@nvanderperren
Created April 28, 2017 13:58
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 nvanderperren/2cce0fa24ccfcd7bc17498efcf2c262b to your computer and use it in GitHub Desktop.
Save nvanderperren/2cce0fa24ccfcd7bc17498efcf2c262b to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/presentation/2/context.json",
"sequences": [{
"canvases": [{
"images": [{
"motivation": "sc:painting",
"resource": {
"@type": "dctypes:Image",
"height": 3456,
"@id": "http://free.iiifhosting.com/iiif/10d9b1bdcf32a45b44028c5d9cee871ff066a6ada8ae131f7786ff6d19c70eee/full/full/0/default.jpg",
"width": 5184,
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api.image/2/context.json",
"@id": "http://free.iiifhosting.com/iiif/10d9b1bdcf32a45b44028c5d9cee871ff066a6ada8ae131f7786ff6d19c70eee",
"profile": "http://iiif.io/api/image/2/profiles/level1.json"
}
},
"@type": "oa:Annotation",
"on": "http://free.iiifhosting.com/iiif/10d9b1bdcf32a45b44028c5d9cee871ff066a6ada8ae131f7786ff6d19c70eee/canvas.json"
}],
"label": "voorkant",
"@id": "http://free.iiifhosting.com/iiif/10d9b1bdcf32a45b44028c5d9cee871ff066a6ada8ae131f7786ff6d19c70eee/canvas.json",
"@type": "sc:Canvas",
"height": 3456,
"width": 5184
}, {
"width": 5184,
"height": 3456,
"@type": "sc:Canvas",
"@id": "http://free.iiifhosting.com/iiif/3bd08e57bc1b1b164f6b3914f852b5b33fdbae1c9d0cf75fda843577debc0558/canvas.json",
"label": "achterkant",
"images": [{
"@type": "oa:Annotation",
"on": "http://free.iiifhosting.com/iiif/3bd08e57bc1b1b164f6b3914f852b5b33fdbae1c9d0cf75fda843577debc0558/canvas.json",
"motivation": "sc:painting",
"resource": {
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api.image/2/context.json",
"@id": "http://free.iiifhosting.com/iiif/3bd08e57bc1b1b164f6b3914f852b5b33fdbae1c9d0cf75fda843577debc0558",
"profile": "http://iiif.io/api/image/2/profiles/level1.json"
},
"@type": "dctypes:Image",
"height": 3456,
"@id": "http://free.iiifhosting.com/iiif/3bd08e57bc1b1b164f6b3914f852b5b33fdbae1c9d0cf75fda843577debc0558/full/full/0/default.jpg",
"width": 5184
}
}]
}],
"@type": "sc:Sequence"
}],
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"@id": "http://free.iiifhosting.com/iiif/95f013a33d3e92dc741449d60a4616fd1dcbfe50b5341ad218e8ab3d590de565/manifest.json",
"attribution": "KMSKA",
"@type": "sc:Manifest",
"logo": "http://www.kmska.be/static/site_images/lgo_kmska.gif",
"label": "INVnr.3, Teniers D., Het Steen",
"seeAlso": "http://www.example.org/KMSKA/work/3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment