-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest-manifest.json
55 lines (55 loc) · 2.71 KB
/
test-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
52
53
54
55
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://ea17334d-0bbe-4e2a-918e-628eaa66f63c",
"@type": "sc:Manifest",
"label": "Collage Test",
"sequences": [
{
"@id": "http://db7cfa97-4a90-4919-8b07-42d64566c614",
"@type": "sc:Sequence",
"label": [
{
"@value": "Normal Sequence",
"@language": "en"
}
],
"canvases": [
{
"@id": "http://363f3718-d662-4d6b-8007-67614e28b5a3",
"@type": "sc:Canvas",
"label": "Empty canvas",
"height": 9368,
"width": 5878,
"images": [
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://example.org/iiif/book1/annotation/anno1",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@id": "https://stacks.stanford.edu/image/iiif/vb856kp8798%2F002II_167_R_TC_46/1925,6187,607,1475/full/0/default.jpg",
"@type": "oa:SpecificResource",
"full": {
"@id": "https://stacks.stanford.edu/image/iiif/vb856kp8798%2F002II_167_R_TC_46/full/full/0/default.jpg",
"@type": "dctypes:Image",
"service": {
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://example.org/iiif/book1-page1",
"profile": "http://iiif.io/api/image/2/level2.json"
}
},
"selector": {
"@context": "http://iiif.io/api/annex/openannotation/context.json",
"@type": "iiif:ImageApiSelector",
"region": "1925,6187,607,1475"
}
},
"on": "http://363f3718-d662-4d6b-8007-67614e28b5a3"
}
],
"related": ""
}
]
}
]
}