Skip to content

Instantly share code, notes, and snippets.

@edsilv
Last active October 29, 2017 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsilv/261d75e30c1d8a30cd5f5bf2396e37b1 to your computer and use it in GitHub Desktop.
Save edsilv/261d75e30c1d8a30cd5f5bf2396e37b1 to your computer and use it in GitHub Desktop.
IIIF 3D Manifest Example
{
"id": "https://example.com/iiif/animal_skull/index.json",
"type": "Manifest",
"label": "Animal Skull",
"description": "Animal Skull",
"attribution": "Nelis Antiques",
"sequences": [
{
"type": "Sequence",
"canvases": [
{
"id": "https://example.com/iiif/animal_skull/index.json/canvas/0",
"type": "Canvas",
"content": [
{
"id": "https://example.com/iiif/animal_skull/index.json/annotationpage/0",
"type": "AnnotationPage",
"items": [
{
"id": "https://example.com/iiif/animal_skull/index.json/annotation/0",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://example.com/iiif/animal_skull/animal_skull.obj",
"type": "PhysicalObject",
"format": "text/plain",
"label": "Animal Skull"
},
"target": "https://example.com/iiif/animal_skull/index.json/canvas/0"
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment