Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Created January 23, 2023 20:07
Show Gist options
  • Save baskaufs/470633b8f3a85f4483c019f44be343d1 to your computer and use it in GitHub Desktop.
Save baskaufs/470633b8f3a85f4483c019f44be343d1 to your computer and use it in GitHub Desktop.
Simple test manifest
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "https://iiif-manifest.library.vanderbilt.edu/gallery/1979/1979.1185P.json",
"@type": "sc:Manifest",
"label": "Ask Your Dealer For Shoes Like These",
"description": "print by Artist Unknown",
"logo": "https://iiif.library.vanderbilt.edu/iiif/3/vanderbilt_logo.png/full/!100,100/0/default.jpg",
"attribution": "Provided by Vanderbilt University Fine Arts Gallery",
"metadata": [
{
"label": "Artist",
"value": "artist unknown"
},
{
"label": "Accession Number",
"value": "1979.1185P"
},
{
"label": "Creation Year",
"value": "1918"
},
{
"label": "Title",
"value": "Ask Your Dealer For Shoes Like These"
}
],
"viewingDirection": "left-to-right",
"viewingHint": "individuals",
"sequences": [{
"@type": "sc:Sequence",
"label": "Ask Your Dealer For Shoes Like These",
"canvases": [{
"@id": "https://iiif-manifest.library.vanderbilt.edu/gallery/1979/1979.1185P.json_1",
"@type": "sc:Canvas",
"width": 2957,
"height": 3975,
"label": "Ask Your Dealer For Shoes Like These",
"images": [{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@id": "https://iiif-manifest.library.vanderbilt.edu/gallery/1979/1979.1185P.json#resource",
"@type": "dctypes:Image",
"format": "image/jpeg",
"width": 2957,
"height": 3975,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://iiif.library.vanderbilt.edu/iiif/3/gallery%2F1979%2F1979.1185P.tif",
"profile": "http://iiif.io/api/image/2/level2.json"
}
},
"on": "https://iiif-manifest.library.vanderbilt.edu/gallery/1979/1979.1185P.json_1"
}],
"thumbnail": {
"@id": "https://iiif.library.vanderbilt.edu/iiif/3/gallery%2F1979%2F1979.1185P.tif/full/!100,100/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"width": 100,
"height": 100
}
}]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment