{
  "@context": "http://iiif.io/api/presentation/4/context.json",
  "id": "https://example.org/iiif/3d/3d_scene.json",
  "type": "Manifest",
  "label": {
    "en": [
      "Single Model with Multilingual Comment Annotations"
    ],
    "es": [
      ""
    ]
  },
  "summary": {
    "en": [
      "Viewer should render the model at the scene origin and two multilingual comment annotations, one targeting a point near the astronaut's glove and the other targeting a point near the astronaut's helmet."
    ]
  },
  "items": [
    {
      "id": "https://example.org/iiif/scene1",
      "type": "Scene",
      "label": {
        "en": [
          "Single Model with Comment Annotations"
        ]
      },
      "spatialScale": {
        "type": "Quantity",
        "quantityValue": 1,
        "unit": "m"
      },
      "backgroundColor": "#33404d",
      "items": [
        {
          "id": "https://example.org/iiif/scene1/page/p1/1",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://example.org/iiif/3d/anno1",
              "type": "Annotation",
              "motivation": [
                "painting"
              ],
              "body": {
                "type": "SpecificResource",
                "id": "https://example.org/iiif/3d/anno1/body",
                "source": {
                  "type": "ImageBasedLight",
                  "label": {
                    "en": [
                      "Environment"
                    ]
                  },
                  "intensity": {
                    "type": "Quantity",
                    "quantityValue": 1,
                    "unit": "relative"
                  },
                  "environmentMap": {
                    "id": "https://cdn.jsdelivr.net/gh/smithsonian/dpo-voyager@latest/assets/studio_small_08_1k.hdr",
                    "type": "Image",
                    "profile": "equirectangular",
                    "format": "image/vnd.radiance"
                  }
                }
              },
              "target": {
                "type": "SpecificResource",
                "id": "https://example.org/iiif/3d/anno1/target",
                "source": {
                  "id": "https://example.org/iiif/scene1",
                  "type": "Scene"
                }
              }
            },
            {
              "id": "https://example.org/iiif/3d/anno2",
              "type": "Annotation",
              "motivation": [
                "painting"
              ],
              "body": {
                "type": "SpecificResource",
                "id": "https://example.org/iiif/3d/anno2/body",
                "source": {
                  "id": "https://raw.githubusercontent.com/IIIF/3d/main/assets/astronaut/astronaut.glb",
                  "type": "Model",
                  "label": {
                    "en": [
                      "Astronaut"
                    ]
                  },
                  "format": "model/gltf-binary"
                }
              },
              "target": {
                "type": "SpecificResource",
                "id": "https://example.org/iiif/3d/anno2/target",
                "source": {
                  "id": "https://example.org/iiif/scene1",
                  "type": "Scene"
                }
              }
            }
          ]
        }
      ],
      "annotations": [
        {
          "id": "https://example.org/iiif/scene1/page/p2/1",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://example.org/iiif/3d/anno3",
              "type": "Annotation",
              "motivation": [
                "commenting"
              ],
              "body": {
                "id": "https://example.org/iiif/3d/anno3/body",
                "type": "List",
                "items": [
                  {
                    "type": "Choice",
                    "items": [
                      {
                        "type": "TextualBody",
                        "value": "Glove",
                        "language": [
                          "en"
                        ],
                        "format": "text/plain",
                        "position": {
                          "type": "SpecificResource",
                          "source": {
                            "id": "https://example.org/iiif/scene1",
                            "type": "Scene"
                          },
                          "selector": [
                            {
                              "type": "PointSelector",
                              "x": 1.075491,
                              "y": 1.894866,
                              "z": 0.204093
                            }
                          ]
                        }
                      },
                      {
                        "type": "TextualBody",
                        "value": "Guante",
                        "language": [
                          "es"
                        ],
                        "format": "text/plain"
                      }
                    ]
                  }
                ]
              },
              "target": {
                "type": "SpecificResource",
                "source": {
                  "id": "https://example.org/iiif/scene1",
                  "type": "Scene"
                },
                "selector": [
                  {
                    "type": "PointSelector",
                    "x": 1.075,
                    "y": 1.894,
                    "z": 0.204
                  }
                ],
                "id": "https://example.org/iiif/3d/anno2/target"
              }
            },
            {
              "id": "https://example.org/iiif/3d/anno4",
              "type": "Annotation",
              "motivation": [
                "commenting"
              ],
              "body": {
                "id": "https://example.org/iiif/3d/anno4/body",
                "type": "List",
                "items": [
                  {
                    "type": "Choice",
                    "items": [
                      {
                        "type": "TextualBody",
                        "value": "Helmet",
                        "language": [
                          "en"
                        ],
                        "format": "text/plain",
                        "position": {
                          "type": "SpecificResource",
                          "source": {
                            "id": "https://example.org/iiif/scene1",
                            "type": "Scene"
                          },
                          "selector": [
                            {
                              "type": "PointSelector",
                              "x": 0.006002,
                              "y": 3.49898,
                              "z": 0.703197
                            }
                          ]
                        }
                      },
                      {
                        "type": "TextualBody",
                        "value": "Casco",
                        "language": [
                          "es"
                        ],
                        "format": "text/plain"
                      }
                    ]
                  }
                ]
              },
              "target": {
                "type": "SpecificResource",
                "source": {
                  "id": "https://example.org/iiif/scene1",
                  "type": "Scene"
                },
                "selector": [
                  {
                    "type": "PointSelector",
                    "x": 0.006,
                    "y": 3.498,
                    "z": 0.703
                  }
                ],
                "id": "https://example.org/iiif/3d/anno2/target"
              }
            }
          ]
        }
      ]
    }
  ]
}