Skip to content

Instantly share code, notes, and snippets.

@dmd
Created January 16, 2026 15:36
Show Gist options
  • Select an option

  • Save dmd/9e25a0bc635191fe4d513633a044f103 to your computer and use it in GitHub Desktop.

Select an option

Save dmd/9e25a0bc635191fe4d513633a044f103 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "https://example.org/iiif/67331533/manifest",
"@type": "sc:Manifest",
"label": "Image 67331533",
"sequences": [
{
"@id": "https://example.org/iiif/67331533/sequence/normal",
"@type": "sc:Sequence",
"label": "Normal",
"canvases": [
{
"@id": "https://example.org/iiif/67331533/canvas/1",
"@type": "sc:Canvas",
"height": 5262,
"width": 6712,
"label": "Image 1",
"images": [
{
"@id": "https://example.org/iiif/67331533/annotation/1",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"on": "https://example.org/iiif/67331533/canvas/1",
"resource": {
"@id": "https://assets.mitmuseum.mit.edu/iiifimg3/67331533/full/max/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"height": 5262,
"width": 6712,
"service": {
"@context": "http://iiif.io/api/image/3/context.json",
"@id": "https://assets.mitmuseum.mit.edu/iiifimg3/67331533",
"profile": "level2"
}
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment