Created
September 15, 2015 22:17
-
-
Save acdha/f02b5d14a09e977935f9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"@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