Created
April 30, 2017 00:09
-
-
Save jcoyne/34adacfde825842aded69242417508b5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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://f8f349e1-1cdc-4a99-80e4-7e51701d0dc5", | |
"@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://4c6f87bd-35dd-4812-a902-a00399a127f2", | |
"@type": "sc:Sequence", | |
"label": [ | |
{ | |
"@value": "Normal Sequence", | |
"@language": "en" | |
} | |
], | |
"canvases": [ | |
{ | |
"@id": "http://f27eaa41-96da-46a3-916a-45f0fa8bb687", | |
"@type": "sc:Canvas", | |
"label": "Empty canvas", | |
"height": 936, | |
"width": 1200, | |
"images": [ | |
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://b4340268-9d9c-41e5-87de-010412874a96", | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@id": "http://localhost:3000/images/n583xt96p%2Ffiles%2Fbb929d64-69e6-416a-b0f8-513416cb1337/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/n583xt96p%2Ffiles%2Fbb929d64-69e6-416a-b0f8-513416cb1337", | |
"profile": [ | |
"http://iiif.io/api/image/2/level1.json", | |
{ | |
"formats": [ | |
"jpg", | |
"png" | |
] | |
} | |
] | |
}, | |
"height": 936, | |
"width": 1200 | |
}, | |
"on": "http://f27eaa41-96da-46a3-916a-45f0fa8bb687" | |
} | |
] | |
}, | |
{ | |
"@id": "http://4abebccb-b367-423c-9740-25b266c6aba8", | |
"@type": "sc:Canvas", | |
"label": "Empty canvas", | |
"height": 4875, | |
"width": 5475, | |
"images": [ | |
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://d1e45da7-7828-42e2-ba1e-cc3fdaad0243", | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@id": "http://localhost:3000/images/vm40xr56k%2Ffiles%2F4bc4bb6e-a5f9-479d-b6f7-64e3f53c402d/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/vm40xr56k%2Ffiles%2F4bc4bb6e-a5f9-479d-b6f7-64e3f53c402d", | |
"profile": [ | |
"http://iiif.io/api/image/2/level1.json", | |
{ | |
"formats": [ | |
"jpg", | |
"png" | |
] | |
} | |
] | |
}, | |
"height": 4875, | |
"width": 5475 | |
}, | |
"on": "http://4abebccb-b367-423c-9740-25b266c6aba8" | |
} | |
] | |
} | |
] | |
} | |
], | |
"structures": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment