Skip to content

Instantly share code, notes, and snippets.

@cwulfman
Last active April 3, 2024 21:38
Show Gist options
  • Save cwulfman/36d90ea3e28263a7d6174b0eb3bfadf5 to your computer and use it in GitHub Desktop.
Save cwulfman/36d90ea3e28263a7d6174b0eb3bfadf5 to your computer and use it in GitHub Desktop.
mock up of a Perseus manifest
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@type": "sc:Manifest",
"@id": "https://dl.tufts.edu/concern/images/w3763999p/manifest",
"label": "Harvard 1895.247",
"description": "Water birds on shoulder; floral ornament on neck; banding, rays.",
"metadata": [
{"label": "Collection", "value": "Harvard University Art Museums"},
{"label": "Period", "value": "Archaic"},
{}
],
"sequences": [
{
"@type": "sc:Sequence",
"@id": "https://dl.tufts.edu/concern/images/w3763999p/manifest/sequence/normal",
"rendering": [],
"canvases": [
{
"@type": "sc:Canvas",
"@id": "https://dl.tufts.edu/concern/images/w3763999p/manifest/canvas/ff3658264",
"label": "Lower panel: banding, rays",
"width": 2036,
"height": 3060,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "dctypes:Image",
"@id": "https://dl.tufts.edu/images/ff3658264%2Ffiles%2Feed5b3b8-e578-4c24-9dd7-e2d0581f4f9f%2Ffcr:versions%2Fversion1/full/600,/0/default.jpg",
"height": 3060,
"width": 2036,
"format": "jpg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://dl.tufts.edu/images/ff3658264%2Ffiles%2Feed5b3b8-e578-4c24-9dd7-e2d0581f4f9f%2Ffcr:versions%2Fversion1",
"profile": "http://iiif.io/api/image/2/level2.json"
}
},
"on": "https://dl.tufts.edu/concern/images/w3763999p/manifest/canvas/ff3658264"
}
]
},
{
"@type": "sc:Canvas",
"@id": "https://dl.tufts.edu/concern/images/pr76f6759/manifest/canvas/jq085n87r",
"label": "Overview: handle rear",
"width": 2036,
"height": 3060,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "dctypes:Image",
"@id": "https://dl.tufts.edu/images/jq085n87r%2Ffiles%2F22a08a22-9f19-4cd6-938c-d9091693f0cb%2Ffcr:versions%2Fversion1/full/600,/0/default.jpg",
"height": 3060,
"width": 2036,
"format": "jpg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://dl.tufts.edu/images/jq085n87r%2Ffiles%2F22a08a22-9f19-4cd6-938c-d9091693f0cb%2Ffcr:versions%2Fversion1",
"profile": "http://iiif.io/api/image/2/level2.json"
}
},
"on": "https://dl.tufts.edu/concern/images/pr76f6759/manifest/canvas/jq085n87r"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment