From 6fa911ef0ce6a645f2df616455a0191ec92900ee Mon Sep 17 00:00:00 2001 From: Mat Jordan Date: Wed, 1 Nov 2023 19:39:05 -0400 Subject: [PATCH] Refine includes to cover referenced Manifests. --- recipe/0032-collection/index.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/recipe/0032-collection/index.md b/recipe/0032-collection/index.md index d845a5e7a..04a065135 100644 --- a/recipe/0032-collection/index.md +++ b/recipe/0032-collection/index.md @@ -39,12 +39,26 @@ None known. ## Example -This example IIIF Collection represents an organization’s collection of paintings by the American painter Winslow Homer, which includes two distinct artworks: The _Gulf Stream_ and _Northeaster_. Each painting is represented within the Collection as a IIIF Manifest, identified by a URI as its `id`, a `type` property of 'Manifest,' and a corresponding `label`. +This example IIIF Collection represents an organization’s collection of paintings by the American painter Winslow Homer, which includes two distinct artworks: _The Gulf Stream_ and _Northeaster_. Each painting is represented within the Collection as a IIIF Manifest, identified by a URI as its `id`, a `type` property, and the corresponding title as the `label`. + +**Example Collection** {% include manifest_links.html viewers="UV, Mirador, Annona, Clover" manifest="collection.json" %} {% include jsonviewer.html src="collection.json" %} +**Example Manifest for _The Gulf Stream_** + +{% include manifest_links.html viewers="UV, Mirador, Annona, Clover" manifest="manifest-01.json" %} + +{% include jsonviewer.html src="manifest-01.json" %} + +**Example Manifest for _Northeaster_** + +{% include manifest_links.html viewers="UV, Mirador, Annona, Clover" manifest="manifest-02.json" %} + +{% include jsonviewer.html src="manifest-02.json" %} + # Related recipes * [Multi Volume][0030]