{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/uc08_image_annotation.json",
    "type": "Manifest",
    "label": {
        "en": [
            "Use case 8: Comment on feature of a painting"
        ]
    },
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc08/canvas/1",
            "type": "Canvas",
            "width": 4032,
            "height": 3024,
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/uc08/page/1",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc08/anno/1",
                            "type": "Annotation",
                            "motivation": [
                                "painting"
                            ],
                            "body": {
                                "id": "https://fixtures.iiif.io/images/Glen/photos/gottingen.jpg",
                                "type": "Image",
                                "format": "image/jpeg"
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc08/canvas/1",
                                "type": "Canvas"
                            }
                        },
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc08/anno/2",
                            "type": "Annotation",
                            "motivation": [
                                "commenting"
                            ],
                            "body": {
                                "type": "TextualBody",
                                "language": [ "en" ],
                                "format": "text/plain",
                                "value": "This is the Goose Girl fountain in Göttingen, Germany."
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc08/canvas/1/specificResource/1",
                                "type": "SpecificResource",
                                "source": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc08/canvas/1",
                                    "type": "Canvas"
                                },
                                "selector": [
                                    {
                                        "id": "https://iiif.io/api/presentation/4.0/example/uc08/anno/2/selector/1",
                                        "type": "SvgSelector",
                                        "value": "<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M270.000000,1900.000000 L1530.000000,1900.000000 L1530.000000,1610.000000 L1315.000000,1300.000000 L1200.000000,986.000000 L904.000000,661.000000 L600.000000,986.000000 L500.000000,1300.000000 L270,1630 L270.000000,1900.000000' /></g></svg>"
                                    }
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    ]
}