Skip to content

Instantly share code, notes, and snippets.

@saracarl
Last active December 8, 2018 13:38
Show Gist options
  • Save saracarl/d29f57778af0af5242f72dee73900d29 to your computer and use it in GitHub Desktop.
Save saracarl/d29f57778af0af5242f72dee73900d29 to your computer and use it in GitHub Desktop.
National Archives of Norway Fragment Unification
{
"@context": [
"http://www.w3.org/ns/anno.jsonld",
"http://iiif.io/api/presentation//context.json"
],
"id": "https://example.org/iiif/book1/manifest",
"type": "Manifest",
"label": { "en": [ "Image 1" ] },
"items": [
{
"id": "https://example.org/iiif/book1/canvas/p1",
"type": "Canvas",
"height": 1668,
"width": 2532,
"items": [
{
"id": "https://example.org/iiif/book1/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://example.org/iiif/book1/annotation/p0001-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://betaiiif.arkivverket.no/iiif/2/6fbac983-20d0-4eda-bb2d-197c08db3147//159,146,1223,1668/full/0/default.jpg",
"type": "Image",
"format": "image/png",
"height": 1668,
"width": 1223
},
"target": "https://example.org/iiif/book1/canvas/p1"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment