-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (38 loc) · 1.55 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@type": "sc:Manifest",
"@id": "http://localhost:3000/manifest.json",
"label": "Illustration",
"description": "Illustration by Kay Rasmus Nielsen of the 'Hansel and Gretel' fairy tale.",
"attribution": "Provided by Fabbri Editori. This work is in the public domain since its copyright has expired This metadata is licensed under a Creative Commons Attribution 4.0 International license.",
"sequences": [
{
"@type": "sc:Sequence",
"canvases": [
{
"@type": "sc:Canvas",
"@id": "http://localhost:3000/e8f1f786a15e1db095614abb7fce7d5eb7b65e811f5dfd7c8aee380c32e5b690/canvas/1",
"label": "1",
"width": 6099,
"height": 8599,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:illustration",
"on": "http://localhost:3000/e8f1f786a15e1db095614abb7fce7d5eb7b65e811f5dfd7c8aee380c32e5b690/canvas/1",
"resource": {
"@type": "dctypes:Image",
"@id": "http://free.iiifhosting.com/iiif/e8f1f786a15e1db095614abb7fce7d5eb7b65e811f5dfd7c8aee380c32e5b690/full/500,/0/default.jpg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://free.iiifhosting.com/iiif/e8f1f786a15e1db095614abb7fce7d5eb7b65e811f5dfd7c8aee380c32e5b690",
"profile": "http://iiif.io/api/image/2/level2.json"
}
}
}
]
}
]
}
]
}