Created
June 7, 2019 00:03
-
-
Save camillevilla/b3f01e2e43e88fbfac93bb5b7c4af364 to your computer and use it in GitHub Desktop.
poetry sequence example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://71b3deb8-e12b-452f-a961-def6179114fd", | |
"@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://6b65fc27-0ea9-4e19-9bd9-73ba0926a73c", | |
"@type": "sc:Sequence", | |
"label": "Poems", | |
"canvases": [ | |
{ | |
"@id": "http://2ac381f2-714f-4516-9b8b-dea6287fbaee", | |
"@type": "sc:Canvas", | |
"label": "Empty canvas", | |
"height": 2803, | |
"width": 2500, | |
"images": [ | |
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://421a0817-ce0b-431b-a670-a7fde5dd5632", | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@id": "https://view.nls.uk/iiif/7443/74439224.5/full/full/0/default.jpg", | |
"@type": "dctypes:Image", | |
"format": "image/jpeg", | |
"service": { | |
"@context": "http://iiif.io/api/image/2/context.json", | |
"@id": "https://view.nls.uk/iiif/7443/74439224.5", | |
"profile": [ | |
"http://iiif.io/api/image/2/level1.json", | |
{ | |
"formats": [ | |
"jpg" | |
], | |
"qualities": [ | |
"native", | |
"color", | |
"gray" | |
], | |
"supports": [ | |
"regionByPct", | |
"sizeByForcedWh", | |
"sizeByWh", | |
"sizeAboveFull", | |
"rotationBy90s", | |
"mirroring", | |
"gray" | |
] | |
} | |
] | |
}, | |
"height": 2803, | |
"width": 2500 | |
}, | |
"on": "http://2ac381f2-714f-4516-9b8b-dea6287fbaee" | |
} | |
], | |
"related": "" | |
}, | |
{ | |
"@id": "http://804499cb-e82f-4651-8004-43a477bdaabd", | |
"@type": "sc:Canvas", | |
"label": "Empty canvas", | |
"height": 2520, | |
"width": 2500, | |
"images": [ | |
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://3e8fa9e6-25d9-4899-b770-66e939a7cba7", | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@id": "https://view.nls.uk/iiif/7443/74439225.5/full/full/0/default.jpg", | |
"@type": "dctypes:Image", | |
"format": "image/jpeg", | |
"service": { | |
"@context": "http://iiif.io/api/image/2/context.json", | |
"@id": "https://view.nls.uk/iiif/7443/74439225.5", | |
"profile": [ | |
"http://iiif.io/api/image/2/level1.json", | |
{ | |
"formats": [ | |
"jpg" | |
], | |
"qualities": [ | |
"native", | |
"color", | |
"gray" | |
], | |
"supports": [ | |
"regionByPct", | |
"sizeByForcedWh", | |
"sizeByWh", | |
"sizeAboveFull", | |
"rotationBy90s", | |
"mirroring", | |
"gray" | |
] | |
} | |
] | |
}, | |
"height": 2520, | |
"width": 2500 | |
}, | |
"on": "http://804499cb-e82f-4651-8004-43a477bdaabd" | |
} | |
], | |
"related": "" | |
} | |
] | |
} | |
], | |
"structures": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment