diff --git a/manifests/10_content_state/astronaut_comment_scope.json b/manifests/10_content_state/astronaut_comment_scope.json index d802c70..553d262 100644 --- a/manifests/10_content_state/astronaut_comment_scope.json +++ b/manifests/10_content_state/astronaut_comment_scope.json @@ -6,7 +6,7 @@ "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. Each comment annotation has a specific camera position and view specified for it using content state scope for the annotation."] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -23,7 +23,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" } ] } @@ -49,7 +49,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -67,7 +67,7 @@ "type": "Annotation", "motivation": ["contentState"], "target": { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "items": [ { @@ -95,7 +95,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -133,7 +133,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -151,7 +151,7 @@ "type": "Annotation", "motivation": ["contentState"], "target": { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "items": [ { @@ -179,7 +179,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/10_content_state/whale_comment_scope_content_state.json b/manifests/10_content_state/whale_comment_scope_content_state.json index fd0139e..3bc6419 100644 --- a/manifests/10_content_state/whale_comment_scope_content_state.json +++ b/manifests/10_content_state/whale_comment_scope_content_state.json @@ -6,7 +6,7 @@ "summary": { "en": ["Description TBA"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene Containing a Whale Cranium and Mandible"] }, "items": [ @@ -27,7 +27,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -54,7 +54,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/1_basic_model_in_scene/model_origin.json b/manifests/1_basic_model_in_scene/model_origin.json index 0e29e59..fb66956 100644 --- a/manifests/1_basic_model_in_scene/model_origin.json +++ b/manifests/1_basic_model_in_scene/model_origin.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model at the scene origin, and then viewer should add default lighting and camera"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -23,7 +23,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" } ] } diff --git a/manifests/1_basic_model_in_scene/model_origin_bgcolor.json b/manifests/1_basic_model_in_scene/model_origin_bgcolor.json index 601bfa2..5d76030 100644 --- a/manifests/1_basic_model_in_scene/model_origin_bgcolor.json +++ b/manifests/1_basic_model_in_scene/model_origin_bgcolor.json @@ -1,12 +1,12 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/model_origin_bgcolor.json", "type": "Manifest", "label": { "en": ["Single Model with background color"] }, "summary": { "en": ["Viewer should render the model at the origin, with a background color of purple, and then viewer should add default lighting and camera"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "backgroundColor": "#FF00FE", @@ -24,7 +24,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" } ] } diff --git a/manifests/2_cameras/perspective_camera.json b/manifests/2_cameras/perspective_camera.json index 79a7171..e6dfd17 100644 --- a/manifests/2_cameras/perspective_camera.json +++ b/manifests/2_cameras/perspective_camera.json @@ -1,12 +1,12 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/perspective_camera.json", "type": "Manifest", "label": { "en": ["Model with Explicit Perspective Camera"] }, "summary": { "en": ["Viewer should render the model at the scene origin, and the camera at the scene origin facing -Z, then add default lighting"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["Scene with Model and Camera"] }, "items": [ @@ -23,10 +23,10 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" }, { - "id": "https://example.org/iiif/3d/anno1", + "id": "https://example.org/iiif/3d/anno2", "type": "Annotation", "motivation": ["painting"], "body": { @@ -34,7 +34,7 @@ "type": "PerspectiveCamera", "label": {"en": ["Perspective Camera 1"]} }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" } ] } diff --git a/manifests/2_cameras/positioned_camera_lookat_anno.json b/manifests/2_cameras/positioned_camera_lookat_anno.json index c766e20..1cc9d68 100644 --- a/manifests/2_cameras/positioned_camera_lookat_anno.json +++ b/manifests/2_cameras/positioned_camera_lookat_anno.json @@ -1,12 +1,12 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/positioned_camera_lookat_anno.json", "type": "Manifest", "label": { "en": ["Model with Explicit Perspective Camera Looking at an Annotation"] }, "summary": { "en": ["Viewer should render the model at the scene origin with a perspective camera looking in the direction of the Model Annotation, and add default lighting"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["Scene with Model and Camera"] }, @@ -24,7 +24,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" }, { "id": "https://example.org/iiif/3d/anno2", @@ -43,7 +43,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/2_cameras/positioned_camera_lookat_point.json b/manifests/2_cameras/positioned_camera_lookat_point.json index 5cca6f5..acfa45c 100644 --- a/manifests/2_cameras/positioned_camera_lookat_point.json +++ b/manifests/2_cameras/positioned_camera_lookat_point.json @@ -1,12 +1,12 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/positioned_camera_lookat_point.json", "type": "Manifest", "label": { "en": ["Model with Explicit Perspective Camera Looking at a Point"] }, "summary": { "en": ["Viewer should render the model at the scene origin with a perspective camera looking toward the PointSelector coordinates, and add default lighting"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["Scene with a Model and Camera Looking at a Point"] }, @@ -24,7 +24,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" }, { "id": "https://example.org/iiif/3d/anno2", @@ -45,7 +45,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/3_lights/ambient_green_light.json b/manifests/3_lights/ambient_green_light.json index a21093e..aab3df3 100644 --- a/manifests/3_lights/ambient_green_light.json +++ b/manifests/3_lights/ambient_green_light.json @@ -1,12 +1,12 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/ambient_green_light.json", "type": "Manifest", "label": { "en": ["Model with Green AmbientLight"] }, "summary": { "en": ["Viewer should render the model at the scene origin with green AmbientLight, and add default camera"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["Scene with Model and AmbientLight"] }, "items": [ @@ -23,20 +23,20 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" }, { "id": "https://example.org/iiif/3d/anno2", "type": "Annotation", "motivation": ["painting"], "body": { - "id": "https://example.org/iiif/3d/cameras/1", + "id": "https://example.org/iiif/3d/lights/1", "type": "AmbientLight", "label": {"en": ["Ambient Green Light"]}, "color": "#00FF00", "intensity": {"type": "Value", "value": 0.5, "unit": "relative"} }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" } ] } diff --git a/manifests/3_lights/direction_light_lookat_positioned.json b/manifests/3_lights/direction_light_lookat_positioned.json index ae5b41b..f539daf 100644 --- a/manifests/3_lights/direction_light_lookat_positioned.json +++ b/manifests/3_lights/direction_light_lookat_positioned.json @@ -1,12 +1,12 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/direction_light_lookat_positioned.json", "type": "Manifest", "label": { "en": ["Model with DirectionalLight"] }, "summary": { "en": ["Viewer should render the model at the scene origin with a DirectionalLight positioned at the point in the Scene defined by the PointSelector and facing the the Model, then add default camera"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["Scene with Model and DirectionalLight"] }, @@ -24,7 +24,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" }, { "id": "https://example.org/iiif/3d/anno2", @@ -42,7 +42,7 @@ "target": { "type": "SpecificResource", "source": { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" }, "selector": [ diff --git a/manifests/3_lights/direction_light_transform_rotate.json b/manifests/3_lights/direction_light_transform_rotate.json index c9fb7f7..8b3f756 100644 --- a/manifests/3_lights/direction_light_transform_rotate.json +++ b/manifests/3_lights/direction_light_transform_rotate.json @@ -1,12 +1,12 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/direction_light_transform_rotate.json", "type": "Manifest", "label": { "en": ["Model with Rotated DirectionalLight"] }, "summary": { "en": ["Viewer should render the model at the scene origin with a DirectionalLight rotated 30 degrees on the x axis, then add default camera"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["Scene with Model and Rotated DirectionalLight"] }, @@ -24,7 +24,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" }, { "id": "https://example.org/iiif/3d/anno2", @@ -49,7 +49,7 @@ ] }, "target": { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } } diff --git a/manifests/4_transform_and_position/model_position.json b/manifests/4_transform_and_position/model_position.json index 6873159..8652fad 100644 --- a/manifests/4_transform_and_position/model_position.json +++ b/manifests/4_transform_and_position/model_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model at (-1,0,1), and then viewer should add default lighting and camera"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -27,7 +27,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/4_transform_and_position/model_transform_negative_scale_position.json b/manifests/4_transform_and_position/model_transform_negative_scale_position.json index 78eeec4..b3fa8bf 100644 --- a/manifests/4_transform_and_position/model_transform_negative_scale_position.json +++ b/manifests/4_transform_and_position/model_transform_negative_scale_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model twice, once at normal scale and once at normal scale but mirrored. Then the viewer should add default lighting and camera"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -27,7 +27,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -67,7 +67,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/4_transform_and_position/model_transform_rotate_position.json b/manifests/4_transform_and_position/model_transform_rotate_position.json index 5f6a6ec..35d224e 100644 --- a/manifests/4_transform_and_position/model_transform_rotate_position.json +++ b/manifests/4_transform_and_position/model_transform_rotate_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model rotated by 180 degrees around the Y axis"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -40,7 +40,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/4_transform_and_position/model_transform_rotate_translate_position.json b/manifests/4_transform_and_position/model_transform_rotate_translate_position.json index 218409a..2bcdc50 100644 --- a/manifests/4_transform_and_position/model_transform_rotate_translate_position.json +++ b/manifests/4_transform_and_position/model_transform_rotate_translate_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model after rotating by 180 degrees around the Y axis, then translating 1 in X, resulting in him being at 1 in X"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -46,7 +46,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/4_transform_and_position/model_transform_scale_position.json b/manifests/4_transform_and_position/model_transform_scale_position.json index 56ad031..e7821e5 100644 --- a/manifests/4_transform_and_position/model_transform_scale_position.json +++ b/manifests/4_transform_and_position/model_transform_scale_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model twice, once at normal scale and once at double scale after moving in the local coordinate space, and then the viewer should add default lighting and camera. Thus the model will end up at (5,4,4) due to doubling the scale of the local coordinate space."] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -27,7 +27,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -73,7 +73,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/4_transform_and_position/model_transform_scale_translate_position.json b/manifests/4_transform_and_position/model_transform_scale_translate_position.json index 0a83cac..faa9979 100644 --- a/manifests/4_transform_and_position/model_transform_scale_translate_position.json +++ b/manifests/4_transform_and_position/model_transform_scale_translate_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model twice, once at normal scale and once at double scale after moving in the local coordinate space, and then the viewer should add default lighting and camera. Thus the model will end up at (3,2,2) due to doubling the scale of the local coordinate space."] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -27,7 +27,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -73,7 +73,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/4_transform_and_position/model_transform_translate_rotate_position.json b/manifests/4_transform_and_position/model_transform_translate_rotate_position.json index 9bc9897..d09d24d 100644 --- a/manifests/4_transform_and_position/model_transform_translate_rotate_position.json +++ b/manifests/4_transform_and_position/model_transform_translate_rotate_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model after moving 1 in X, then rotating by 180 degrees around the Y axis, resulting in him being at -1 in X"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -46,7 +46,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/4_transform_and_position/model_transform_translate_scale_position.json b/manifests/4_transform_and_position/model_transform_translate_scale_position.json index 079be39..d27706d 100644 --- a/manifests/4_transform_and_position/model_transform_translate_scale_position.json +++ b/manifests/4_transform_and_position/model_transform_translate_scale_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Viewer should render the model twice, once at normal scale and once at double scale, and then the viewer should add default lighting and camera"] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -27,7 +27,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -67,7 +67,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/4_transform_and_position/whale_cranium_and_mandible_position.json b/manifests/4_transform_and_position/whale_cranium_and_mandible_position.json index 2d472f9..d56039a 100644 --- a/manifests/4_transform_and_position/whale_cranium_and_mandible_position.json +++ b/manifests/4_transform_and_position/whale_cranium_and_mandible_position.json @@ -6,7 +6,7 @@ "summary": { "en": ["Renders two 3D models to display a whale skull. Viewer should render the mandible at (0, 0.03, 0.05) and the cranium at (0, 0.18, 0). This should place the cranium and mandible in something approximating anatomical position relative to each other."] }, "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene Containing a Whale Cranium and Mandible"] }, "items": [ @@ -27,7 +27,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -54,7 +54,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], diff --git a/manifests/6_2d_canvases_in_scene/iiif_canvas_with_bgcolor_backward.json b/manifests/6_2d_canvases_in_scene/iiif_canvas_with_bgcolor_backward.json index c2fa461..c599517 100644 --- a/manifests/6_2d_canvases_in_scene/iiif_canvas_with_bgcolor_backward.json +++ b/manifests/6_2d_canvases_in_scene/iiif_canvas_with_bgcolor_backward.json @@ -1,6 +1,6 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/iiif_canvas_with_bgcolor_backward.json", "type": "Manifest", "label": { "en": ["Scene with a Canvas"] }, "summary": { "en": ["..."] }, @@ -11,7 +11,7 @@ "behavior": ["sequence"], "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ] @@ -36,7 +36,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" }, { "id": "https://example.org/iiif/3d/anno2", @@ -77,7 +77,7 @@ "type": "AnnotationPage", "items": [ { - "id": "https://example.org/iiif/3d/anno1", + "id": "https://example.org/iiif/3d/p2/anno1", "type": "Annotation", "motivation": ["painting"], "body": { diff --git a/manifests/6_2d_canvases_in_scene/iiif_canvas_with_bgcolor_forward.json b/manifests/6_2d_canvases_in_scene/iiif_canvas_with_bgcolor_forward.json index c0f0801..64f4a4d 100644 --- a/manifests/6_2d_canvases_in_scene/iiif_canvas_with_bgcolor_forward.json +++ b/manifests/6_2d_canvases_in_scene/iiif_canvas_with_bgcolor_forward.json @@ -1,6 +1,6 @@ { "@context": "http://iiif.io/api/presentation/4/context.json", - "id": "https://example.org/iiif/3d/model_origin.json", + "id": "https://example.org/iiif/3d/iiif_canvas_with_bgcolor_forward.json", "type": "Manifest", "label": { "en": ["Scene with a Canvas"] }, "summary": { "en": ["..."] }, @@ -11,7 +11,7 @@ "behavior": ["sequence"], "items": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ] @@ -36,7 +36,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" }, { "id": "https://example.org/iiif/3d/anno2", @@ -77,7 +77,7 @@ "type": "AnnotationPage", "items": [ { - "id": "https://example.org/iiif/3d/anno1", + "id": "https://example.org/iiif/3d/p2/anno1", "type": "Annotation", "motivation": ["painting"], "body": { diff --git a/manifests/9_commenting_annotations/astronaut_comment.json b/manifests/9_commenting_annotations/astronaut_comment.json index d6acd7a..ca32753 100644 --- a/manifests/9_commenting_annotations/astronaut_comment.json +++ b/manifests/9_commenting_annotations/astronaut_comment.json @@ -6,7 +6,7 @@ "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/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ @@ -23,7 +23,7 @@ "type": "Model", "format": "model/gltf-binary" }, - "target": "https://example.org/iiif/scene1/page/p1/1" + "target": "https://example.org/iiif/scene1" } ] } @@ -42,7 +42,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ], @@ -65,7 +65,7 @@ "type": "SpecificResource", "source": [ { - "id": "https://example.org/iiif/scene1/page/p1/1", + "id": "https://example.org/iiif/scene1", "type": "Scene" } ],