Last active
June 19, 2017 15:07
-
-
Save irv/a36127b25c65b3f67956a80c09e79418 to your computer and use it in GitHub Desktop.
First forays into generating prezi api 3 manifests for our AV content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"context": "http://iiif.io/api/presentation/3/context.json", | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000002/manifest.json", | |
"type": "Manifest", | |
"sequences": [ | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000007", | |
"type": "Canvas", | |
"label": "", | |
"duration": 108.08, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x000019", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000007#t=2.00,110.08" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000009", | |
"type": "Canvas", | |
"label": "", | |
"duration": 83.64, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x000019", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000009#t=110.08,193.72" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000b", | |
"type": "Canvas", | |
"label": "", | |
"duration": 42.28, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x000019", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000b#t=193.72,236.00" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000d", | |
"type": "Canvas", | |
"label": "", | |
"duration": 51, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x000019", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000d#t=236.00,287.00" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000f", | |
"type": "Canvas", | |
"label": "", | |
"duration": 49.28, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x000019", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000f#t=287.00,336.28" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000011", | |
"type": "Canvas", | |
"label": "", | |
"duration": 61.16, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x00001a", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000011#t=3.08,64.24" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000013", | |
"type": "Canvas", | |
"label": "", | |
"duration": 95, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x00001a", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000013#t=64.24,159.24" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000015", | |
"type": "Canvas", | |
"label": "", | |
"duration": 120.8, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x00001a", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000015#t=159.24,280.04" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000017", | |
"type": "Canvas", | |
"label": "", | |
"duration": 45.2, | |
"content": [ | |
{ | |
"type": "AnnotationPage", | |
"items": [ | |
{ | |
"type": "Annotation", | |
"motivation": "Painting", | |
"timeMode": "trim", | |
"body": { | |
"id": "https://api.bl.uk/audio/iiif/ark:/81055/vdc_100042985903.0x00001a", | |
"type": "Audio" | |
}, | |
"target": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000017#t=280.04,325.24" | |
} | |
] | |
} | |
] | |
} | |
], | |
"structures": [ | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000003", | |
"type": "Range", | |
"viewingHint": "top", | |
"label": "Disc 1", | |
"members": [ | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000004", | |
"type": "Range", | |
"label": "Disc 1 Side 1" | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000005", | |
"type": "Range", | |
"label": "Disc 1 Side 2" | |
} | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000004", | |
"type": "Range", | |
"label": "Disc 1 Side 1", | |
"canvases": [ | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000007", | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000009", | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000b", | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000d", | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x00000f" | |
] | |
}, | |
{ | |
"id": "https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000005", | |
"type": "Range", | |
"label": "Disc 1 Side 2", | |
"canvases": [ | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000011", | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000013", | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000015", | |
"https://api.bl.uk/metadata/iiif/ark:/81055/vdc_100042985903.0x000017" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment