-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
51 lines (51 loc) · 1.41 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
41
42
43
44
45
46
47
48
49
50
51
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://gjhltn.github.io/HostIIIF-demo/manifest.json",
"type": "Manifest",
"label": {
"en": [
"Rogier van der Weyden, Portrait of a Woman with a Winged Bonnet, c. 1440. Gemäldegalerie, Berlin."
]
},
"items": [
{
"id": "https://gjhltn.github.io/HostIIIF-demo/canvas",
"type": "Canvas",
"label": {
"en": [
"Canvas with a single IIIF image"
]
},
"width": 4464,
"height": 6645,
"items": [
{
"id": "https://gjhltn.github.io/HostIIIF-demo/page",
"type": "AnnotationPage",
"items": [
{
"id": "https://gjhltn.github.io/HostIIIF-demo/data",
"type": "Annotation",
"motivation": "painting ",
"body": {
"id": "https://gjhltn.github.io/HostIIIF-demo/inpit.jpg",
"type": "Image",
"format": "image/jpeg",
"width": 4464,
"height": 6645,
"service": [
{
"id": "https://gjhltn.github.io/HostIIIF-demo/data",
"profile": "level0",
"type": "ImageService3"
}
]
},
"target": "https://gjhltn.github.io/HostIIIF-demo/page"
}
]
}
]
}
]
}