Created
May 23, 2019 18:55
-
-
Save jeffreycwitt/81c6bfc3aee28a3fff79637c9e8aa96f 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://b75c8390-4630-49ce-b63c-d282ea652554", | |
"@type": "sc:Manifest", | |
"label": "Our Workshop Manifest", | |
"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://2d765946-7c92-4529-bfa8-1b1467109bdd", | |
"@type": "sc:Sequence", | |
"label": [ | |
{ | |
"@value": "Normal Sequence", | |
"@language": "en" | |
} | |
], | |
"canvases": [ | |
{ | |
"@id": "http://852277e5-73dd-4eed-a425-cbd6d29fa4a2", | |
"@type": "sc:Canvas", | |
"label": "Our Workshop", | |
"height": 3024, | |
"width": 4032, | |
"images": [ | |
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://f286bc97-2dba-4f2e-9767-be03f1e53026", | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@id": "https://loris2.scta.info/class.jpg/full/full/0/default.jpg", | |
"@type": "dctypes:Image", | |
"format": "image/jpeg", | |
"service": { | |
"@context": "http://iiif.io/api/image/2/context.json", | |
"@id": "https://loris2.scta.info/class.jpg", | |
"profile": [ | |
"http://iiif.io/api/image/2/level2.json", | |
{ | |
"supports": [ | |
"canonicalLinkHeader", | |
"profileLinkHeader", | |
"mirroring", | |
"rotationArbitrary", | |
"sizeAboveFull" | |
], | |
"qualities": [ | |
"default", | |
"color", | |
"gray", | |
"bitonal" | |
], | |
"formats": [ | |
"jpg", | |
"png", | |
"gif", | |
"webp" | |
] | |
} | |
] | |
}, | |
"height": 3024, | |
"width": 4032 | |
}, | |
"on": "http://852277e5-73dd-4eed-a425-cbd6d29fa4a2" | |
} | |
], | |
"related": "" | |
} | |
] | |
} | |
], | |
"structures": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment