Skip to content

Instantly share code, notes, and snippets.

@cwulfman
Last active April 23, 2024 22:16
Show Gist options
  • Save cwulfman/9b9b2ed911244fa3206c136fff9db636 to your computer and use it in GitHub Desktop.
Save cwulfman/9b9b2ed911244fa3206c136fff9db636 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://example.com/manifest.json",
"@type": "sc:Manifest",
"label": "My Image Collection",
"sequences": [{
"@id": "http://example.com/sequence/normal",
"@type": "sc:Sequence",
"canvases": [
{
"@id": "http://example.com/canvas/p1",
"@type": "sc:Canvas",
"label": "Page 1",
"width": 6000,
"height": 4000,
"images": [{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "dctypes:Image",
"format": "image/jpeg",
"@id": "http://localhost:8182/iiif/3/1987.03.0007",
"width": 6000,
"height": 4000,
"service": {
"@context": "http://iiif.io/api/image/3/context.json",
"@id": "http://localhost:8182/iiif/3/1987.03.0007",
"profile": "http://iiif.io/api/image/3/level0.json"
}
},
"on": "http://example.com/canvas/p1"
}]
}
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment