Skip to content

Commit

Permalink
change links to the new manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomarchioro committed Dec 6, 2024
1 parent 2be4d55 commit 6e98a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"motivation": ["contentState"],
"target": [
{
"id": "https://iiif.io/api/cookbook/recipe/0318-navPlace-navDate/canvas/2",
"id": "{{ id.path }}/canvas/2",
"type": "Canvas",
"partOf": [
{
"id": "https://iiif.io/api/cookbook/recipe/0318-navPlace-navDate/manifest-2.json",
"id": "{{ id.path }}/manifest-2.json",
"type": "Manifest"
}
]
Expand Down
4 changes: 2 additions & 2 deletions recipe/0540-link-for-opening-multiple-canvases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ We can hence encode the Annotation as explained in the [Content State encoding g

## Restrictions

Note Content State does not define how the viewer should show the two Canvas. It only mentions:
Note: Content State does not define how the viewer should show the two Canvases. It only mentions:

“This data structure can be used by clients to load the resource required, present a particular part of the resource to the user.” https://iiif.io/api/content-state/1.0/#content-state

Viewers may show the Canvases side by side or decide to use different approaches (e.g. opening two browser tabs).
## Example
In this example we want to compare two painting of the Colosseum from two different Manifests.
One of the two Manifest is available at the following [link](manifest.json). We can notice that the Colosseum painting is in the second Canvas. The other Manifest is from another recipe, and can be [accessed here](https://iiif.io/api/cookbook/recipe/0318-navPlace-navDate/manifest-2.json).
We can notice that the Colosseum painting is in the second Canvas.

The Annotation will target the `id` of the two Canvases we want to compare and contain a reference to the two Manifests as shown in the example:

Expand Down

0 comments on commit 6e98a26

Please sign in to comment.