{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio.json",
    "type": "Manifest",
    "label": { "en": [ "Use case 3: 45 single with 2 tracks" ] },
    "behavior": [ "auto-advance" ],
    "accompanyingContainer": {
        "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/accompany/c1",
        "type": "Canvas",
        "label": { "en": [ "Photo of cover sleeve" ] },
        "height": 1024,
        "width": 1024,
        "items": [
            {
                "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/accompany/c1/page",
                "type": "AnnotationPage",
                "items": [
                    {
                        "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/accompany/c1/image",
                        "type": "Annotation",
                        "motivation": [ "painting" ],
                        "body": 
                            {
                                "id": "https://fixtures.iiif.io/audio/mock/99_luftbaloons/mock_cover_image.png",
                                "type": "Image",
                                "format": "image/png",
                                "height": 1024,
                                "width": 1024
                            }
                        ,
                        "target": {
                           "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/accompany/c1",
                           "type": "Canvas"
                        }
                    }
                ]
            }
        ]
    },
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/timeline/t1",
            "type": "Timeline",
            "label": {
                "en": [
                    "Side A: 99 Luftballons"
                ]
            },
            "duration": 98.25,
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/track/tr1",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/annotation/a1",
                            "type": "Annotation",
                            "motivation": [ "painting" ],
                            "body": {
                                "id": "https://fixtures.iiif.io/audio/mock/99_luftbaloons/99_luftballons.mp4",
                                "type": "Audio",
                                "duration": 98.25,
                                "format": "audio/mp4",
                                "language": [ "de" ]
                            },
                            "target": {
                                "id":"https://iiif.io/api/presentation/4.0/example/uc04_audio/timeline/t1",
                                "type":"Timeline"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/timeline/t2",
            "type": "Timeline",
            "label": { "en": [ "Side B: 99 Red Balloons" ] },
            "duration": 58.312,
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/track/tr2",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/annotation/a2",
                            "type": "Annotation",
                            "motivation": [ "painting" ],
                            "body": {
                                "id": "https://fixtures.iiif.io/audio/mock/99_luftbaloons/99_red_balloons.mp4",
                                "type": "Audio",
                                "duration": 58.312,
                                "format": "audio/mp4",
                                "language": [ "en" ]
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc04_audio/timeline/t2",
                                "type": "Timeline"
                            }
                        }
                    ]
                }
            ]
        }
    ],
    "annotations": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc04_annotations.json",
            "type": "AnnotationPage"
        }
    ]
}