Last active
May 6, 2023 21:26
-
-
Save benwbrum/c669baaaafab349630faf4c5bbf9deed to your computer and use it in GitHub Desktop.
Mock-up of a v3 manifest supporting AV for the Internet Archive
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://gist.githubusercontent.com/benwbrum/c669baaaafab349630faf4c5bbf9deed/raw/9a9b6eb126d4f49df49ea85416390dbd886eec01/ia_av_mockup_manifest.json", | |
"type":"Manifest", | |
"label":{ | |
"none":[ | |
"Cylinder 26 - Flanders Ballad Collection IRENE" | |
] | |
}, | |
"homepage":[ | |
{ | |
"id":"https://archive.org/details/hhfbc-cyl26", | |
"type":"Text", | |
"label":{ | |
"en":[ | |
"Item Page on Internet Archive" | |
] | |
}, | |
"format":"text/html" | |
} | |
], | |
"provider":[ | |
{ | |
"id":"https://archive.org", | |
"type":"Agent", | |
"label":{ | |
"en":[ | |
"The Internet Archive" | |
] | |
} | |
} | |
], | |
"rights": "http://creativecommons.org/licenses/by/4.0/legalcode", | |
"summary":{ | |
"none":[ | |
"Box 3, Cylinder 26 of the \u003ca href=\"http://go.middlebury.edu/flanders/\" rel=\"nofollow\"\u003eHelen Hartness Flanders Ballad Collection\u003c/a\u003e at Middlebury College Special Collections \u0026 Archives, digitized from the original phonograph cylinder using IRENE optical scanning.\u003cbr /\u003e\u003cbr /\u003eContents (by label):\u003cbr /\u003e\u003cul\u003e\u003cli\u003e\"Lord Bateman\" performed by Orlon Merrill of Charlestown, NH\u003c/li\u003e\u003cli\u003e\"Barbara Allen\" performed by Orlon Merrill of Charlestown, NH\u003c/li\u003e\u003cli\u003e\"Lord Banner\" performed by Elwin Burditt of Springfield, VT\u003c/li\u003e\u003c/ul\u003e" | |
] | |
}, | |
"metadata":[ | |
{ | |
"label":{ | |
"none":[ | |
"Identifier" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"hhfbc-cyl26" | |
] | |
} | |
}, | |
{ | |
"label":{ | |
"none":[ | |
"Contributor" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"Orlon Merrill; Elwin Burditt" | |
] | |
} | |
}, | |
{ | |
"label":{ | |
"none":[ | |
"Creator" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"Flanders, Helen Hartness, 1890-1973" | |
] | |
} | |
}, | |
{ | |
"label":{ | |
"none":[ | |
"Date" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"1931" | |
] | |
} | |
}, | |
{ | |
"label":{ | |
"none":[ | |
"Mediatype" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"audio" | |
] | |
} | |
}, | |
{ | |
"label":{ | |
"none":[ | |
"Rights" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"For questions or information about duplication, licensing, or copyright status for this item, please contact Special Collections, Middlebury College Library at [email protected]" | |
] | |
} | |
}, | |
{ | |
"label":{ | |
"none":[ | |
"Subject" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"Helen Hartness Flanders", | |
"Ballads", | |
"Folksongs", | |
"Folk music", | |
"New England", | |
"Field recordings", | |
"Ethnography", | |
"Wax cylinders", | |
"IRENE scans" | |
] | |
} | |
}, | |
{ | |
"label":{ | |
"none":[ | |
"Backup Location" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"ia905508_6" | |
] | |
} | |
}, | |
{ | |
"label":{ | |
"none":[ | |
"Notes" | |
] | |
}, | |
"value":{ | |
"none":[ | |
"Our collections and catalog records may contain offensive or harmful language and content that may be difficult to view. To learn more, read our \u003ca href=\"https://www.middlebury.edu/library/special-collections/collections\" rel=\"nofollow\"\u003e statement on language in archival and library catalogs.\u003c/a\u003e" | |
] | |
} | |
} | |
], | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-1-Clean/canvas", | |
"type":"Canvas", | |
"duration":7.87, | |
"label":{ | |
"none":[ | |
"Band 1 Clean" | |
] | |
}, | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-1-Clean/page", | |
"type":"AnnotationPage", | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-1-Clean/annotation", | |
"type":"Annotation", | |
"motivation":"painting", | |
"target":"https://iiif.archive.org/hhfbc-cyl26/Band-1-Clean/canvas", | |
"body":{ | |
"type":"Choice", | |
"items":[ | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%201%20Clean.mp3", | |
"duration":7.87, | |
"type":"Audio", | |
"format":"audio/mp3", | |
"label":{ | |
"none":[ | |
"VBR MP3" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%201%20Clean.ogg", | |
"duration":7.87, | |
"type":"Audio", | |
"format":"audio/ogg", | |
"label":{ | |
"none":[ | |
"Ogg Vorbis" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%201%20Clean.flac", | |
"duration":7.87, | |
"type":"Audio", | |
"format":"audio/flac", | |
"label":{ | |
"none":[ | |
"Flac" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%201%20Clean.wav", | |
"duration":7.87, | |
"type":"Audio", | |
"format":"audio/wav", | |
"label":{ | |
"none":[ | |
"WAVE" | |
] | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
], | |
"seeAlso":[ | |
{ | |
"label":{ | |
"none":[ | |
"Columbia Peaks" | |
] | |
}, | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%201%20Clean.afpk", | |
"profile":"https://filext.com/file-extension/AFPK", | |
"type":"Acoustic Fingerprint" | |
} | |
] | |
}, | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-2-Clean/canvas", | |
"type":"Canvas", | |
"duration":25.49, | |
"label":{ | |
"none":[ | |
"Band 2 Clean" | |
] | |
}, | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-2-Clean/page", | |
"type":"AnnotationPage", | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-2-Clean/annotation", | |
"type":"Annotation", | |
"motivation":"painting", | |
"target":"https://iiif.archive.org/hhfbc-cyl26/Band-2-Clean/canvas", | |
"body":{ | |
"type":"Choice", | |
"items":[ | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%202%20Clean.mp3", | |
"duration":25.49, | |
"type":"Audio", | |
"format":"audio/mp3", | |
"label":{ | |
"none":[ | |
"VBR MP3" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%202%20Clean.ogg", | |
"duration":25.49, | |
"type":"Audio", | |
"format":"audio/ogg", | |
"label":{ | |
"none":[ | |
"Ogg Vorbis" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%202%20Clean.flac", | |
"duration":25.49, | |
"type":"Audio", | |
"format":"audio/flac", | |
"label":{ | |
"none":[ | |
"Flac" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%202%20Clean.wav", | |
"duration":25.49, | |
"type":"Audio", | |
"format":"audio/wav", | |
"label":{ | |
"none":[ | |
"WAVE" | |
] | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
], | |
"seeAlso":[ | |
{ | |
"label":{ | |
"none":[ | |
"Columbia Peaks" | |
] | |
}, | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%202%20Clean.afpk", | |
"profile":"https://filext.com/file-extension/AFPK", | |
"type":"Acoustic Fingerprint" | |
} | |
] | |
}, | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-3-Clean/canvas", | |
"type":"Canvas", | |
"duration":20.99, | |
"label":{ | |
"none":[ | |
"Band 3 Clean" | |
] | |
}, | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-3-Clean/page", | |
"type":"AnnotationPage", | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-3-Clean/annotation", | |
"type":"Annotation", | |
"motivation":"painting", | |
"target":"https://iiif.archive.org/hhfbc-cyl26/Band-3-Clean/canvas", | |
"body":{ | |
"type":"Choice", | |
"items":[ | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%203%20Clean.mp3", | |
"duration":20.99, | |
"type":"Audio", | |
"format":"audio/mp3", | |
"label":{ | |
"none":[ | |
"VBR MP3" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%203%20Clean.ogg", | |
"duration":20.99, | |
"type":"Audio", | |
"format":"audio/ogg", | |
"label":{ | |
"none":[ | |
"Ogg Vorbis" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%203%20Clean.flac", | |
"duration":20.99, | |
"type":"Audio", | |
"format":"audio/flac", | |
"label":{ | |
"none":[ | |
"Flac" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%203%20Clean.wav", | |
"duration":20.99, | |
"type":"Audio", | |
"format":"audio/wav", | |
"label":{ | |
"none":[ | |
"WAVE" | |
] | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
], | |
"seeAlso":[ | |
{ | |
"label":{ | |
"none":[ | |
"Columbia Peaks" | |
] | |
}, | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%203%20Clean.afpk", | |
"profile":"https://filext.com/file-extension/AFPK", | |
"type":"Acoustic Fingerprint" | |
} | |
] | |
}, | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-4-Clean/canvas", | |
"type":"Canvas", | |
"duration":74.49, | |
"label":{ | |
"none":[ | |
"Band 4 Clean" | |
] | |
}, | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-4-Clean/page", | |
"type":"AnnotationPage", | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-4-Clean/annotation", | |
"type":"Annotation", | |
"motivation":"painting", | |
"target":"https://iiif.archive.org/hhfbc-cyl26/Band-4-Clean/canvas", | |
"body":{ | |
"type":"Choice", | |
"items":[ | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%204%20Clean.mp3", | |
"duration":74.49, | |
"type":"Audio", | |
"format":"audio/mp3", | |
"label":{ | |
"none":[ | |
"VBR MP3" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%204%20Clean.ogg", | |
"duration":74.49, | |
"type":"Audio", | |
"format":"audio/ogg", | |
"label":{ | |
"none":[ | |
"Ogg Vorbis" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%204%20Clean.flac", | |
"duration":74.49, | |
"type":"Audio", | |
"format":"audio/flac", | |
"label":{ | |
"none":[ | |
"Flac" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%204%20Clean.wav", | |
"duration":74.49, | |
"type":"Audio", | |
"format":"audio/wav", | |
"label":{ | |
"none":[ | |
"WAVE" | |
] | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
], | |
"seeAlso":[ | |
{ | |
"label":{ | |
"none":[ | |
"Columbia Peaks" | |
] | |
}, | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%204%20Clean.afpk", | |
"profile":"https://filext.com/file-extension/AFPK", | |
"type":"Acoustic Fingerprint" | |
} | |
] | |
}, | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-5-Clean/canvas", | |
"type":"Canvas", | |
"duration":94.54, | |
"label":{ | |
"none":[ | |
"Band 5 Clean" | |
] | |
}, | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-5-Clean/page", | |
"type":"AnnotationPage", | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-5-Clean/annotation", | |
"type":"Annotation", | |
"motivation":"painting", | |
"target":"https://iiif.archive.org/hhfbc-cyl26/Band-5-Clean/canvas", | |
"body":{ | |
"type":"Choice", | |
"items":[ | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%205%20Clean.mp3", | |
"duration":94.54, | |
"type":"Audio", | |
"format":"audio/mp3", | |
"label":{ | |
"none":[ | |
"VBR MP3" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%205%20Clean.ogg", | |
"duration":94.54, | |
"type":"Audio", | |
"format":"audio/ogg", | |
"label":{ | |
"none":[ | |
"Ogg Vorbis" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%205%20Clean.flac", | |
"duration":94.54, | |
"type":"Audio", | |
"format":"audio/flac", | |
"label":{ | |
"none":[ | |
"Flac" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%205%20Clean.wav", | |
"duration":94.54, | |
"type":"Audio", | |
"format":"audio/wav", | |
"label":{ | |
"none":[ | |
"WAVE" | |
] | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
], | |
"seeAlso":[ | |
{ | |
"label":{ | |
"none":[ | |
"Columbia Peaks" | |
] | |
}, | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%205%20Clean.afpk", | |
"profile":"https://filext.com/file-extension/AFPK", | |
"type":"Acoustic Fingerprint" | |
} | |
] | |
}, | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-6-Clean/canvas", | |
"type":"Canvas", | |
"duration":62.8, | |
"label":{ | |
"none":[ | |
"Band 6 Clean" | |
] | |
}, | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-6-Clean/page", | |
"type":"AnnotationPage", | |
"items":[ | |
{ | |
"id":"https://iiif.archive.org/hhfbc-cyl26/Band-6-Clean/annotation", | |
"type":"Annotation", | |
"motivation":"painting", | |
"target":"https://iiif.archive.org/hhfbc-cyl26/Band-6-Clean/canvas", | |
"body":{ | |
"type":"Choice", | |
"items":[ | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%206%20Clean.mp3", | |
"duration":62.8, | |
"type":"Audio", | |
"format":"audio/mp3", | |
"label":{ | |
"none":[ | |
"VBR MP3" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%206%20Clean.ogg", | |
"duration":62.8, | |
"type":"Audio", | |
"format":"audio/ogg", | |
"label":{ | |
"none":[ | |
"Ogg Vorbis" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%206%20Clean.flac", | |
"duration":62.8, | |
"type":"Audio", | |
"format":"audio/flac", | |
"label":{ | |
"none":[ | |
"Flac" | |
] | |
} | |
}, | |
{ | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%206%20Clean.wav", | |
"duration":62.8, | |
"type":"Audio", | |
"format":"audio/wav", | |
"label":{ | |
"none":[ | |
"WAVE" | |
] | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
], | |
"seeAlso":[ | |
{ | |
"label":{ | |
"none":[ | |
"Columbia Peaks" | |
] | |
}, | |
"id":"https://archive.org/download/hhfbc-cyl26/Band%206%20Clean.afpk", | |
"profile":"https://filext.com/file-extension/AFPK", | |
"type":"Acoustic Fingerprint" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment