aiiinotate 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +61 -0
  3. package/cli/import.js +142 -0
  4. package/cli/index.js +26 -0
  5. package/cli/io.js +105 -0
  6. package/cli/migrate.js +123 -0
  7. package/cli/mongoClient.js +11 -0
  8. package/docs/architecture.md +88 -0
  9. package/docs/db.md +38 -0
  10. package/docs/dev_iiif_compatibility.md +43 -0
  11. package/docs/endpoints.md +48 -0
  12. package/docs/progress.md +159 -0
  13. package/docs/specifications/0_w3c_open_annotations.md +332 -0
  14. package/docs/specifications/1_w3c_web_annotations.md +577 -0
  15. package/docs/specifications/2_iiif_apis.md +396 -0
  16. package/docs/specifications/3_iiif_annotations.md +103 -0
  17. package/docs/specifications/4_search_api.md +135 -0
  18. package/docs/specifications/5_sas.md +119 -0
  19. package/docs/specifications/6_mirador.md +119 -0
  20. package/docs/specifications/7_aikon.md +137 -0
  21. package/docs/specifications/include/presentation_2.0.webp +0 -0
  22. package/docs/specifications/include/presentation_2.0_white.png +0 -0
  23. package/docs/specifications/include/presentation_3.0.png +0 -0
  24. package/docs/specifications/include/presentation_3.0_resize.png +0 -0
  25. package/eslint.config.js +27 -0
  26. package/migrations/baseConfig.js +56 -0
  27. package/migrations/manageIndex.js +55 -0
  28. package/migrations/migrate-mongo-config-main.js +8 -0
  29. package/migrations/migrate-mongo-config-test.js +8 -0
  30. package/migrations/migrationScripts/20250825185706-collections.js +41 -0
  31. package/migrations/migrationScripts/20250826194832-annotations2-canvas-index.js +31 -0
  32. package/migrations/migrationScripts/20250904080710-annotations2-schema.js +42 -0
  33. package/migrations/migrationScripts/20251002141951-manifest2-schema.js +43 -0
  34. package/migrations/migrationScripts/20251006212110-manifest-unique-index.js +29 -0
  35. package/migrations/migrationScripts/20251028115614-annotations2-id-index.js +27 -0
  36. package/migrations/migrationTemplate.js +25 -0
  37. package/package.json +78 -0
  38. package/run.sh +70 -0
  39. package/scripts/_migrations.sh +79 -0
  40. package/scripts/_setup.js +31 -0
  41. package/scripts/setup_mongodb.sh +61 -0
  42. package/scripts/setup_mongodb_migrate.sh +17 -0
  43. package/scripts/setup_node.sh +15 -0
  44. package/scripts/utils.sh +192 -0
  45. package/setup.sh +20 -0
  46. package/src/app.js +113 -0
  47. package/src/config/.env.template +22 -0
  48. package/src/data/annotations/annotations2.js +419 -0
  49. package/src/data/annotations/annotations3.js +32 -0
  50. package/src/data/annotations/routes.js +271 -0
  51. package/src/data/annotations/routes.test.js +180 -0
  52. package/src/data/collectionAbstract.js +270 -0
  53. package/src/data/index.js +29 -0
  54. package/src/data/manifests/manifests2.js +305 -0
  55. package/src/data/manifests/manifests2.test.js +53 -0
  56. package/src/data/manifests/manifests3.js +23 -0
  57. package/src/data/manifests/routes.js +95 -0
  58. package/src/data/manifests/routes.test.js +69 -0
  59. package/src/data/routes.js +141 -0
  60. package/src/data/routes.test.js +117 -0
  61. package/src/data/utils/iiif2Utils.js +196 -0
  62. package/src/data/utils/iiif2Utils.test.js +98 -0
  63. package/src/data/utils/iiif3Utils.js +0 -0
  64. package/src/data/utils/iiifUtils.js +18 -0
  65. package/src/data/utils/routeUtils.js +109 -0
  66. package/src/data/utils/testUtils.js +253 -0
  67. package/src/data/utils/utils.js +231 -0
  68. package/src/db/index.js +48 -0
  69. package/src/fileServer/annotations.js +39 -0
  70. package/src/fileServer/data/annotationList_aikon_wit9_man11_anno165_all.jsonld +827 -0
  71. package/src/fileServer/data/annotationList_vhs_wit250_man250_anno250_all.jsonld +37514 -0
  72. package/src/fileServer/data/annotationList_vhs_wit253_man253_anno253_all.jsonld +20111 -0
  73. package/src/fileServer/data/annotations2Invalid.jsonld +39 -0
  74. package/src/fileServer/data/annotations2Valid.jsonld +39 -0
  75. package/src/fileServer/data/bnf_invalid_manifest.json +2806 -0
  76. package/src/fileServer/data/bnf_valid_manifest.json +2817 -0
  77. package/src/fileServer/data/vhs_wit253_man253_anno253_anno-24.json +1 -0
  78. package/src/fileServer/index.js +64 -0
  79. package/src/fileServer/manifests.js +14 -0
  80. package/src/fileServer/utils.js +35 -0
  81. package/src/schemas/index.js +20 -0
  82. package/src/schemas/schemasBase.js +47 -0
  83. package/src/schemas/schemasPresentation2.js +417 -0
  84. package/src/schemas/schemasPresentation3.js +57 -0
  85. package/src/schemas/schemasResolver.js +71 -0
  86. package/src/schemas/schemasRoutes.js +277 -0
  87. package/src/server.js +22 -0
  88. package/src/types.js +93 -0
@@ -0,0 +1,827 @@
1
+ {
2
+ "startIndex" : 0,
3
+ "within" : {
4
+ "total" : 51,
5
+ "@type" : "sc:Layer"
6
+ },
7
+ "@type" : "sc:AnnotationList",
8
+ "resources" : [ {
9
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c10_d47559c226ae4acaae2e50f5bbc6f4e8",
10
+ "@type" : "oa:Annotation",
11
+ "dcterms:created" : "2025-03-19T14:38:38",
12
+ "dcterms:modified" : "2025-03-19T14:38:38",
13
+ "resource" : {
14
+ "@type" : "dctypes:Text",
15
+ "format" : "text/html",
16
+ "chars" : "<p></p>",
17
+ "https://aikon.enpc.fr/sas/full_text" : "",
18
+ "https://iscd.huma-num.fr/sas/full_text" : ""
19
+ },
20
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c10.json#xywh=5,0,1824,2161",
21
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
22
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
23
+ "label" : ""
24
+ }, {
25
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c11_403175bd3ee34e8bbc0df11e12c3c915",
26
+ "@type" : "oa:Annotation",
27
+ "dcterms:created" : "2025-03-19T14:38:38",
28
+ "dcterms:modified" : "2025-03-19T14:38:38",
29
+ "resource" : {
30
+ "@type" : "dctypes:Text",
31
+ "format" : "text/html",
32
+ "chars" : "<p></p>",
33
+ "https://aikon.enpc.fr/sas/full_text" : "",
34
+ "https://iscd.huma-num.fr/sas/full_text" : ""
35
+ },
36
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c11.json#xywh=0,31,1529,1119",
37
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
38
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
39
+ "label" : ""
40
+ }, {
41
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c12_80a76d17911c4fdd9f6f14638e861305",
42
+ "@type" : "oa:Annotation",
43
+ "dcterms:created" : "2025-03-19T14:38:38",
44
+ "dcterms:modified" : "2025-03-19T14:38:38",
45
+ "resource" : {
46
+ "@type" : "dctypes:Text",
47
+ "format" : "text/html",
48
+ "chars" : "<p></p>",
49
+ "https://aikon.enpc.fr/sas/full_text" : "",
50
+ "https://iscd.huma-num.fr/sas/full_text" : ""
51
+ },
52
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c12.json#xywh=4,0,1336,1432",
53
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
54
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
55
+ "label" : ""
56
+ }, {
57
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c13_ab273c69f957498f8400baeb9fd35359",
58
+ "@type" : "oa:Annotation",
59
+ "dcterms:created" : "2025-03-19T14:38:38",
60
+ "dcterms:modified" : "2025-03-19T14:38:38",
61
+ "resource" : {
62
+ "@type" : "dctypes:Text",
63
+ "format" : "text/html",
64
+ "chars" : "<p></p>",
65
+ "https://aikon.enpc.fr/sas/full_text" : "",
66
+ "https://iscd.huma-num.fr/sas/full_text" : ""
67
+ },
68
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c13.json#xywh=0,0,1753,1058",
69
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
70
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
71
+ "label" : ""
72
+ }, {
73
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c14_13a2bf59e60641d5b3256b8f4a70ad95",
74
+ "@type" : "oa:Annotation",
75
+ "dcterms:created" : "2025-03-19T14:38:38",
76
+ "dcterms:modified" : "2025-03-19T14:38:38",
77
+ "resource" : {
78
+ "@type" : "dctypes:Text",
79
+ "format" : "text/html",
80
+ "chars" : "<p></p>",
81
+ "https://aikon.enpc.fr/sas/full_text" : "",
82
+ "https://iscd.huma-num.fr/sas/full_text" : ""
83
+ },
84
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c14.json#xywh=0,0,1791,2055",
85
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
86
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
87
+ "label" : ""
88
+ }, {
89
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c15_a237f200e9d049b396b2c268e773ee52",
90
+ "@type" : "oa:Annotation",
91
+ "dcterms:created" : "2025-03-19T14:38:38",
92
+ "dcterms:modified" : "2025-03-19T14:38:38",
93
+ "resource" : {
94
+ "@type" : "dctypes:Text",
95
+ "format" : "text/html",
96
+ "chars" : "<p></p>",
97
+ "https://aikon.enpc.fr/sas/full_text" : "",
98
+ "https://iscd.huma-num.fr/sas/full_text" : ""
99
+ },
100
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c15.json#xywh=0,2,2025,1760",
101
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
102
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
103
+ "label" : ""
104
+ }, {
105
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c16_5ebd8bc8044b45b58aae2a508ca75eed",
106
+ "@type" : "oa:Annotation",
107
+ "dcterms:created" : "2025-03-19T14:38:38",
108
+ "dcterms:modified" : "2025-03-19T14:38:38",
109
+ "resource" : {
110
+ "@type" : "dctypes:Text",
111
+ "format" : "text/html",
112
+ "chars" : "<p></p>",
113
+ "https://aikon.enpc.fr/sas/full_text" : "",
114
+ "https://iscd.huma-num.fr/sas/full_text" : ""
115
+ },
116
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c16.json#xywh=0,31,1865,1670",
117
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
118
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
119
+ "label" : ""
120
+ }, {
121
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c17_e1eab0fff55e461583c1e29c500d3378",
122
+ "@type" : "oa:Annotation",
123
+ "dcterms:created" : "2025-03-19T14:38:38",
124
+ "dcterms:modified" : "2025-03-19T14:38:38",
125
+ "resource" : {
126
+ "@type" : "dctypes:Text",
127
+ "format" : "text/html",
128
+ "chars" : "<p></p>",
129
+ "https://aikon.enpc.fr/sas/full_text" : "",
130
+ "https://iscd.huma-num.fr/sas/full_text" : ""
131
+ },
132
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c17.json#xywh=28,779,1428,968",
133
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
134
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
135
+ "label" : ""
136
+ }, {
137
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c17_e28dc4d0a25942bf8bd5a83a97b1355b",
138
+ "@type" : "oa:Annotation",
139
+ "dcterms:created" : "2025-03-19T14:38:38",
140
+ "dcterms:modified" : "2025-03-19T14:38:38",
141
+ "resource" : {
142
+ "@type" : "dctypes:Text",
143
+ "format" : "text/html",
144
+ "chars" : "<p></p>",
145
+ "https://aikon.enpc.fr/sas/full_text" : "",
146
+ "https://iscd.huma-num.fr/sas/full_text" : ""
147
+ },
148
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c17.json#xywh=73,3,1344,849",
149
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
150
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
151
+ "label" : ""
152
+ }, {
153
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c18_d77d5850403c4efe9303b0f99b71f507",
154
+ "@type" : "oa:Annotation",
155
+ "dcterms:created" : "2025-03-19T14:38:38",
156
+ "dcterms:modified" : "2025-03-19T14:38:38",
157
+ "resource" : {
158
+ "@type" : "dctypes:Text",
159
+ "format" : "text/html",
160
+ "chars" : "<p></p>",
161
+ "https://aikon.enpc.fr/sas/full_text" : "",
162
+ "https://iscd.huma-num.fr/sas/full_text" : ""
163
+ },
164
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c18.json#xywh=23,2,1786,1665",
165
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
166
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
167
+ "label" : ""
168
+ }, {
169
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c19_8e54bf1f3f6d4dc0ba53fc4972697ac8",
170
+ "@type" : "oa:Annotation",
171
+ "dcterms:created" : "2025-03-19T14:38:38",
172
+ "dcterms:modified" : "2025-03-19T14:38:38",
173
+ "resource" : {
174
+ "@type" : "dctypes:Text",
175
+ "format" : "text/html",
176
+ "chars" : "<p></p>",
177
+ "https://aikon.enpc.fr/sas/full_text" : "",
178
+ "https://iscd.huma-num.fr/sas/full_text" : ""
179
+ },
180
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c19.json#xywh=0,0,1504,1104",
181
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
182
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
183
+ "label" : ""
184
+ }, {
185
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c1_549a9159642f45e89867c0978d0e1931",
186
+ "@type" : "oa:Annotation",
187
+ "dcterms:created" : "2025-03-19T14:38:37",
188
+ "dcterms:modified" : "2025-03-19T14:38:37",
189
+ "resource" : {
190
+ "@type" : "dctypes:Text",
191
+ "format" : "text/html",
192
+ "chars" : "<p></p>",
193
+ "https://aikon.enpc.fr/sas/full_text" : "",
194
+ "https://iscd.huma-num.fr/sas/full_text" : ""
195
+ },
196
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c1.json#xywh=0,43,2000,1544",
197
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
198
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
199
+ "label" : ""
200
+ }, {
201
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c20_10151c0a933745b1b33f83b8f001f59c",
202
+ "@type" : "oa:Annotation",
203
+ "dcterms:created" : "2025-03-19T14:38:39",
204
+ "dcterms:modified" : "2025-03-19T14:38:39",
205
+ "resource" : {
206
+ "@type" : "dctypes:Text",
207
+ "format" : "text/html",
208
+ "chars" : "<p></p>",
209
+ "https://aikon.enpc.fr/sas/full_text" : "",
210
+ "https://iscd.huma-num.fr/sas/full_text" : ""
211
+ },
212
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c20.json#xywh=0,21,1999,1451",
213
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
214
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
215
+ "label" : ""
216
+ }, {
217
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c21_b0e262769a7d4300972aa7863651361d",
218
+ "@type" : "oa:Annotation",
219
+ "dcterms:created" : "2025-03-19T14:38:39",
220
+ "dcterms:modified" : "2025-03-19T14:38:39",
221
+ "resource" : {
222
+ "@type" : "dctypes:Text",
223
+ "format" : "text/html",
224
+ "chars" : "<p></p>",
225
+ "https://aikon.enpc.fr/sas/full_text" : "",
226
+ "https://iscd.huma-num.fr/sas/full_text" : ""
227
+ },
228
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c21.json#xywh=0,21,1639,1237",
229
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
230
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
231
+ "label" : ""
232
+ }, {
233
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c22_1079ed08f39048bd982360ee320b1587",
234
+ "@type" : "oa:Annotation",
235
+ "dcterms:created" : "2025-03-19T14:38:39",
236
+ "dcterms:modified" : "2025-03-19T14:38:39",
237
+ "resource" : {
238
+ "@type" : "dctypes:Text",
239
+ "format" : "text/html",
240
+ "chars" : "<p></p>",
241
+ "https://aikon.enpc.fr/sas/full_text" : "",
242
+ "https://iscd.huma-num.fr/sas/full_text" : ""
243
+ },
244
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c22.json#xywh=11,8,1908,1394",
245
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
246
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
247
+ "label" : ""
248
+ }, {
249
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c23_22ed4c0bb9524aeebd554d8e436a46c5",
250
+ "@type" : "oa:Annotation",
251
+ "dcterms:created" : "2025-03-19T14:38:39",
252
+ "dcterms:modified" : "2025-03-19T14:38:39",
253
+ "resource" : {
254
+ "@type" : "dctypes:Text",
255
+ "format" : "text/html",
256
+ "chars" : "<p></p>",
257
+ "https://aikon.enpc.fr/sas/full_text" : "",
258
+ "https://iscd.huma-num.fr/sas/full_text" : ""
259
+ },
260
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c23.json#xywh=0,0,2114,2177",
261
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
262
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
263
+ "label" : ""
264
+ }, {
265
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c24_8677767a98b04f849cd129bf894f763a",
266
+ "@type" : "oa:Annotation",
267
+ "dcterms:created" : "2025-03-19T14:38:39",
268
+ "dcterms:modified" : "2025-03-19T14:38:39",
269
+ "resource" : {
270
+ "@type" : "dctypes:Text",
271
+ "format" : "text/html",
272
+ "chars" : "<p></p>",
273
+ "https://aikon.enpc.fr/sas/full_text" : "",
274
+ "https://iscd.huma-num.fr/sas/full_text" : ""
275
+ },
276
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c24.json#xywh=0,0,1511,1742",
277
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
278
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
279
+ "label" : ""
280
+ }, {
281
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c25_0579c21a407a4893a33e301df7714054",
282
+ "@type" : "oa:Annotation",
283
+ "dcterms:created" : "2025-03-19T14:38:39",
284
+ "dcterms:modified" : "2025-03-19T14:38:39",
285
+ "resource" : {
286
+ "@type" : "dctypes:Text",
287
+ "format" : "text/html",
288
+ "chars" : "<p></p>",
289
+ "https://aikon.enpc.fr/sas/full_text" : "",
290
+ "https://iscd.huma-num.fr/sas/full_text" : ""
291
+ },
292
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c25.json#xywh=14,401,1908,2075",
293
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
294
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
295
+ "label" : ""
296
+ }, {
297
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c25_801e99fa15cd41c7965efb8ff839e2a9",
298
+ "@type" : "oa:Annotation",
299
+ "dcterms:created" : "2025-03-19T14:38:39",
300
+ "dcterms:modified" : "2025-03-19T14:38:39",
301
+ "resource" : {
302
+ "@type" : "dctypes:Text",
303
+ "format" : "text/html",
304
+ "chars" : "<p></p>",
305
+ "https://aikon.enpc.fr/sas/full_text" : "",
306
+ "https://iscd.huma-num.fr/sas/full_text" : ""
307
+ },
308
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c25.json#xywh=399,25,1358,465",
309
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
310
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
311
+ "label" : ""
312
+ }, {
313
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c26_cc53a43f00594212bb1cc91880e21460",
314
+ "@type" : "oa:Annotation",
315
+ "dcterms:created" : "2025-03-19T14:38:39",
316
+ "dcterms:modified" : "2025-03-19T14:38:39",
317
+ "resource" : {
318
+ "@type" : "dctypes:Text",
319
+ "format" : "text/html",
320
+ "chars" : "<p></p>",
321
+ "https://aikon.enpc.fr/sas/full_text" : "",
322
+ "https://iscd.huma-num.fr/sas/full_text" : ""
323
+ },
324
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c26.json#xywh=9,0,1643,1440",
325
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
326
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
327
+ "label" : ""
328
+ }, {
329
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c27_d31b0608091b42e2aed8565474a87889",
330
+ "@type" : "oa:Annotation",
331
+ "dcterms:created" : "2025-03-19T14:38:39",
332
+ "dcterms:modified" : "2025-03-19T14:38:39",
333
+ "resource" : {
334
+ "@type" : "dctypes:Text",
335
+ "format" : "text/html",
336
+ "chars" : "<p></p>",
337
+ "https://aikon.enpc.fr/sas/full_text" : "",
338
+ "https://iscd.huma-num.fr/sas/full_text" : ""
339
+ },
340
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c27.json#xywh=33,49,1475,1773",
341
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
342
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
343
+ "label" : ""
344
+ }, {
345
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c28_d3fb4ea8fbe2486fa328fe79b8741a40",
346
+ "@type" : "oa:Annotation",
347
+ "dcterms:created" : "2025-03-19T14:38:39",
348
+ "dcterms:modified" : "2025-03-19T14:38:39",
349
+ "resource" : {
350
+ "@type" : "dctypes:Text",
351
+ "format" : "text/html",
352
+ "chars" : "<p></p>",
353
+ "https://aikon.enpc.fr/sas/full_text" : "",
354
+ "https://iscd.huma-num.fr/sas/full_text" : ""
355
+ },
356
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c28.json#xywh=0,30,1779,1592",
357
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
358
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
359
+ "label" : ""
360
+ }, {
361
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c29_32725c0308054f3ba4371f56502bd541",
362
+ "@type" : "oa:Annotation",
363
+ "dcterms:created" : "2025-03-19T14:38:39",
364
+ "dcterms:modified" : "2025-03-19T14:38:39",
365
+ "resource" : {
366
+ "@type" : "dctypes:Text",
367
+ "format" : "text/html",
368
+ "chars" : "<p></p>",
369
+ "https://aikon.enpc.fr/sas/full_text" : "",
370
+ "https://iscd.huma-num.fr/sas/full_text" : ""
371
+ },
372
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c29.json#xywh=0,2,1449,1415",
373
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
374
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
375
+ "label" : ""
376
+ }, {
377
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c2_4309b526178942089ca3369f4fd006e5",
378
+ "@type" : "oa:Annotation",
379
+ "dcterms:created" : "2025-03-19T14:38:37",
380
+ "dcterms:modified" : "2025-03-19T14:38:37",
381
+ "resource" : {
382
+ "@type" : "dctypes:Text",
383
+ "format" : "text/html",
384
+ "chars" : "<p></p>",
385
+ "https://aikon.enpc.fr/sas/full_text" : "",
386
+ "https://iscd.huma-num.fr/sas/full_text" : ""
387
+ },
388
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c2.json#xywh=5,0,1626,2077",
389
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
390
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
391
+ "label" : ""
392
+ }, {
393
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c30_e951bbdef2c448bab8812db59d19929a",
394
+ "@type" : "oa:Annotation",
395
+ "dcterms:created" : "2025-03-19T14:38:39",
396
+ "dcterms:modified" : "2025-03-19T14:38:39",
397
+ "resource" : {
398
+ "@type" : "dctypes:Text",
399
+ "format" : "text/html",
400
+ "chars" : "<p></p>",
401
+ "https://aikon.enpc.fr/sas/full_text" : "",
402
+ "https://iscd.huma-num.fr/sas/full_text" : ""
403
+ },
404
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c30.json#xywh=0,0,1839,1782",
405
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
406
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
407
+ "label" : ""
408
+ }, {
409
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c31_3d01cdcf205f456887b73ada51bdcaf3",
410
+ "@type" : "oa:Annotation",
411
+ "dcterms:created" : "2025-03-19T14:38:39",
412
+ "dcterms:modified" : "2025-03-19T14:38:39",
413
+ "resource" : {
414
+ "@type" : "dctypes:Text",
415
+ "format" : "text/html",
416
+ "chars" : "<p></p>",
417
+ "https://aikon.enpc.fr/sas/full_text" : "",
418
+ "https://iscd.huma-num.fr/sas/full_text" : ""
419
+ },
420
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c31.json#xywh=32,0,1927,1243",
421
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
422
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
423
+ "label" : ""
424
+ }, {
425
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c32_c3667899377e4db9900ac2b00485d210",
426
+ "@type" : "oa:Annotation",
427
+ "dcterms:created" : "2025-03-19T14:38:40",
428
+ "dcterms:modified" : "2025-03-19T14:38:40",
429
+ "resource" : {
430
+ "@type" : "dctypes:Text",
431
+ "format" : "text/html",
432
+ "chars" : "<p></p>",
433
+ "https://aikon.enpc.fr/sas/full_text" : "",
434
+ "https://iscd.huma-num.fr/sas/full_text" : ""
435
+ },
436
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c32.json#xywh=0,0,1919,1857",
437
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
438
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
439
+ "label" : ""
440
+ }, {
441
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c33_1115392d46b2447b949bab3707c9aa73",
442
+ "@type" : "oa:Annotation",
443
+ "dcterms:created" : "2025-03-19T14:38:40",
444
+ "dcterms:modified" : "2025-03-19T14:38:40",
445
+ "resource" : {
446
+ "@type" : "dctypes:Text",
447
+ "format" : "text/html",
448
+ "chars" : "<p></p>",
449
+ "https://aikon.enpc.fr/sas/full_text" : "",
450
+ "https://iscd.huma-num.fr/sas/full_text" : ""
451
+ },
452
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c33.json#xywh=10,0,1617,785",
453
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
454
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
455
+ "label" : ""
456
+ }, {
457
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c34_2941dc4465d3433b8c0b23716173d9d5",
458
+ "@type" : "oa:Annotation",
459
+ "dcterms:created" : "2025-03-19T14:38:40",
460
+ "dcterms:modified" : "2025-03-19T14:38:40",
461
+ "resource" : {
462
+ "@type" : "dctypes:Text",
463
+ "format" : "text/html",
464
+ "chars" : "<p></p>",
465
+ "https://aikon.enpc.fr/sas/full_text" : "",
466
+ "https://iscd.huma-num.fr/sas/full_text" : ""
467
+ },
468
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c34.json#xywh=0,13,1503,1105",
469
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
470
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
471
+ "label" : ""
472
+ }, {
473
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c35_e38f925896964cd1ad039b80d0b992f6",
474
+ "@type" : "oa:Annotation",
475
+ "dcterms:created" : "2025-03-19T14:38:40",
476
+ "dcterms:modified" : "2025-03-19T14:38:40",
477
+ "resource" : {
478
+ "@type" : "dctypes:Text",
479
+ "format" : "text/html",
480
+ "chars" : "<p></p>",
481
+ "https://aikon.enpc.fr/sas/full_text" : "",
482
+ "https://iscd.huma-num.fr/sas/full_text" : ""
483
+ },
484
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c35.json#xywh=0,0,1480,1176",
485
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
486
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
487
+ "label" : ""
488
+ }, {
489
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c36_f897edb611034450848c24cf62dff833",
490
+ "@type" : "oa:Annotation",
491
+ "dcterms:created" : "2025-03-19T14:38:40",
492
+ "dcterms:modified" : "2025-03-19T14:38:40",
493
+ "resource" : {
494
+ "@type" : "dctypes:Text",
495
+ "format" : "text/html",
496
+ "chars" : "<p></p>",
497
+ "https://aikon.enpc.fr/sas/full_text" : "",
498
+ "https://iscd.huma-num.fr/sas/full_text" : ""
499
+ },
500
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c36.json#xywh=0,13,1879,1552",
501
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
502
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
503
+ "label" : ""
504
+ }, {
505
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c37_af9ef83ca3eb45f1b11d52c1c8eb32ae",
506
+ "@type" : "oa:Annotation",
507
+ "dcterms:created" : "2025-03-19T14:38:40",
508
+ "dcterms:modified" : "2025-03-19T14:38:40",
509
+ "resource" : {
510
+ "@type" : "dctypes:Text",
511
+ "format" : "text/html",
512
+ "chars" : "<p></p>",
513
+ "https://aikon.enpc.fr/sas/full_text" : "",
514
+ "https://iscd.huma-num.fr/sas/full_text" : ""
515
+ },
516
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c37.json#xywh=0,32,2113,1684",
517
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
518
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
519
+ "label" : ""
520
+ }, {
521
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c38_f0b8c407ee524bb4af37de0b27bd4a88",
522
+ "@type" : "oa:Annotation",
523
+ "dcterms:created" : "2025-03-19T14:38:40",
524
+ "dcterms:modified" : "2025-03-19T14:38:40",
525
+ "resource" : {
526
+ "@type" : "dctypes:Text",
527
+ "format" : "text/html",
528
+ "chars" : "<p></p>",
529
+ "https://aikon.enpc.fr/sas/full_text" : "",
530
+ "https://iscd.huma-num.fr/sas/full_text" : ""
531
+ },
532
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c38.json#xywh=21,7,1283,1081",
533
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
534
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
535
+ "label" : ""
536
+ }, {
537
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c39_82a908fcd44c4ea28d566c01839745b7",
538
+ "@type" : "oa:Annotation",
539
+ "dcterms:created" : "2025-03-19T14:38:40",
540
+ "dcterms:modified" : "2025-03-19T14:38:40",
541
+ "resource" : {
542
+ "@type" : "dctypes:Text",
543
+ "format" : "text/html",
544
+ "chars" : "<p></p>",
545
+ "https://aikon.enpc.fr/sas/full_text" : "",
546
+ "https://iscd.huma-num.fr/sas/full_text" : ""
547
+ },
548
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c39.json#xywh=0,24,1885,1433",
549
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
550
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
551
+ "label" : ""
552
+ }, {
553
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c3_22c4f2847afe44d6bcfff907292a33fa",
554
+ "@type" : "oa:Annotation",
555
+ "dcterms:created" : "2025-03-19T14:38:37",
556
+ "dcterms:modified" : "2025-03-19T14:38:37",
557
+ "resource" : {
558
+ "@type" : "dctypes:Text",
559
+ "format" : "text/html",
560
+ "chars" : "<p></p>",
561
+ "https://aikon.enpc.fr/sas/full_text" : "",
562
+ "https://iscd.huma-num.fr/sas/full_text" : ""
563
+ },
564
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c3.json#xywh=0,30,2210,1962",
565
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
566
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
567
+ "label" : ""
568
+ }, {
569
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c40_9de024ae0835408c8695e468625802fc",
570
+ "@type" : "oa:Annotation",
571
+ "dcterms:created" : "2025-03-19T14:38:40",
572
+ "dcterms:modified" : "2025-03-19T14:38:40",
573
+ "resource" : {
574
+ "@type" : "dctypes:Text",
575
+ "format" : "text/html",
576
+ "chars" : "<p></p>",
577
+ "https://aikon.enpc.fr/sas/full_text" : "",
578
+ "https://iscd.huma-num.fr/sas/full_text" : ""
579
+ },
580
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c40.json#xywh=15,0,1760,1997",
581
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
582
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
583
+ "label" : ""
584
+ }, {
585
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c41_583b1afd9dbb4829b333be2bf0576fe3",
586
+ "@type" : "oa:Annotation",
587
+ "dcterms:created" : "2025-03-19T14:38:40",
588
+ "dcterms:modified" : "2025-03-19T14:38:40",
589
+ "resource" : {
590
+ "@type" : "dctypes:Text",
591
+ "format" : "text/html",
592
+ "chars" : "<p></p>",
593
+ "https://aikon.enpc.fr/sas/full_text" : "",
594
+ "https://iscd.huma-num.fr/sas/full_text" : ""
595
+ },
596
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c41.json#xywh=0,19,1714,1194",
597
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
598
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
599
+ "label" : ""
600
+ }, {
601
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c42_67139440307645d4986b96d83146a004",
602
+ "@type" : "oa:Annotation",
603
+ "dcterms:created" : "2025-03-19T14:38:40",
604
+ "dcterms:modified" : "2025-03-19T14:38:40",
605
+ "resource" : {
606
+ "@type" : "dctypes:Text",
607
+ "format" : "text/html",
608
+ "chars" : "<p></p>",
609
+ "https://aikon.enpc.fr/sas/full_text" : "",
610
+ "https://iscd.huma-num.fr/sas/full_text" : ""
611
+ },
612
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c42.json#xywh=0,50,1856,1275",
613
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
614
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
615
+ "label" : ""
616
+ }, {
617
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c43_35c04da6d5454c649d6b81f38a264784",
618
+ "@type" : "oa:Annotation",
619
+ "dcterms:created" : "2025-03-19T14:38:40",
620
+ "dcterms:modified" : "2025-03-19T14:38:40",
621
+ "resource" : {
622
+ "@type" : "dctypes:Text",
623
+ "format" : "text/html",
624
+ "chars" : "<p></p>",
625
+ "https://aikon.enpc.fr/sas/full_text" : "",
626
+ "https://iscd.huma-num.fr/sas/full_text" : ""
627
+ },
628
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c43.json#xywh=24,0,1518,1767",
629
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
630
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
631
+ "label" : ""
632
+ }, {
633
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c44_ee1ee7cca4894e99b28f5a044cc48a7a",
634
+ "@type" : "oa:Annotation",
635
+ "dcterms:created" : "2025-03-19T14:38:41",
636
+ "dcterms:modified" : "2025-03-19T14:38:41",
637
+ "resource" : {
638
+ "@type" : "dctypes:Text",
639
+ "format" : "text/html",
640
+ "chars" : "<p></p>",
641
+ "https://aikon.enpc.fr/sas/full_text" : "",
642
+ "https://iscd.huma-num.fr/sas/full_text" : ""
643
+ },
644
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c44.json#xywh=0,0,1066,1118",
645
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
646
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
647
+ "label" : ""
648
+ }, {
649
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c45_62505f95cc544f7b81b25b41e0bca715",
650
+ "@type" : "oa:Annotation",
651
+ "dcterms:created" : "2025-03-19T14:38:41",
652
+ "dcterms:modified" : "2025-03-19T14:38:41",
653
+ "resource" : {
654
+ "@type" : "dctypes:Text",
655
+ "format" : "text/html",
656
+ "chars" : "<p></p>",
657
+ "https://aikon.enpc.fr/sas/full_text" : "",
658
+ "https://iscd.huma-num.fr/sas/full_text" : ""
659
+ },
660
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c45.json#xywh=0,30,1965,1590",
661
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
662
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
663
+ "label" : ""
664
+ }, {
665
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c46_ed71ca4acb924c69a2ad0e731af14f71",
666
+ "@type" : "oa:Annotation",
667
+ "dcterms:created" : "2025-03-19T14:38:41",
668
+ "dcterms:modified" : "2025-03-19T14:38:41",
669
+ "resource" : {
670
+ "@type" : "dctypes:Text",
671
+ "format" : "text/html",
672
+ "chars" : "<p></p>",
673
+ "https://aikon.enpc.fr/sas/full_text" : "",
674
+ "https://iscd.huma-num.fr/sas/full_text" : ""
675
+ },
676
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c46.json#xywh=41,11,1818,2019",
677
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
678
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
679
+ "label" : ""
680
+ }, {
681
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c47_584e4c48ff194146b221797f71bce851",
682
+ "@type" : "oa:Annotation",
683
+ "dcterms:created" : "2025-03-19T14:38:41",
684
+ "dcterms:modified" : "2025-03-19T14:38:41",
685
+ "resource" : {
686
+ "@type" : "dctypes:Text",
687
+ "format" : "text/html",
688
+ "chars" : "<p></p>",
689
+ "https://aikon.enpc.fr/sas/full_text" : "",
690
+ "https://iscd.huma-num.fr/sas/full_text" : ""
691
+ },
692
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c47.json#xywh=0,16,1769,1501",
693
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
694
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
695
+ "label" : ""
696
+ }, {
697
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c48_d5ff5cfd9d8148ebb079d10b6318d1b8",
698
+ "@type" : "oa:Annotation",
699
+ "dcterms:created" : "2025-03-19T14:38:41",
700
+ "dcterms:modified" : "2025-03-19T14:38:41",
701
+ "resource" : {
702
+ "@type" : "dctypes:Text",
703
+ "format" : "text/html",
704
+ "chars" : "<p></p>",
705
+ "https://aikon.enpc.fr/sas/full_text" : "",
706
+ "https://iscd.huma-num.fr/sas/full_text" : ""
707
+ },
708
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c48.json#xywh=0,0,2185,2222",
709
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
710
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
711
+ "label" : ""
712
+ }, {
713
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c49_a2f8ea235d58430282763cc5a44d925d",
714
+ "@type" : "oa:Annotation",
715
+ "dcterms:created" : "2025-03-19T14:38:41",
716
+ "dcterms:modified" : "2025-03-19T14:38:41",
717
+ "resource" : {
718
+ "@type" : "dctypes:Text",
719
+ "format" : "text/html",
720
+ "chars" : "<p></p>",
721
+ "https://aikon.enpc.fr/sas/full_text" : "",
722
+ "https://iscd.huma-num.fr/sas/full_text" : ""
723
+ },
724
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c49.json#xywh=7,0,1347,1417",
725
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
726
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
727
+ "label" : ""
728
+ }, {
729
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c4_3b8d7b5e8cef4a54ab5ec335126cabb1",
730
+ "@type" : "oa:Annotation",
731
+ "dcterms:created" : "2025-03-19T14:38:37",
732
+ "dcterms:modified" : "2025-03-19T14:38:37",
733
+ "resource" : {
734
+ "@type" : "dctypes:Text",
735
+ "format" : "text/html",
736
+ "chars" : "<p></p>",
737
+ "https://aikon.enpc.fr/sas/full_text" : "",
738
+ "https://iscd.huma-num.fr/sas/full_text" : ""
739
+ },
740
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c4.json#xywh=0,22,1740,1272",
741
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
742
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
743
+ "label" : ""
744
+ }, {
745
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c5_3c95b6f220c2455886cd0081bf2f7f7a",
746
+ "@type" : "oa:Annotation",
747
+ "dcterms:created" : "2025-03-19T14:38:37",
748
+ "dcterms:modified" : "2025-03-19T14:38:37",
749
+ "resource" : {
750
+ "@type" : "dctypes:Text",
751
+ "format" : "text/html",
752
+ "chars" : "<p></p>",
753
+ "https://aikon.enpc.fr/sas/full_text" : "",
754
+ "https://iscd.huma-num.fr/sas/full_text" : ""
755
+ },
756
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c5.json#xywh=0,17,2040,1775",
757
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
758
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
759
+ "label" : ""
760
+ }, {
761
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c6_1a2a962b38e04d78a4fce334b60abb58",
762
+ "@type" : "oa:Annotation",
763
+ "dcterms:created" : "2025-03-19T14:38:38",
764
+ "dcterms:modified" : "2025-03-19T14:38:38",
765
+ "resource" : {
766
+ "@type" : "dctypes:Text",
767
+ "format" : "text/html",
768
+ "chars" : "<p></p>",
769
+ "https://aikon.enpc.fr/sas/full_text" : "",
770
+ "https://iscd.huma-num.fr/sas/full_text" : ""
771
+ },
772
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c6.json#xywh=9,0,1360,1527",
773
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
774
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
775
+ "label" : ""
776
+ }, {
777
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c7_2cab0fb6342c4507ae20c36741a6f99d",
778
+ "@type" : "oa:Annotation",
779
+ "dcterms:created" : "2025-03-19T14:38:38",
780
+ "dcterms:modified" : "2025-03-19T14:38:38",
781
+ "resource" : {
782
+ "@type" : "dctypes:Text",
783
+ "format" : "text/html",
784
+ "chars" : "<p></p>",
785
+ "https://aikon.enpc.fr/sas/full_text" : "",
786
+ "https://iscd.huma-num.fr/sas/full_text" : ""
787
+ },
788
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c7.json#xywh=0,8,1685,1240",
789
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
790
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
791
+ "label" : ""
792
+ }, {
793
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c8_155e288703b74e53890d7fe3696322fc",
794
+ "@type" : "oa:Annotation",
795
+ "dcterms:created" : "2025-03-19T14:38:38",
796
+ "dcterms:modified" : "2025-03-19T14:38:38",
797
+ "resource" : {
798
+ "@type" : "dctypes:Text",
799
+ "format" : "text/html",
800
+ "chars" : "<p></p>",
801
+ "https://aikon.enpc.fr/sas/full_text" : "",
802
+ "https://iscd.huma-num.fr/sas/full_text" : ""
803
+ },
804
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c8.json#xywh=0,16,2135,1536",
805
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
806
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
807
+ "label" : ""
808
+ }, {
809
+ "@id" : "http://aikon.enpc.fr/sas/annotation/wit9_man11_anno165_c9_cbf4a25c545a46688cc6f0f06ecc1a28",
810
+ "@type" : "oa:Annotation",
811
+ "dcterms:created" : "2025-03-19T14:38:38",
812
+ "dcterms:modified" : "2025-03-19T14:38:38",
813
+ "resource" : {
814
+ "@type" : "dctypes:Text",
815
+ "format" : "text/html",
816
+ "chars" : "<p></p>",
817
+ "https://aikon.enpc.fr/sas/full_text" : "",
818
+ "https://iscd.huma-num.fr/sas/full_text" : ""
819
+ },
820
+ "on" : "https://aikon.enpc.fr/aikon/iiif/v2/wit9_man11_anno165/canvas/c9.json#xywh=0,1,1784,1372",
821
+ "motivation" : [ "oa:tagging", "oa:commenting" ],
822
+ "@context" : "http://iiif.io/api/presentation/2/context.json",
823
+ "label" : ""
824
+ } ],
825
+ "@id" : "",
826
+ "@context" : "http://iiif.io/api/presentation/2/context.json"
827
+ }