Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created May 9, 2017 21:01
Show Gist options
  • Save jcoyne/befbe4cd2c4a1db31f2558bc3f6acef8 to your computer and use it in GitHub Desktop.
Save jcoyne/befbe4cd2c4a1db31f2558bc3f6acef8 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://d10fcd37-ddc8-44a1-a17c-7cfffb41d6d3",
"@type": "sc:Manifest",
"label": "[Click to edit label]",
"metadata": [],
"description": [
{
"@value": "[Click to edit description]",
"@language": "en"
}
],
"license": "https://creativecommons.org/licenses/by/3.0/",
"attribution": "[Click to edit attribution]",
"sequences": [
{
"@id": "http://3d55c3de-7f68-4e6f-88d7-8dc4eca6d234",
"@type": "sc:Sequence",
"label": [
{
"@value": "Normal Sequence",
"@language": "en"
}
],
"canvases": [
{
"@id": "http://d702e607-bd6a-4772-9d80-6a4376b43887",
"@type": "sc:Canvas",
"label": "Empty canvas",
"height": 1173,
"width": 950,
"images": [
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://68086bee-acf5-4c73-8cdf-15f6f64d7789",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@id": "http://localhost:3000/images/gm80hv32k%2Ffiles%2Ffd61d832-7e41-4a7a-9aa7-3a4f2b98b770/full/full/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://localhost:3000/images/gm80hv32k%2Ffiles%2Ffd61d832-7e41-4a7a-9aa7-3a4f2b98b770",
"profile": [
"http://iiif.io/api/image/2/level1.json",
{
"formats": [
"jpg",
"png"
]
}
]
},
"height": 1173,
"width": 950
},
"on": "http://d702e607-bd6a-4772-9d80-6a4376b43887"
}
]
},
{
"@id": "http://a088aa00-578c-4fb2-8387-ac7e2cedb1a3",
"@type": "sc:Canvas",
"label": "Empty canvas",
"height": 936,
"width": 1200,
"images": [
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://2e64f5e9-d0a3-4b22-adf8-e5739921d209",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@id": "http://localhost:3000/images/gt54kn002%2Ffiles%2F0a3be2ef-ff7e-4cf4-8178-f00da9b86d6a/full/full/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://localhost:3000/images/gt54kn002%2Ffiles%2F0a3be2ef-ff7e-4cf4-8178-f00da9b86d6a",
"profile": [
"http://iiif.io/api/image/2/level1.json",
{
"formats": [
"jpg",
"png"
]
}
]
},
"height": 936,
"width": 1200
},
"on": "http://a088aa00-578c-4fb2-8387-ac7e2cedb1a3"
}
]
}
]
}
],
"structures": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment