-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding specific support for accompanyingCanvas and placeholderCanvas
- Loading branch information
1 parent
576db28
commit a903b38
Showing
4 changed files
with
278 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"@context": "http://iiif.io/api/presentation/3/context.json", | ||
"id": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/manifest.json", | ||
"type": "Manifest", | ||
"label": { | ||
"en": [ | ||
"Partial audio recording of Gustav Mahler's _Symphony No. 3_" | ||
] | ||
}, | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/canvas/p1", | ||
"type": "Canvas", | ||
"label": { | ||
"en": [ | ||
"Gustav Mahler, Symphony No. 3, CD 1" | ||
] | ||
}, | ||
"duration": 1985.024, | ||
"accompanyingCanvas": { | ||
"id": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/canvas/accompanying", | ||
"type": "Canvas", | ||
"label": { | ||
"en": [ | ||
"First page of score for Gustav Mahler, Symphony No. 3" | ||
] | ||
}, | ||
"height": 998, | ||
"width": 772, | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/canvas/accompanying/annotation/page", | ||
"type": "AnnotationPage", | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/canvas/accompanying/annotation/image", | ||
"type": "Annotation", | ||
"motivation": "painting", | ||
"body": { | ||
"id": "https://iiif.io/api/image/3.0/example/reference/4b45bba3ea612ee46f5371ce84dbcd89-mahler-0/full/,998/0/default.jpg", | ||
"type": "Image", | ||
"format": "image/jpeg", | ||
"height": 998, | ||
"width": 772, | ||
"service": [ | ||
{ | ||
"id": "https://iiif.io/api/image/3.0/example/reference/4b45bba3ea612ee46f5371ce84dbcd89-mahler-0", | ||
"type": "ImageService3", | ||
"profile": "level1" | ||
} | ||
] | ||
}, | ||
"target": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/canvas/accompanying" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/canvas/page/p1", | ||
"type": "AnnotationPage", | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/canvas/page/annotation/segment1-audio", | ||
"type": "Annotation", | ||
"motivation": "painting", | ||
"body": { | ||
"id": "https://fixtures.iiif.io/audio/indiana/mahler-symphony-3/CD1/medium/128Kbps.mp4", | ||
"type": "Sound", | ||
"duration": 1985.024, | ||
"format": "video/mp4" | ||
}, | ||
"target": "https://iiif.io/api/cookbook/recipe/0014-accompanyingcanvas/canvas/page/p1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"@context": "http://iiif.io/api/presentation/3/context.json", | ||
"id": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/manifest.json", | ||
"type": "Manifest", | ||
"label": { | ||
"en": [ | ||
"Video recording of Donizetti's _The Elixer of Love_" | ||
] | ||
}, | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/canvas/donizetti", | ||
"type": "Canvas", | ||
"duration": 7278.466, | ||
"width": 640, | ||
"height": 360, | ||
"placeholderCanvas": { | ||
"id": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/canvas/donizetti/placeholder", | ||
"type": "Canvas", | ||
"width": 640, | ||
"height": 360, | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/canvas/donizetti/placeholder/1", | ||
"type": "AnnotationPage", | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/canvas/donizetti/placeholder/1-image", | ||
"type": "Annotation", | ||
"motivation": "painting", | ||
"body": { | ||
"id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/act1-thumbnail.png", | ||
"type": "Image", | ||
"format": "image/png", | ||
"width": 640, | ||
"height": 360 | ||
}, | ||
"target": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/canvas/donizetti/placeholder" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/donizetti/1", | ||
"type": "AnnotationPage", | ||
"items": [ | ||
{ | ||
"id": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/donizetti/1-video", | ||
"type": "Annotation", | ||
"motivation": "painting", | ||
"body": { | ||
"id": "https://fixtures.iiif.io/video/indiana/donizetti-elixir/vae0637_accessH264_low.mp4", | ||
"type": "Video", | ||
"duration": 7278.466, | ||
"width": 640, | ||
"height": 360, | ||
"format": "video/mp4" | ||
}, | ||
"target": "https://iiif.io/api/cookbook/recipe/0013-placeholderCanvas/canvas/donizetti" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters