{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/uc06_scene_in_scene.json",
    "type": "Manifest",
    "label": {
        "en": [
            "Chess Pieces — Scene in Scene"
        ]
    },
    "start": {
        "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent",
        "type": "Scene"
    },
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
            "type": "Scene",
            "label": {
                "en": [
                    "Chess Pawn"
                ]
            },
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1/page/1",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/3d/anno/1",
                            "type": "Annotation",
                            "motivation": [
                                "painting"
                            ],
                            "body": {
                                "id": "https://fixtures.iiif.io/3d/thomas_flynn/chess/Pawn_black.glb",
                                "type": "Model",
                                "format": "model/gltf-binary"
                            },
                            "target": {
                                "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/1",
                                "type": "Scene"
                            }
                        }
                    ]
                }
            ]
        },
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent",
            "type": "Scene",
            "label": {
                "en": [
                    "Chess Pieces — Scene in Scene"
                ]
            },
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent/page/1",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent/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/parent/anno/1/specificResource/1",
                                "type": "SpecificResource",
                                "source": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent",
                                    "type": "Scene"
                                },
                                "selector": [
                                    {
                                        "type": "PointSelector",
                                        "x": -2.0,
                                        "y": 0.0,
                                        "z": 0.0
                                    }
                                ]
                            }
                        },
                        {
                            "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent/anno/2",
                            "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/parent/anno/2/specificResource/1",
                                "type": "SpecificResource",
                                "source": {
                                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent",
                                    "type": "Scene"
                                },
                                "selector": [
                                    {
                                        "type": "PointSelector",
                                        "x": 2.0,
                                        "y": 0.0,
                                        "z": 0.0
                                    }
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    ],
    "structures": [
        {
            "id": "https://iiif.io/api/cookbook/recipe/0027-alternative-page-order/range/r1",
            "type": "Range",
            "label": {
                "en": [
                    "Only the single parent scene should be shown"
                ]
            },
            "behavior": [
                "sequence"
            ],
            "items": [
                {
                    "id": "https://iiif.io/api/presentation/4.0/example/uc06/scene/parent",
                    "type": "Scene",
                    "label": {
                        "en": [
                            "Chess Pieces — Scene in Scene"
                        ]
                    }
                }
            ]
        }
    ]
}