From 42cacb9292f623de6fd27eb2d1c7a1bd589fc634 Mon Sep 17 00:00:00 2001 From: Anna Goslen <37335065+agoslen@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:39:34 -0500 Subject: [PATCH] Adding collection.json --- manifests/collection.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifests/collection.json diff --git a/manifests/collection.json b/manifests/collection.json new file mode 100644 index 0000000..4068105 --- /dev/null +++ b/manifests/collection.json @@ -0,0 +1,13 @@ +{ + "id" : "https://agoslen.github.io/iiif-training/manifests/collection.json", + "label" : { + "en" : [ "All manifests loaded in agoslen/iiif-training project" ] + }, + "type" : "Collection", + "@context" : "http://iiif.io/api/presentation/3/context.json", + "items" : [ { + "@type" : "sc:Manifest", + "@id" : "https://agoslen.github.io/iiif-training/manifests/anna-london-manifest-3images3.json", + "label" : "Anna's Second London Manifest" + } ] +} \ No newline at end of file