forked from kthth/melons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
102 lines (101 loc) · 3.23 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://liladude.github.io/melons/manifest",
"type": "Manifest",
"label": { "en": ["Studies 13"]},
"metadata": [
{
"label": { "en": [ "Title"]},
"value": { "none": [ "Seri-Technics: Historical Silk Technologies" ] }
},
{
"label": { "en": [ "Author"]},
"value": { "none": [ "Dagmar Schäfer, Giorgio Riello, Luca Molà (eds.)" ] }
},
{
"label": { "en": [ "License" ] },
"value": { "none": [ "https://creativecommons.org/licenses/by-sa/4.0/" ] }
},
{
"label": { "en": [ "Published Date" ] },
"value": { "en": [ "25 August 2020" ] }
}
],
"summary": { "en": [ "Historical case studies showing diverse regional processes of silk textile production." ] },
"thumbnail": [
{
"id": "http://beta.edition-open-access.de/iiif/3/studies13b!thumb.jpg/full/max/0/default.jpg",
"type": "Image",
"format": "image/jpeg",
"service": [
{
"id": "http://beta.edition-open-access.de/iiif/3/studies13b/thumb.jpg",
"type": "ImageService3",
"profile": "level1"
}
]
}
],
"viewingDirection": "right-to-left",
"behavior": [ "paged" ],
"navDate": "2020-08-25T00:00:00Z",
"rights": "https://creativecommons.org/licenses/by/4.0/",
"requiredStatement": {
"label": { "en": [ "Attribution" ] },
"value": { "en": [ "Edition Open Access" ] }
},
"homepage": [
{
"id": "https://mprl-series.mpg.de/studies/13/",
"type": "Text",
"label": { "en": [ "Home page for Studies 13" ] },
"format": "text/html"
}
],
"rendering": [
{
"id": "https://mprl-series.mpg.de/media/studies/13/studies13.pdf",
"type": "Text",
"label": { "en": [ "Download as PDF" ] },
"format": "application/pdf"
}
],
"items": [
{
"id": "http://beta.edition-open-access.de/iiif/3/studies13/04_sericulture/index.json/canvas/0",
"type": "Canvas",
"label": { "none": [ "04_sericulture" ] },
"height": 1704,
"width": 2272,
"items": [
{
"id": "http://beta.edition-open-access.de/iiif/3/studies13/04_sericulture/1",
"type": "AnnotationPage",
"items": [
{
"id": "http://beta.edition-open-access.de/iiif/3/studies13/04_sericulture/anno1",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "http://beta.edition-open-access.de/iiif/3/studies13!04_sericulture!Mau_2.jpg/full/max/0/default.jpg",
"type": "Image",
"format": "image/jpeg",
"label": { "none": [ "Mau2" ] },
"width": 2272,
"height": 1704,
"service": [
{
"@id": "http://beta.edition-open-access.de/iiif/3/studies13/04_sericulture/+tiles",
"@type": "ImageService2",
"profile": "http://iiif.io/api/image/2/level2.json"
}
]
},
"target": "http://beta.edition-open-access.de/iiif/3/studies13/04_sericulture/index.json/canvas/0"
}
]
}
]
}
]
}