Skip to content

Instantly share code, notes, and snippets.

@acdha
Created September 15, 2015 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdha/f02b5d14a09e977935f9 to your computer and use it in GitHub Desktop.
Save acdha/f02b5d14a09e977935f9 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://www.example.org/iiif/book1/manifest",
"@type": "sc:Manifest",
"attribution": "Provided by Example Organization",
"description": "A longer description of this example book. It should give some real information.",
"label": "Book 1",
"license": "http://www.example.org/license.html",
"logo": "http://www.example.org/logos/institution1.jpg",
"metadata": [
{
"label": "Author",
"value": "Anne Author"
},
{
"label": "Published",
"value": [
{
"@language": "en",
"@value": "Paris, circa 1400"
},
{
"@language": "fr",
"@value": "Paris, environ 1400"
}
]
},
{
"label": "Source",
"value": "<span>From: <a href=\"http://example.org/db/1.html\">Some Collection</a></span>"
}
],
"related": {
"@id": "http://www.example.org/videos/video-book1.mpg",
"format": "video/mpeg"
},
"seeAlso": "http://www.example.org/library/catalog/book1.xml",
"sequences": [
],
"service": {
"@context": "http://example.org/ns/jsonld/context.json",
"@id": "http://example.org/service/example",
"profile": "http://example.org/docs/example-service.html"
},
"thumbnail": {
"@id": "http://www.example.org/images/book1-page1/full/80,100/0/default.jpg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://www.example.org/images/book1-page1-thumbnail-test",
"profile": "http://iiif.io/api/image/2/level1.json"
}
},
"viewingDirection": "right-to-left",
"viewingHint": "paged",
"within": "http://www.example.org/collections/books/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment