Skip to content

Instantly share code, notes, and snippets.

@nvanderperren
Last active June 25, 2019 20:05
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/84361ea0555a4444d7d82e3a3a535761 to your computer and use it in GitHub Desktop.
Save nvanderperren/84361ea0555a4444d7d82e3a3a535761 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/presentation/2/context.json",
"@id": "http://free.iiifhosting.com/iiif/3bd08e57bc1b1b164f6b3914f852b5b33fdbae1c9d0cf75fda843577debc0558/manifest.json",
"@type": "sc:Manifest",
"label": [
{"@value": "random manifest", "@language": "en"},
{"@value": "Willekeurig manifest", "@language": "nl"}
],
"description": [
{"@value": "This is an example manifest made for the beeldenhubproject", "@language":"en"},
{"@value": "Dit is een voorbeeldmanifest opgesteld in het kader van het beeldenhubproject", "@language":"nl"}
],
"metadata": [
{
"label": [
{"@value": "Author", "@language":"en"},
{"@value": "Auteur", "@language": "nl"}
],
"value": "Bibi De Vliegher"
},
{
"label": [
{"@value": "Published", "@language":"en"},
{"@value": "Uitgegeven", "@language":"nl"}
],
"value": [
{"@value": "Paris, circa 1400", "@language":"en"},
{"@value": "Parijs, ongeveer 1400", "@language":"nl"}
]
}
],
"thumbnail": {
"@id": "http://free.iiifhosting.com/iiif/d772d45d796e58b68ed46f696d97f4819e5e84fdd252847afe4b0cc84793a88d/full/80,100/0/default.jpg",
"service": {
"@context": "https://iiif.io/api/image/2/context.json",
"@id": "http://free.iiifhosting.com/iiif/d772d45d796e58b68ed46f696d97f4819e5e84fdd252847afe4b0cc84793a88d",
"profile": "http://iiif.io/api.image/2/level1.json"
}
},
"viewingDirection": "left-to-right",
"viewingHint": "paged",
"navDate": "2016-01-01T00:00:00Z",
"license": "http://www.creativecommons.org/licenses/by/4.0/",
"attribution": "Bibi De Vliegher",
"logo": "https://upload.wikimedia.org/wikipedia/commons/b/b4/Logo_Packed_vzw.png",
"related": {
"@id": "https://ia902304.us.archive.org/30/items/popeye_taxi-turvey/popeye_taxi-turvey_512kb.mp4",
"format": "video/mp4"
},
"seeAlso": {
"@id": "https://archive.org/download/popeye_taxi-turvey/popeye_taxi-turvey_meta.xml",
"format": "text/xml"
},
"sequences": [
{
"@type": "sc:Sequence",
"startCanvas": "http://free.iiifhosting.com/iiif/628fddde894ab28f9024390ae38b3059c31b4a6c7bf83c25a846c302e49e888a/canvas/foto2",
"canvases": [
{
"@id": "http://free.iiifhosting.com/iiif/d772d45d796e58b68ed46f696d97f4819e5e84fdd252847afe4b0cc84793a88d/canvas/foto1",
"@type": "sc:Canvas",
"label": "foto 1",
"width": 960,
"height": 640,
"images": [
{
"@id": "http://free.iiifhosting.com/iiif/d772d45d796e58b68ed46f696d97f4819e5e84fdd252847afe4b0cc84793a88d/annotation/res1",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "http://free.iiifhosting.com/iiif/d772d45d796e58b68ed46f696d97f4819e5e84fdd252847afe4b0cc84793a88d/canvas/foto1",
"resource": {
"@id": "http://free.iiifhosting.com/iiif/d772d45d796e58b68ed46f696d97f4819e5e84fdd252847afe4b0cc84793a88d/full/full/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://free.iiifhosting.com/iiif/d772d45d796e58b68ed46f696d97f4819e5e84fdd252847afe4b0cc84793a88d",
"profile": "http://iiif.io/api/image/2/profiles/level2.json"
}
}
}
]
},
{
"@id": "http://free.iiifhosting.com/iiif/628fddde894ab28f9024390ae38b3059c31b4a6c7bf83c25a846c302e49e888a/canvas/foto2",
"@type": "sc:Canvas",
"label": "foto 2",
"width": 960,
"height": 640,
"images": [
{
"@id": "http://free.iiifhosting.com/iiif/628fddde894ab28f9024390ae38b3059c31b4a6c7bf83c25a846c302e49e888a/annotation/res2",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "http://free.iiifhosting.com/iiif/628fddde894ab28f9024390ae38b3059c31b4a6c7bf83c25a846c302e49e888a/canvas/foto2",
"resource": {
"@id": "http://free.iiifhosting.com/iiif/628fddde894ab28f9024390ae38b3059c31b4a6c7bf83c25a846c302e49e888a/full/full/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://free.iiifhosting.com/iiif/628fddde894ab28f9024390ae38b3059c31b4a6c7bf83c25a846c302e49e888a",
"profile": "http://iiif.io/api/image/2/profiles/level2.json"
}
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment