{
  "@context": "http://iiif.io/api/presentation/4/context.json",
  "id": "https://example.org/iiif/3d/whale_comment_activating_annotation.json",
  "type": "Manifest",
  "label": { "en": ["Whale Cranium and Mandible with Dynamic Commenting Annotations and Custom Per-Anno Views"] },
  "summary": { "en": ["Description TBA"] },
  "items": [
    {
      "id": "https://example.org/iiif/scene1",
      "type": "Scene",
      "label": { "en": ["A Scene Containing a Whale Cranium and Mandible"] },
      "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": {
                "id": "https://raw.githubusercontent.com/IIIF/3d/main/assets/whale/whale_mandible.glb",
                "type": "Model",
                "format": "model/gltf-binary"
              },
              "target": {
                "id": "https://example.org/iiif/3d/anno1/target",
                "type": "SpecificResource",
                "source": {
                  "id": "https://example.org/iiif/scene1",
                  "type": "Scene"
                },
                "selector": [
                  {
                    "type": "PointSelector",
                    "x": 0.0,
                    "y": 0.03,
                    "z": 0.05
                  }
                ]
              }
            },
            {
              "id": "https://example.org/iiif/3d/anno2",
              "type": "Annotation",
              "motivation": ["painting"],
              "body": {
                "id": "https://raw.githubusercontent.com/IIIF/3d/main/assets/whale/whale_cranium.glb",
                "type": "Model",
                "format": "model/gltf-binary"
              },
              "target": {
                "id": "https://example.org/iiif/3d/anno2/target",
                "type": "SpecificResource",
                "source": {
                  "id": "https://example.org/iiif/scene1",
                  "type": "Scene"
                },
                "selector": [
                  {
                    "type": "PointSelector",
                    "x": 0.0,
                    "y": 0.18,
                    "z": 0.0
                  }
                ]
              }
            },
            {
              "id": "https://example.org/iiif/3d/anno8",
              "type": "Annotation",
              "motivation": ["painting"],
              "behavior": ["hidden"],
              "body": {
                "id": "https://example.org/iiif/3d/anno8/body",
                "type": "SpecificResource",
                "source": {
                  "id": "https://example.org/iiif/3d/cameras/mandibular-tooth",
                  "type": "PerspectiveCamera",
                  "label": {"en": ["Perspective Camera Pointed At Front of Cranium and Mandible"]},
                  "fieldOfView": 50.0,
                  "near": 0.10,
                  "far": 2000.0
                }
              },
              "target": {
                "id": "https://example.org/iiif/3d/anno8/target",
                "type": "SpecificResource",
                "source": {
                  "id": "https://example.org/iiif/scene1",
                  "type": "Scene"
                },
                "selector": [
                  {
                    "type": "PointSelector",
                    "x": 0.0,
                    "y": 0.15,
                    "z": 0.75
                  }
                ]
              }
            },
            {
              "id": "https://example.org/iiif/3d/anno6",
              "type": "Annotation",
              "motivation": ["painting"],
              "behavior": ["hidden"],
              "body": {
                "id": "https://example.org/iiif/3d/anno6/body",
                "type": "SpecificResource",
                "source": {
                  "id": "https://example.org/iiif/3d/cameras/hamulus",
                  "type": "PerspectiveCamera",
                  "label": {"en": ["Perspective Camera Pointed At Pterygoid Hamulus"]},
                  "fieldOfView": 50.0,
                  "near": 0.10,
                  "far": 2000.0
                },
                "transform": [
                  {
                    "type": "RotateTransform",
                    "x": -15.0,
                    "y": 215.0,
                    "z": 0.0
                  }
                ]
              },
              "target": {
                "id": "https://example.org/iiif/3d/anno6/target",
                "type": "SpecificResource",
                "source": {
                  "id": "https://example.org/iiif/scene1",
                  "type": "Scene"
                },
                "selector": [
                  {
                    "type": "PointSelector",
                    "x": -0.25,
                    "y": 0.0,
                    "z": -0.5
                  }
                ]
              }
            }
          ]
        }
      ]
    }
  ],
  "annotations": [
    {
      "id": "https://example.org/iiif/scene1/page/p1/annotations/1",
      "type": "AnnotationPage",
      "items": [
        {
          "id": "https://example.org/iiif/3d/anno7",
          "type": "Annotation",
          "motivation": ["commenting"],
          "body": {
            "type": "TextualBody",
            "value": "Mandibular tooth"
          },
          "target": {
            "id": "https://example.org/iiif/3d/anno7/target",
            "type": "SpecificResource",
            "source": {
              "id": "https://example.org/iiif/scene1",
              "type": "Scene"
            },
            "selector": [
              {
                "type": "PointSelector",
                "x": 0.011,
                "y": 0.069,
                "z": 0.231
              }
            ]
          }
        },
        {
          "id": "https://example.org/iiif/3d/anno5",
          "type": "Annotation",
          "motivation": ["commenting"],
          "body": {
            "type": "TextualBody",
            "value": "Right pterygoid hamulus"
          },
          "target": {
            "id": "https://example.org/iiif/3d/anno5/target",
            "type": "SpecificResource",
            "source": {
              "id": "https://example.org/iiif/scene1",
              "type": "Scene"
            },
            "selector": [
              {
                "type": "PointSelector",
                "x": 0.040,
                "y": 0.063,
                "z": -0.066
              }
            ]
          }
        },
        {
          "id": "https://example.org/iiif/3d/activating/tooth",
          "type": "Annotation",
          "motivation": ["activating"],
          "target": {
            "id": "https://example.org/iiif/3d/anno7",
            "type": "Annotation"
          },
          "body": {
            "id": "https://example.org/iiif/3d/activating/tooth/body",
            "type": "SpecificResource",
            "source": {
              "id": "https://example.org/iiif/3d/anno8",
              "type": "Annotation"
            },
            "action": ["show", "enable", "select"]
          }
        },
        {
          "id": "https://example.org/iiif/3d/activating/hamulus",
          "type": "Annotation",
          "motivation": ["activating"],
          "target": {
            "id": "https://example.org/iiif/3d/anno5",
            "type": "Annotation"
          },
          "body": {
            "id": "https://example.org/iiif/3d/activating/hamulus/body",
            "type": "SpecificResource",
            "source": {
              "id": "https://example.org/iiif/3d/anno6",
              "type": "Annotation"
            },
            "action": ["show", "enable", "select"]
          }
        }
      ]
    }
  ]
}
