Skip to content

Instantly share code, notes, and snippets.

@mark-dce
Last active February 24, 2020 03:49
Show Gist options
  • Save mark-dce/8375d671494255a66c7511bb17e34844 to your computer and use it in GitHub Desktop.
Save mark-dce/8375d671494255a66c7511bb17e34844 to your computer and use it in GitHub Desktop.
Sample Manifest for Yale Manuscript
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@type": "sc:Manifest",
"@id": "http://localhost:3000/gradual.json",
"label": "Gradual",
"description": "Gradual, 1st half of 12th century",
"attribution": "Beinecke Library",
"logo": "https://beinecke.library.yale.edu/sites/default/files/images/BeineckeUnoffWordmark.png",
"sequences": [
{
"@type": "sc:Sequence",
"canvases": [
{
"@type": "sc:Canvas",
"@id": "https://brbl-zoom.library.yale.edu/fcgi-bin/iipsrv.fcgi?FIF=MEDRENMSS/4/1016034/1016034.jp2&CNT=1&SDS=0,900&JTL=0,0",
"label": "1",
"width": 2513,
"height": 3494,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://brbl-zoom.library.yale.edu/fcgi-bin/iipsrv.fcgi?FIF=MEDRENMSS/4/1016034/1016034.jp2&CNT=1&SDS=0,900&JTL=0,0",
"resource": {
"@type": "dctypes:Image",
"@id": "https://brbl-zoom.library.yale.edu/fcgi-bin/iipsrv.fcgi?IIIF=MEDRENMSS/4/1016034/1016034.jp2/full/500,/0/default.jpg",
"width": 500,
"height": 704,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://brbl-zoom.library.yale.edu/fcgi-bin/iipsrv.fcgi?IIIF=MEDRENMSS/4/1016034/1016034",
"profile": "http://iiif.io/api/image/2/level2.json"
}
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment