Skip to content

Instantly share code, notes, and snippets.

@irv
Last active September 19, 2018 15:05
Show Gist options
  • Save irv/2284fac923832745f744046da554839f to your computer and use it in GitHub Desktop.
Save irv/2284fac923832745f744046da554839f to your computer and use it in GitHub Desktop.
podcast.json
{
"@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