{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/uc04_annotations.json",
    "type": "AnnotationPage",
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc04_annotations/a1",
            "type": "Annotation",
            "motivation": [ "supplementing" ],
            "body": {
                "id": "https://iiif.io/api/presentation/4.0/example/uc04_annotations/text/1",
                "type": "TextualBody",
                "language": [ "de" ],
                "format": "text/plain",
                "value": "Hast du etwas Zeit für mich?"
            },
            "target": {
                "id":"https://iiif.io/api/presentation/4.0/example/uc04_audio/timeline/t1#t=8,10",
                "type": "Timeline"
            }
        }
    ]
}