|
| 1 | +{ |
| 2 | + "@context": "http://iiif.io/api/presentation/3/context.json", |
| 3 | + "id": "{{ id.url }}", |
| 4 | + "type": "Manifest", |
| 5 | + "label": { |
| 6 | + "en": [ |
| 7 | + "Alternative Page Sequences" |
| 8 | + ] |
| 9 | + }, |
| 10 | + "provider": [ |
| 11 | + { |
| 12 | + "id": "https://www.bibliotecabertoliana.it/", |
| 13 | + "type": "Agent", |
| 14 | + "label": { |
| 15 | + "en": [ |
| 16 | + "Biblioteca Civica Bertoliana" |
| 17 | + ] |
| 18 | + }, |
| 19 | + "homepage": [ |
| 20 | + { |
| 21 | + "id": "https://www.bibliotecabertoliana.it/", |
| 22 | + "type": "Text", |
| 23 | + "label": { |
| 24 | + "en": [ |
| 25 | + "Biblioteca Civica Bertoliana Homepage" |
| 26 | + ] |
| 27 | + }, |
| 28 | + "format": "text/html" |
| 29 | + } |
| 30 | + ], |
| 31 | + "logo": [ |
| 32 | + { |
| 33 | + "id": "https://www.bibliotecabertoliana.it/img/logo-bertoliana.png", |
| 34 | + "type": "Image", |
| 35 | + "format": "image/png", |
| 36 | + "height": 346, |
| 37 | + "width": 89 |
| 38 | + } |
| 39 | + ] |
| 40 | + } |
| 41 | + ], |
| 42 | + "items": [ |
| 43 | + { |
| 44 | + "id": "{{ id.path }}/canvas/p1", |
| 45 | + "type": "Canvas", |
| 46 | + "label": { |
| 47 | + "en": [ |
| 48 | + "171r (387)" |
| 49 | + ] |
| 50 | + }, |
| 51 | + "height": 3184, |
| 52 | + "width": 2156, |
| 53 | + "items": [ |
| 54 | + { |
| 55 | + "id": "{{ id.path }}/page/p1/1", |
| 56 | + "type": "AnnotationPage", |
| 57 | + "items": [ |
| 58 | + { |
| 59 | + "id": "{{ id.path }}/annotation/p0001-image", |
| 60 | + "type": "Annotation", |
| 61 | + "motivation": "painting", |
| 62 | + "body": { |
| 63 | + "id": "https://iiif.io/api/image/3.0/example/reference/3ec31f43ce55cfcc076804c88c06aa43-CF-f0186r_aVISNK_387/full/max/0/default.jpg", |
| 64 | + "type": "Image", |
| 65 | + "format": "image/jpeg", |
| 66 | + "height": 3184, |
| 67 | + "width": 2156, |
| 68 | + "service": [ |
| 69 | + { |
| 70 | + "id": "https://iiif.io/api/image/3.0/example/reference/3ec31f43ce55cfcc076804c88c06aa43-CF-f0186r_aVISNK_387", |
| 71 | + "type": "ImageService3", |
| 72 | + "profile": "level1" |
| 73 | + } |
| 74 | + ] |
| 75 | + }, |
| 76 | + "target": "{{ id.path }}/canvas/p1" |
| 77 | + } |
| 78 | + ] |
| 79 | + } |
| 80 | + ] |
| 81 | + }, |
| 82 | + { |
| 83 | + "id": "{{ id.path }}/canvas/p2", |
| 84 | + "type": "Canvas", |
| 85 | + "label": { |
| 86 | + "en": [ |
| 87 | + "171v (384)" |
| 88 | + ] |
| 89 | + }, |
| 90 | + "height": 3184, |
| 91 | + "width": 2156, |
| 92 | + "items": [ |
| 93 | + { |
| 94 | + "id": "{{ id.path }}/page/p2/1", |
| 95 | + "type": "AnnotationPage", |
| 96 | + "items": [ |
| 97 | + { |
| 98 | + "id": "{{ id.path }}/annotation/p0002-image", |
| 99 | + "type": "Annotation", |
| 100 | + "motivation": "painting", |
| 101 | + "body": { |
| 102 | + "id": "https://iiif.io/api/image/3.0/example/reference/3ec31f43ce55cfcc076804c88c06aa43-CF-f0186v_aVISNK_384/full/max/0/default.jpg", |
| 103 | + "type": "Image", |
| 104 | + "format": "image/jpeg", |
| 105 | + "height": 3184, |
| 106 | + "width": 2156, |
| 107 | + "service": [ |
| 108 | + { |
| 109 | + "id": "https://iiif.io/api/image/3.0/example/reference/3ec31f43ce55cfcc076804c88c06aa43-CF-f0186v_aVISNK_384", |
| 110 | + "type": "ImageService3", |
| 111 | + "profile": "level1" |
| 112 | + } |
| 113 | + ] |
| 114 | + }, |
| 115 | + "target": "{{ id.path }}/canvas/p2" |
| 116 | + } |
| 117 | + ] |
| 118 | + } |
| 119 | + ] |
| 120 | + }, |
| 121 | + { |
| 122 | + "id": "{{ id.path }}/canvas/p3", |
| 123 | + "type": "Canvas", |
| 124 | + "label": { |
| 125 | + "en": [ |
| 126 | + "172r (385)" |
| 127 | + ] |
| 128 | + }, |
| 129 | + "height": 3184, |
| 130 | + "width": 2156, |
| 131 | + "items": [ |
| 132 | + { |
| 133 | + "id": "{{ id.path }}/page/p3/1", |
| 134 | + "type": "AnnotationPage", |
| 135 | + "items": [ |
| 136 | + { |
| 137 | + "id": "{{ id.path }}/annotation/p0003-image", |
| 138 | + "type": "Annotation", |
| 139 | + "motivation": "painting", |
| 140 | + "body": { |
| 141 | + "id": "https://iiif.io/api/image/3.0/example/reference/3ec31f43ce55cfcc076804c88c06aa43-CF-f0187r_aVISNK_385/full/max/0/default.jpg", |
| 142 | + "type": "Image", |
| 143 | + "format": "image/jpeg", |
| 144 | + "height": 3184, |
| 145 | + "width": 2156, |
| 146 | + "service": [ |
| 147 | + { |
| 148 | + "id": "https://iiif.io/api/image/3.0/example/reference/3ec31f43ce55cfcc076804c88c06aa43-CF-f0187r_aVISNK_385", |
| 149 | + "type": "ImageService3", |
| 150 | + "profile": "level1" |
| 151 | + } |
| 152 | + ] |
| 153 | + }, |
| 154 | + "target": "{{ id.path }}/canvas/p3" |
| 155 | + } |
| 156 | + ] |
| 157 | + } |
| 158 | + ] |
| 159 | + }, |
| 160 | + { |
| 161 | + "id": "{{ id.path }}/canvas/p4", |
| 162 | + "type": "Canvas", |
| 163 | + "label": { |
| 164 | + "en": [ |
| 165 | + "172v [386]" |
| 166 | + ] |
| 167 | + }, |
| 168 | + "height": 3184, |
| 169 | + "width": 2156, |
| 170 | + "items": [ |
| 171 | + { |
| 172 | + "id": "{{ id.path }}/page/p4/1", |
| 173 | + "type": "AnnotationPage", |
| 174 | + "items": [ |
| 175 | + { |
| 176 | + "id": "{{ id.path }}/annotation/p0004-image", |
| 177 | + "type": "Annotation", |
| 178 | + "motivation": "painting", |
| 179 | + "body": { |
| 180 | + "id": "https://iiif.io/api/image/3.0/example/reference/3ec31f43ce55cfcc076804c88c06aa43-CF-f0187v_aVISNK_386/full/max/0/default.jpg", |
| 181 | + "type": "Image", |
| 182 | + "format": "image/jpeg", |
| 183 | + "height": 3184, |
| 184 | + "width": 2156, |
| 185 | + "service": [ |
| 186 | + { |
| 187 | + "id": "https://iiif.io/api/image/3.0/example/reference/3ec31f43ce55cfcc076804c88c06aa43-CF-f0187v_aVISNK_386", |
| 188 | + "type": "ImageService3", |
| 189 | + "profile": "level1" |
| 190 | + } |
| 191 | + ] |
| 192 | + }, |
| 193 | + "target": "{{ id.path }}/canvas/p4" |
| 194 | + } |
| 195 | + ] |
| 196 | + } |
| 197 | + ] |
| 198 | + } |
| 199 | + ], |
| 200 | + "structures": [ |
| 201 | + { |
| 202 | + "id": "{{ id.path }}/range/r1", |
| 203 | + "type": "Range", |
| 204 | + "behavior": [ |
| 205 | + "sequence" |
| 206 | + ], |
| 207 | + "label": { |
| 208 | + "en": [ |
| 209 | + "Physical sequence" |
| 210 | + ] |
| 211 | + }, |
| 212 | + "items": [ |
| 213 | + { |
| 214 | + "id": "{{ id.path }}/canvas/p1", |
| 215 | + "type": "Canvas" |
| 216 | + }, |
| 217 | + { |
| 218 | + "id": "{{ id.path }}/canvas/p2", |
| 219 | + "type": "Canvas" |
| 220 | + }, |
| 221 | + { |
| 222 | + "id": "{{ id.path }}/canvas/p3", |
| 223 | + "type": "Canvas" |
| 224 | + }, |
| 225 | + { |
| 226 | + "id": "{{ id.path }}/canvas/p4", |
| 227 | + "type": "Canvas" |
| 228 | + } |
| 229 | + ] |
| 230 | + }, |
| 231 | + { |
| 232 | + "id": "{{ id.path }}/range/r2", |
| 233 | + "type": "Range", |
| 234 | + "behavior": [ |
| 235 | + "sequence" |
| 236 | + ], |
| 237 | + "label": { |
| 238 | + "en": [ |
| 239 | + "Author-intended sequence" |
| 240 | + ] |
| 241 | + }, |
| 242 | + "items": [ |
| 243 | + { |
| 244 | + "id": "{{ id.path }}/canvas/p2", |
| 245 | + "type": "Canvas" |
| 246 | + }, |
| 247 | + { |
| 248 | + "id": "{{ id.path }}/canvas/p3", |
| 249 | + "type": "Canvas" |
| 250 | + }, |
| 251 | + { |
| 252 | + "id": "{{ id.path }}/canvas/p4", |
| 253 | + "type": "Canvas" |
| 254 | + }, |
| 255 | + { |
| 256 | + "id": "{{ id.path }}/canvas/p1", |
| 257 | + "type": "Canvas" |
| 258 | + } |
| 259 | + ] |
| 260 | + } |
| 261 | + ] |
| 262 | +} |
0 commit comments