Skip to content

Instantly share code, notes, and snippets.

@HadrienGardeur
Last active June 4, 2017 21:33
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 HadrienGardeur/52567fe5e71fb0887a95e80437c9a1f1 to your computer and use it in GitHub Desktop.
Save HadrienGardeur/52567fe5e71fb0887a95e80437c9a1f1 to your computer and use it in GitHub Desktop.
{
"@context": "http://readium.org/webpub/default.jsonld",
"metadata": {
"@type": "http://schema.org/GraphicNovel",
"title": "IIIF Example",
"identifier": "urn:isbn:97822531670xx",
"language": "en",
"modified": "2017-06-03T17:00:00Z",
"schema:license": "http://creativecommons.org/licenses/by-sa/3.0",
"numberOfPages": 2
},
"links": [
{"rel": "self", "href": "http://example.com/manifest.json", "type": "application/webpub+json"}
],
"spine": [
{
"href": "http://example.com/page1/full/full/0/default.jpg",
"type": "image/jpeg",
"height": 1600,
"width": 1200,
"alternate": {
"href": "http://example.com/page1/info.json",
"type": "application/ld+json",
"profile": "http://iiif.io/api/image"
}
},
{
"href": "http://example.com/page2/full/full/0/default.jpg",
"type": "image/jpeg",
"height": 1600,
"width": 1200,
"alternate": {
"href": "http://example.com/page2/info.json",
"type": "application/ld+json",
"profile": "http://iiif.io/api/image"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment