Skip to content

Commit 30e92ad

Browse files
committed
Initial commit to version control ⚡️
1 parent 4d04908 commit 30e92ad

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

recipe/0045-css/manifest-alt.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"@context": "http://iiif.io/api/presentation/3/context.json",
3+
"id": "{{ id.url }}",
4+
"type": "Manifest",
5+
"label": {
6+
"en": [
7+
"Koto, chess, calligraphy, and painting"
8+
],
9+
"ja": [
10+
"琴棋書画図屏風"
11+
]
12+
},
13+
"items": [
14+
{
15+
"id": "{{ id.path }}/canvas/p1",
16+
"type": "Canvas",
17+
"height": 3966,
18+
"width": 8800,
19+
"items": [
20+
{
21+
"id": "{{ id.path }}/page/p1/1",
22+
"type": "AnnotationPage",
23+
"items": [
24+
{
25+
"id": "{{ id.path }}/annotation/p0001-image",
26+
"type": "Annotation",
27+
"motivation": "painting",
28+
"body": {
29+
"id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004/full/max/0/default.jpg",
30+
"type": "Image",
31+
"format": "image/jpeg",
32+
"height": 3966,
33+
"width": 8800,
34+
"service": [
35+
{
36+
"id": "https://iiif.io/api/image/3.0/example/reference/36ca0a3370db128ec984b33d71a1543d-100320001004",
37+
"profile": "level1",
38+
"type": "ImageService3"
39+
}
40+
]
41+
},
42+
"target": "{{ id.path }}/canvas/p1"
43+
}
44+
]
45+
}
46+
],
47+
"annotations": [
48+
{
49+
"id": "{{ id.path }}/page/p2/1",
50+
"type": "AnnotationPage",
51+
"items": [
52+
{
53+
"id": "{{ id.path }}/page/p2/anno-1",
54+
"type": "Annotation",
55+
"motivation": "commenting",
56+
"stylesheet": "{{ id.path }}/style.css",
57+
"body": {
58+
"id": "{{ id.path }}/body/sr1",
59+
"type": "SpecificResource",
60+
"styleClass": "author1",
61+
"source": {
62+
"id": "{{ id.path }}/body/text1",
63+
"type": "TextualBody",
64+
"language": "en",
65+
"format": "text/html",
66+
"value": "<p>Three of the four pursuits of refined and noble men named in the screen's title are shown on this side of the screen: go, the koto, and tools for calligraphy. Each is in a container or wrapper. (GR)</p>"
67+
}
68+
},
69+
"target": {
70+
"source": "{{ id.path }}/canvas/p1#xywh=700,1250,1850,1150",
71+
"styleClass": "author1"
72+
}
73+
},
74+
{
75+
"id": "{{ id.path }}/page/p2/anno-2",
76+
"type": "Annotation",
77+
"motivation": "commenting",
78+
"stylesheet": "{{ id.path }}/style.css",
79+
"body": {
80+
"id": "{{ id.path }}/body/sr2",
81+
"type": "SpecificResource",
82+
"styleClass": "author2",
83+
"source": {
84+
"id": "{{ id.path }}/body/text2",
85+
"type": "TextualBody",
86+
"language": "en",
87+
"format": "text/html",
88+
"value": "<p>The detail in the natural beauty of the setting could be seen as a contrast (or balance) to the manufactured pursuits of noble men. (TK)</p>"
89+
}
90+
},
91+
"target": {
92+
"source": "{{ id.path }}/canvas/p1#xywh=170,160,2200,1000",
93+
"styleClass": "author2"
94+
}
95+
}
96+
]
97+
}
98+
]
99+
}
100+
]
101+
}

0 commit comments

Comments
 (0)