-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
656f8e6
commit a467e76
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
}] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters