-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcollection-remote.json
23 lines (23 loc) · 999 Bytes
/
collection-remote.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://glenrobson.github.io/iiif_stuff/collections/collection.json",
"type": "Collection",
"label": { "en": [ "Test collection" ] },
"items": [
{
"id": "https://glenrobson.github.io/iiif_stuff/collections/wills-collection.json",
"type": "Collection",
"label": { "en": [ "Wills Sub collection" ] }
},
{
"id": "https://purl.stanford.edu/rd447dz7630/iiif/manifest",
"type": "Manifest",
"label": { "en": [ "The clans of the Scottish Highlands : illustrated by appropriate figures, displaying their dress, tartans, arms, armorial insignia, and social occupations" ] },
"thumbnail": [{
"id": "https://stacks.stanford.edu/image/iiif/rd447dz7630%252Frd447dz7630_00_0001/full/512,/0/default.jpg",
"type": "Image",
"format": "image/jpeg"
}]
}
]
}