Last active
September 19, 2018 15:05
-
-
Save irv/2284fac923832745f744046da554839f to your computer and use it in GitHub Desktop.
podcast.json
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://www.w3.org/ns/anno.jsonld", | |
"http://iiif.io/api/presentation/3/context.json" | |
], | |
"id": "https://example.org/podcast/manifest.json", | |
"type": "Manifest", | |
"items": [ | |
{ | |
"items": [ | |
{ | |
"id": "https://example.org/podcast/anno", | |
"annotations":[ | |
{ | |
"id":"https://gist.githubusercontent.com/irv/53018b335e190b63430a481df9e505fa/raw/fe7fcbf38097286f485d31115e3908c6fe97633a/fulltext_annotations.json", | |
"type": "AnnotationPage" | |
} | |
], | |
"items": [ | |
{ | |
"body": [ | |
{ | |
"items": [ | |
{ | |
"format": "audio/wma", | |
"id": "https://s3.amazonaws.com/xn--cckb1i8d.trint.com/56f47cd011c1cee36ab52f0f/3393693827351/b9c2a4f4-77df-4532-a201-86b91b14a842/w5auDAFtSXCzgCWqWvPgTQ.m4a", | |
"type": "Audio" | |
} | |
], | |
"type": "Choice" | |
} | |
], | |
"id": "https://example.org/podcast/anno/1/", | |
"motivation": "painting", | |
"target": "https://example.org/podcast/canvas", | |
"timeMode": "trim", | |
"type": "Annotation" | |
} | |
], | |
"type": "AnnotationPage" | |
} | |
], | |
"duration": 917, | |
"id": "https://example.org/podcast/canvas", | |
"label": "Podcast", | |
"type": "Canvas" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment