Skip to content

Instantly share code, notes, and snippets.

@camillevilla
Created June 6, 2019 20:58
Show Gist options
  • Save camillevilla/77ee00333aafa602e4a8ed8f54ee4be1 to your computer and use it in GitHub Desktop.
Save camillevilla/77ee00333aafa602e4a8ed8f54ee4be1 to your computer and use it in GitHub Desktop.
A sample IIIF Collection featuring 🐱
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://localhost:8080/mycollection/top",
"@type": "sc:Collection",
"label": "Marcie",
"description": "Pictures of Marceline the Vampire Queen",
"attribution": "Camille Villa",
"manifests": [
{
"@id": "http://free.iiifhosting.com/iiif/2ccd8d79021fea909a8195abcf7c2128250e5b62c56fd3ded8a36a3ef2252890/manifest.json",
"@type": "sc:Manifest",
"label": "Marcie"
},
{
"@id": "http://free.iiifhosting.com/iiif/785be7af37d61407bd5504af4b9d3d767a2f1de17a21f954a2b4220c075ace2a/manifest.json",
"@type": "sc:Manifest",
"label": "Marcie hiding"
},
{
"@id": "http://free.iiifhosting.com/iiif/155d4486030376e9101e944a81056f1e78b40e8f7cfba15114c444f43ef66e40/manifest.json",
"@type": "sc:Manifest",
"label": "Marcie poking her head out"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment