manifesto.js
Version:
IIIF Presentation API utility library for client and server
13 lines • 432 B
JSON
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://digital.library.villanova.edu/Collection/vudl:3/IIIF",
"@type": "sc:Collection",
"label": "Villanova Digital Library",
"collections": [
{
"label": "Dime Novel and Popular Literature",
"@id": "http://localhost:3001/nested-middle.json",
"@type": "sc:Collection"
}
]
}