-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest_service.json
75 lines (75 loc) · 2.65 KB
/
manifest_service.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://f90308b7-f822-4471-84ed-23ff0570d648",
"@type": "sc:Manifest",
"label": "Glen's Meme attempt ",
"metadata": [],
"description": [
{
"@value": "[Click to edit description]",
"@language": "en"
}
],
"license": "https://creativecommons.org/licenses/by/3.0/",
"attribution": "[Click to edit attribution]",
"sequences": [
{
"@id": "http://4cc47fcb-98fe-466e-af63-8ea63d9ef69b",
"@type": "sc:Sequence",
"label": [
{
"@value": "Normal Sequence",
"@language": "en"
}
],
"canvases": [
{
"@id": "http://5a4447bb-4685-4d90-867f-824105672a8a",
"@type": "sc:Canvas",
"label": "Meme",
"height": 1435,
"width": 1067,
"images": [
{
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"label": "Butterfly",
"@id": "https://free.iiifhosting.com/iiif/53275965f502cf73a071be5813aa6fbe30da35280b3519f878f3efb6f9d1e9ca/full/full/0/default.jpg",
"format": "image/jpeg",
"@type": "dctypes:Image",
"width": 132,
"height": 146,
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://free.iiifhosting.com/iiif/53275965f502cf73a071be5813aa6fbe30da35280b3519f878f3efb6f9d1e9ca",
"profile": ["http://iiif.io/api/image/2/level1"]
}
},
"on": "http://5a4447bb-4685-4d90-867f-824105672a8a#xywh=311,248,64,64"
},
{
"@id": "http://a5160700-d231-42b0-9255-81c5746138dd",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@id": "https://tools.wmflabs.org/zoomviewer/proxy.php?iiif=The_Creation_-_Bible_Historiale_(c.1411),_vol.1,_f.3_-_BL_Royal_MS_19_D_III.jpg/full/full/0/default.jpg",
"@type": "dctypes:Image",
"format": "image/jpeg",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "https://tools.wmflabs.org/zoomviewer/proxy.php?iiif=The_Creation_-_Bible_Historiale_(c.1411),_vol.1,_f.3_-_BL_Royal_MS_19_D_III.jpg",
"profile": ["http://iiif.io/api/image/2/level2"]
},
"height": 1435,
"width": 1067
},
"on": "http://5a4447bb-4685-4d90-867f-824105672a8a"
}
]
}
]
}
],
"structures": []
}