Sample IIIF Manifest - AudiovisualMetadataPlatform/amp_documentation GitHub Wiki
Sample IIIF Manifest
This sample IIIF Manifest contains the minimum information needed for the segmentation tool.
Notes:
- The ranges are the segments; note that this includes a top range. I recommend including a top range because in AVALON all the items have a top range and thus the AVALON tools (such as the Structural Metadata Editor that we plan to use) assume that top range.
- I am not sure we need summary. I assume and empty summary will do. I will try to find out if we need it at all and come back to edit this page with a definitive answer.
- Same to Metadata
- Same to Rendering, which I show empty.
http://dlib.indiana.edu/iiif_av/lunchroom_manners/lunchroom-manners-for-AMP.json
{
"@context": [
"http://www.w3.org/ns/anno.jsonld",
"http://iiif.io/api/presentation/3/context.json"
],
"type": "Manifest",
"id": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest",
"label": {
"en": [
"Beginning Responsibility: Lunchroom Manners"
]
},
"summary": {
"en": [
"The rude, clumsy puppet Mr. Bungle shows kids how to behave in the school cafeteria - the assumption being that kids actually want to behave during lunch. This film has a cult following since it appeared on a Pee Wee Herman HBO special."
]
},
"metadata": [
{
"label": {
"en": [
"Title"
]
},
"value": {
"en": [
"Beginning Responsibility: Lunchroom Manners"
]
}
}
],
"rendering": [],
"items": [
{
"type": "Canvas",
"id": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest/canvas/1",
"label": {
"en": [
"Lunchroom"
]
},
"items": [
{
"type": "AnnotationPage",
"id": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest/canvas/1/annotation_page/1",
"items": [
{
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://dlib.indiana.edu/iiif_av/lunchroom_manners/high/lunchroom_manners_1024kb.mp4",
"type": "Video",
"format": "video/mp4",
"height": 360,
"width": 480,
"duration": 660,
"label": {
"en": [
"high"
]
}
},
"target": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest/canvas/1"
}
]
}
],
"width": 480,
"height": 360,
"duration": 660
}
],
"structures": [
{
"type": "Range",
"id": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest/range/1",
"label": "Lunchroom Manners",
"behavior": "top",
"items": [
{
"type": "Range",
"id": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest/range/2",
"label": {
"en": [
"Part I"
]
},
"items": [
{
"type": "Canvas",
"id": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest/canvas/1#t=0.0,180.0"
}
]
},
{
"type": "Range",
"id": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest/range/3",
"label": {
"en": [
"Part II"
]
},
"items": [
{
"type": "Canvas",
"id": "https://dlib.indiana.edu/iiif-av/iiif-player-samples/lunchroom-manners/manifest/canvas/1#t=180.0,660.0"
}
]
}
]
}
]
}
Document generated by Confluence on Feb 25, 2025 10:39