-
Notifications
You must be signed in to change notification settings - Fork 33
First pass of a v4 cookbook #598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Example v3 and v4 recipe: https://preview.iiif.io/cookbook/v4/recipe/0001-mvm-image/ |
|
||
This illustrates the mandatory structure and properties of a manifest, with the simplest possible content. | ||
|
||
The JSON-LD opens with the `@context` declaration, which identifies the terms used in the document as belonging to the IIIF specification. The `id` property identifies this manifest with the URL at which it is available online. The `type` property must be `Manifest`. The `label` property is mandatory, and the language of its value must be given (or the special value `none`), using a [language map][prezi3-languages]. Here the language of the label is English and its value is "Single Image Example". The manifest's `items` property is a list of canvases. In this example there is only one canvas, with a `height` of 1800 and a `width` of 1200. These units have no dimension: they establish a coordinate space that in this case the single image will fill. The canvas's `id` property is used later as the `target` of the annotation that links to the single image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Point to version 4 of the spec: [language map][prezi3-languages]
Initial commit to version control ⚡️
add V4 version of 0003 simplest manifest video
0002 Minimum viable audio v3/v4
Update links.md
@glenrobson I've temporarily fixed the Audio/Video Presentation 4 support in Theseus. (Until the parser has full support for the 3D additions) |
Steps for adding a v4 recipe for example
0001-mvm-image
:0001-mvm-image
calledv4
.0001-mvm-image
to recipe.md0001-mvm-image
to v4v4
to make it work for v4Notes:
v4-viewers
to list v4 supporting recipes