{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/uc06_canvas_in_scene.json",
    "type": "Manifest",
    "label": { "en": [ "Chess Pieces with Chessboard Canvas" ] },
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/canvas-scene",
            "type": "Scene",
            "label": { "en": [ "Chess Pieces with Chessboard Canvas" ] },
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/canvas-scene/page/1",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/canvas-scene/anno/1",
                            "type": "Annotation",
                            "motivation": [ "painting" ],
                            "body": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
                                "type": "Scene"
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/canvas-scene",
                                "type": "Scene"
                            }
                        },
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/canvas-scene/anno/2",
                            "type": "Annotation",
                            "motivation": [ "painting" ],
                            "body": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/canvas-scene/anno/2/specificResource/1",
                                "type": "SpecificResource",
                                "source": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/canvas/chessboard",
                                    "type": "Canvas",
                                    "width": 8,
                                    "height": 8,
                                    "items": [
                                        {
                                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/canvas/chessboard/page/1",
                                            "type": "AnnotationPage",
                                            "items": [
                                                {
                                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/canvas/chessboard/anno/1",
                                                    "type": "Annotation",
                                                    "motivation": [ "painting" ],
                                                    "body": {
                                                        "id": "https://fixtures.iiif.io/3d/thomas_flynn/chess/chessboard.png",
                                                        "type": "Image",
                                                        "format": "image/png",
                                                        "width": 1024,
                                                        "height": 1024
                                                    },
                                                    "target": {
                                                        "id": "https://iiif.io/api/presentation/4.0/example/uc06/canvas/chessboard",
                                                        "type": "Canvas"
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                "transform": [
                                    {
                                        "type": "ScaleTransform",
                                        "x": 0.5,
                                        "y": 0.5,
                                        "z": 1.0
                                    },
                                    {
                                        "type": "RotateTransform",
                                        "x": 90.0,
                                        "y": 0.0,
                                        "z": 0.0
                                    }
                                ]
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/canvas-scene/anno/2/specificResource/2",
                                "type": "SpecificResource",
                                "source": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/canvas-scene",
                                    "type": "Scene"
                                },
                                "selector": [
                                    {
                                        "type": "PointSelector",
                                        "x": -4.0,
                                        "y": 0.0,
                                        "z": -4.0
                                    }
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    ]
}
