{ "@context": "http://iiif.io/api/presentation/4/context.json", "id": "https://example.org/iiif/3d/astronaut_comment.json", "type": "Manifest", "label": { "en": ["Single Model with Comment Annotations"] }, "summary": { "en": ["Viewer should render the model at the scene origin and two 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": ["A Scene"] }, "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/astronaut/astronaut.glb", "type": "Model", "format": "model/gltf-binary" }, "target": { "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/anno2", "type": "Annotation", "motivation": ["commenting"], "body": { "type": "TextualBody", "value": "Glove" }, "target": { "id": "https://example.org/iiif/3d/anno2/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/anno3", "type": "Annotation", "motivation": ["commenting"], "body": { "type": "TextualBody", "value": "Helmet" }, "target": { "id": "https://example.org/iiif/3d/anno3/target", "type": "SpecificResource", "source": { "id": "https://example.org/iiif/scene1", "type": "Scene" }, "selector": [ { "type": "PointSelector", "x": 0.006, "y": 3.498, "z": 0.703 } ] } } ] } ] } ] }