Datasets:

Modalities:
Text
Formats:
text
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
File size: 27,154 Bytes
ca18b9c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
{
  "title": "Hessisches_Landesmuseum_Darmstadt",
  "url": "https://en.wikipedia.org/wiki/Hessisches_Landesmuseum_Darmstadt",
  "summary": "Hessisches Landesmuseum Darmstadt (HLMD) is a large multidisciplinary museum in Darmstadt, Germany. The museum exhibits Rembrandt, Beuys, a primeval horse and a mastodon under the slogan \"The whole world under one roof\". As one of the oldest public museums in Germany, it has c. 80,000 visitors every year and a collection size of 1.35 million objects. Since 2019, Martin Faass has been director of the museum. It is one of the three Hessian State museums, in addition to the museums in Kassel and Wiesbaden. Similar institutions in Europe are the Universalmuseum Joanneum in Graz and the National Museum of Scotland in Edinburgh.",
  "content": [
    {
      "section_title": "History",
      "section_content": [
        {
          "sentence": "Art and natural history collections of the Landgraves of Hesse-Darmstadt have been established since the 17th century",
          "refs": []
        },
        {
          "sentence": "The museum was founded on 12 July 1820  with the donation of the collections of Louis I, Grand Duke of Hesse",
          "refs": [
            "https://museen-in-hessen.de/de/museen/hessisches_landesmuseum_darmstadt",
            "https://competitionline-content.com/xx/15_00112_Auslobung_Prot.pdf"
          ]
        },
        {
          "sentence": "Initially located in the Baroque part of the Residential Palace Darmstadt,  the museum moved in 1906 to a nearby new building",
          "refs": [
            "https://www.darmstadtimherzen.de/leben-in-darmstadt/200-jahre-hessisches-landesmuseum-darmstadt/",
            "https://tuprints.ulb.tu-darmstadt.de/id/eprint/6838"
          ]
        },
        {
          "sentence": "In 1937, 82 works of Modern art were confiscated during the Degenerate art campaign",
          "refs": [
            "https://www.abendblatt.de/kultur-live/kunst/article228209051/Universalmuseum-in-Darmstadt-feiert-200-Geburtstag.html"
          ]
        },
        {
          "sentence": "In the Brandnacht (fire night) on 11 to 12 September 1944 the museum building was partly destroyed;    it was reconstructed and reopened in 1955",
          "refs": [
            "https://www.proveana.de/de/koerperschaft/hessisches-landesmuseum-darmstadt",
            "https://dfg-vk-darmstadt.de/Lexikon_Auflage_2/EntarteteKunst.htm",
            "http://emuseum.campus.fu-berlin.de/eMuseumPlus?service=RedirectService&sp=Scollection&sp=SfieldValue&sp=0&sp=0&sp=3&sp=SdetailList&sp=0&sp=Sdetail&sp=0&sp=F",
            "https://www.hlmd.de/en/museum/history.html",
            "https://www.darmstadt-stadtlexikon.de/b/brandnacht.html",
            "https://www.worldcat.org/oclc/1301965556"
          ]
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Building",
      "section_content": [
        {
          "sentence": "The main building was begun in 1897 by Alfred Messel and inaugurated in 1906",
          "refs": []
        },
        {
          "sentence": "The encyclopedic museum  consists of several period rooms or experience spaces,  a monumental entrance hall with the staircase in Palladian architecture, a Pompeian style wing (509 BC \u2013 400 AD) for the ancient art, Romanesque corridors and chapels (900\u20131300) for the medieval treasure art, a Late Gothic hall (1350\u20131500) for the historical weapons, the Italian Renaissance Chiavenna room (c",
          "refs": [
            "https://www.darmstadt-stadtlexikon.de/h/hessisches-landesmuseum-darmstadt-hlmd.html",
            "https://www.architekturzeitung.com/architektur/137-architekturprojekte/712-hessisches-landesmuseum-kleffel-papay-warncke",
            "https://www.hlmd.de/fileadmin/user_upload/HLMD_Orientierungsplan_barrierefrei.pdf",
            "https://www.faz.net/aktuell/rhein-main/kultur/wiedereroeffnung-landesmuseum-darmstadt-von-der-arche-noah-in-die-kirche-13147072.html",
            "https://www.bauwelt.de/artikel/So-viel-Messel-wie-lange-nicht-Hessische-Landesmuseum-Darmstadt-2172592.html"
          ]
        },
        {
          "sentence": "1580) for the Princely Treasury and corresponding open courtyards",
          "refs": []
        },
        {
          "sentence": "The large east-wing Baroque hall Gro\u00dfer Saal with an imposing barrel vault is used for special exhibitions",
          "refs": [
            "https://www.weltkunst.de/kunstwissen/2020/07/das-hessische-landesmuseum-wird-200"
          ]
        },
        {
          "sentence": "This asymmetric agglomeration of architectural styles, according to the design philosophy \"Form follows function\",  is embedded in a rather rigid grid",
          "refs": [
            "https://www.fr.de/rhein-main/darmstadt/kostspielige-pracht-11254955.html",
            "https://competitionline-content.com/xx/15_00112_Auslobung_Prot.pdf"
          ]
        },
        {
          "sentence": "The south-east tower, containing the library,  is based on the tower of an 18th century Baroque plan for the Residential Palace Darmstadt by Louis Remy de la Fosse,  that was realized only partly",
          "refs": [
            "https://bonndoc.ulb.uni-bonn.de/xmlui/handle/20.500.11811/1994",
            "https://tuprints.ulb.tu-darmstadt.de/id/eprint/6838",
            "https://www.freidok.uni-freiburg.de/data/10494"
          ]
        }
      ],
      "subsections": [
        {
          "section_title": "Location",
          "section_content": [
            {
              "sentence": "The museum is located between Residential Palace Darmstadt and the urban park Herrngarten\u00a0 [Wikidata]",
              "refs": []
            },
            {
              "sentence": "Nearby are the neoclassical former court theatre Haus der Geschichte Darmstadt\u00a0 [Wikidata] (House of History) by Georg Moller,  the squares Friedensplatz\u00a0 [de] and Karolinenplatz\u00a0 [de], as well as the street Zeughausstra\u00dfe (Cityring)",
              "refs": [
                "https://www.architekturzeitung.com/architektur/137-architekturprojekte/712-hessisches-landesmuseum-kleffel-papay-warncke",
                "http://www.haus-der-geschichte.com/"
              ]
            }
          ],
          "subsections": []
        },
        {
          "section_title": "Renovations and extensions",
          "section_content": [
            {
              "sentence": "A large extension on the west side of the main building was designed by Reinhold Kargel,  completed in 1984",
              "refs": [
                "https://www.darmstadt-stadtlexikon.de/k/kargel-reinhold.html"
              ]
            },
            {
              "sentence": "As of 2023 [update], the controversial,  confusing  modern building extension houses the painting gallery with 400 paintings",
              "refs": [
                "https://www.darmstadt-stadtlexikon.de/h/hessisches-landesmuseum-darmstadt-hlmd.html",
                "https://www.hlmd.de/fileadmin/user_upload/HLMD_Orientierungsplan_barrierefrei.pdf",
                "https://www.bauwelt.de/artikel/So-viel-Messel-wie-lange-nicht-Hessische-Landesmuseum-Darmstadt-2172592.html",
                "https://journals.qucosa.de/mimrg/article/view/3157"
              ]
            },
            {
              "sentence": "After major \u20ac80-million  renovations from 2007 onwards, it reopened on 13 September 2014",
              "refs": [
                "https://www.rheinpfalz.de/lokal/kaiserslautern_artikel,-die-ganze-welt-unter-einem-dach-_arid,190354.html",
                "https://www.artisnext.net/galerie/detail.xhtml?id=32305",
                "https://www.faz.net/aktuell/rhein-main/kultur/wiedereroeffnung-landesmuseum-darmstadt-von-der-arche-noah-in-die-kirche-13147072.html"
              ]
            },
            {
              "sentence": "About 100,000 exhibits are displayed on 9,000\u00a0m2 (97,000\u00a0sq\u00a0ft) of exhibition space; the complete floor area is 12,000\u00a0m2 (130,000\u00a0sq\u00a0ft)",
              "refs": [
                "https://www.hlmd.de/en/museum/history.html",
                "https://www.architekturzeitung.com/architektur/137-architekturprojekte/712-hessisches-landesmuseum-kleffel-papay-warncke"
              ]
            },
            {
              "sentence": "In its high-rise north wing, the museum houses the Art Nouveau/prehistory and early history, zoology/handicrafts, geology and modern/contemporary arts collections on floors one above the other",
              "refs": [
                "https://www.focus.de/regional/darmstadt/museen-landesmuseum-darmstadt-oeffnet-topmodern_id_4123094.html"
              ]
            },
            {
              "sentence": "Cultural history is presented in the lower south wing",
              "refs": [
                "https://www.hlmd.de/fileadmin/user_upload/HLMD_Orientierungsplan_barrierefrei.pdf",
                "https://www.lagis-hessen.de/de/subjects/xsrec/current/1/sn/edb?q=YToxOntzOjExOiJzYWNoYmVncmlmZiI7czoyMjoiTGFuZGVzbXVzZXVtIERhcm1zdGFkdCI7fQ=="
              ]
            }
          ],
          "subsections": []
        }
      ]
    },
    {
      "section_title": "Collections",
      "section_content": [
        {
          "sentence": "The museum is especially noted for its art collection, including Pieter Brueghel the Elder's The Magpie on the Gallows, and one of the plaques from the Magdeburg Ivories (c",
          "refs": []
        },
        {
          "sentence": "968)",
          "refs": []
        },
        {
          "sentence": "There are also strong collections of Art Nouveau objects from several countries,  and German, Dutch and Flemish paintings",
          "refs": [
            "https://www.worldcat.org/oclc/701796430"
          ]
        },
        {
          "sentence": "Basis of the graphic collection are the works by D\u00fcrer and Rembrandt, bought by museum founder Louis I, Grand Duke of Hesse in 1803",
          "refs": [
            "https://www.worldcat.org/oclc/1292463589"
          ]
        },
        {
          "sentence": "Interested visitors can request original prints and drawings in the study room",
          "refs": [
            "https://museen-in-hessen.de/de/museen/hessisches_landesmuseum_darmstadt"
          ]
        },
        {
          "sentence": "It also features an important natural history collection, with for instance fossils from the nearby Messel pit   and a historic American mastodon skeleton (\"Peale's mastodon\")  purchased by the Darmstadt naturalist Johann Jakob Kaup",
          "refs": [
            "https://www.faz.net/aktuell/rhein-main/region-und-hessen/hessisches-landesmuseum-auf-dem-boden-der-tatsachen-16885235.html",
            "https://www.hlmd.de/ausstellungen/aktuell/detail/detail/current/25-jahre-unesco-weltnaturerbe.html",
            "https://www.smithsonianmag.com/smithsonian-institution/story-charles-willson-peales-massive-mastodon-180974384/"
          ]
        },
        {
          "sentence": "Also notable are the reconstructions of eleven hominid busts  and ten large-scale habitat dioramas",
          "refs": [
            "https://www.hessenschau.de/kultur/wie-ein-mammut-in-der-pandemie-heimlich-aus-den-usa-zurueck-nach-darmstadt-kam,mastodon-zurueck-100.html",
            "https://doi.org/10.1007%2F978-3-319-77401-5_14",
            "https://www.museum.de/museen/hessisches-landesmuseum-darmstadt"
          ]
        },
        {
          "sentence": "The Simon Spierer\u00a0 [de] Collection A Forest of Sculptures includes works of well-known international artists of the 20th century from Early Modern to Contemporary art, like Constantin Br\u00e2ncu\u0219i, Alberto Giacometti, Max Ernst, Henry Moore, Tony Cragg,  Hans Arp, Barbara Hepworth",
          "refs": [
            "https://www.sueddeutsche.de/kultur/kunst-darmstadt-skulptur-des-bildhauers-tony-cragg-geht-an-landesmuseum-dpa.urn-newsml-dpa-com-20090101-180308-99-397307"
          ]
        },
        {
          "sentence": "Spierer donated the sculpture collection in 2004",
          "refs": [
            "https://bildungsklick.de/bundeslaender/detail/genfer-kunstsammler-simon-spierer-schenkt-hessischem-landesmuseum-darmstadt-weltweit-einzigartige-skulpturensammlung",
            "https://www.hlmd.de/en/museum/art-and-cultural-history/the-simon-spierer-collection.html"
          ]
        },
        {
          "sentence": "Stele and Torso\u00a0 [de] are the predominant motifs",
          "refs": [
            "https://www.bildhauermuseen.de/hessisches-landesmuseum-darmstadt-2/"
          ]
        },
        {
          "sentence": "The museum owns 290 objects by Joseph Beuys in seven rooms (\"Block Beuys\u00a0 [de]\"),    the world's largest complex of his works",
          "refs": [
            "https://www.abendblatt.de/kultur-live/kunst/article228209051/Universalmuseum-in-Darmstadt-feiert-200-Geburtstag.html",
            "https://www.deutschlandfunkkultur.de/beuys-ausstellung-in-darmstadt-anstoss-fuer-den-permanenten-100.html",
            "https://www.hlmd.de/fileadmin/user_upload/Orientierungsplan_Block_Beuys_mit_Werkliste.pdf"
          ]
        },
        {
          "sentence": "Key works of the 1970 installation are expansive felt objects (1964\u201367), Fond III (layered felt and copper, 1969),  Scenes from the Deer Hunt (big closet with compartments filled with many small objects, 1961)  and Chair with Fat (1963)",
          "refs": [
            "https://www.bildhauermuseen.de/hessisches-landesmuseum-darmstadt-2/",
            "https://www.mutualart.com/Article/BEST-OF-2007--Block-Beuys/ECA7CA254E634747",
            "http://archiv.ub.uni-heidelberg.de/artdok/id/eprint/5639"
          ]
        },
        {
          "sentence": "Beuys himself worked on the installation until his death",
          "refs": [
            "https://www.hlmd.de/en/museum/art-and-cultural-history/block-beuys.html",
            "https://www.swr.de/swr2/wissen/joseph-beuys-revolutionaer-der-kunst-swr2-wissen-2021-05-12-100.html"
          ]
        },
        {
          "sentence": "Richard Rijnvos wrote music to each of the seven rooms",
          "refs": [
            "https://doi.org/10.1093%2Fgao%2F9781884446054.article.t008533"
          ]
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Gallery",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "Special exhibitions",
      "section_content": [
        {
          "sentence": "The museum regularly hosts temporary special exhibitions at Gro\u00dfer Saal",
          "refs": []
        }
      ],
      "subsections": []
    },
    {
      "section_title": "Controversies",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "See also",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "Films",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "References",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "Further reading",
      "section_content": [],
      "subsections": []
    },
    {
      "section_title": "External links",
      "section_content": [],
      "subsections": []
    }
  ],
  "references": {
    "1": "https://babel.hathitrust.org/cgi/pt?id=gri.ark:/13960/t8bg9st8g&view=1up&seq=8",
    "2": "https://www.hlmd.de/fileadmin/user_upload/Daten_und_Fakten_HLMD.pdf",
    "3": "https://www.architekturzeitung.com/architektur/137-architekturprojekte/712-hessisches-landesmuseum-kleffel-papay-warncke",
    "4": "https://www.hlmd.de/fileadmin/user_upload/ENG_PM_Reopening_HLMD.pdf",
    "5": "https://www.abendblatt.de/kultur-live/kunst/article228209051/Universalmuseum-in-Darmstadt-feiert-200-Geburtstag.html",
    "6": "https://www.faz.net/aktuell/rhein-main/kultur/hessisches-landesmuseum-darmstadt-martin-faass-18546493.html",
    "7": "https://www.metropolnews.info/mp371789/darmstadt-dr-martin-faass-ist-neuer-direktor-des-hessischen-landesmuseums-darmstadt",
    "8": "https://www.sueddeutsche.de/kultur/kultur-darmstadt-hessisches-landesmuseum-darmstadt-arbeitet-an-der-zukunft-dpa.urn-newsml-dpa-com-20090101-190217-99-20088",
    "9": "https://wissenschaft.hessen.de/kultur-erleben/museen",
    "10": "https://museen-in-hessen.de/de/museen/hessisches_landesmuseum_darmstadt",
    "11": "https://competitionline-content.com/xx/15_00112_Auslobung_Prot.pdf",
    "12": "https://www.darmstadtimherzen.de/leben-in-darmstadt/200-jahre-hessisches-landesmuseum-darmstadt/",
    "13": "https://tuprints.ulb.tu-darmstadt.de/id/eprint/6838",
    "14": "https://www.proveana.de/de/koerperschaft/hessisches-landesmuseum-darmstadt",
    "15": "https://dfg-vk-darmstadt.de/Lexikon_Auflage_2/EntarteteKunst.htm",
    "16": "http://emuseum.campus.fu-berlin.de/eMuseumPlus?service=RedirectService&sp=Scollection&sp=SfieldValue&sp=0&sp=0&sp=3&sp=SdetailList&sp=0&sp=Sdetail&sp=0&sp=F",
    "17": "https://www.hlmd.de/en/museum/history.html",
    "18": "https://www.darmstadt-stadtlexikon.de/b/brandnacht.html",
    "19": "https://www.worldcat.org/oclc/1301965556",
    "20": "https://www.darmstadt-stadtlexikon.de/h/hessisches-landesmuseum-darmstadt-hlmd.html",
    "21": "https://www.hlmd.de/fileadmin/user_upload/HLMD_Orientierungsplan_barrierefrei.pdf",
    "22": "https://www.faz.net/aktuell/rhein-main/kultur/wiedereroeffnung-landesmuseum-darmstadt-von-der-arche-noah-in-die-kirche-13147072.html",
    "23": "https://www.bauwelt.de/artikel/So-viel-Messel-wie-lange-nicht-Hessische-Landesmuseum-Darmstadt-2172592.html",
    "24": "https://www.weltkunst.de/kunstwissen/2020/07/das-hessische-landesmuseum-wird-200",
    "25": "https://www.fr.de/rhein-main/darmstadt/kostspielige-pracht-11254955.html",
    "26": "https://bonndoc.ulb.uni-bonn.de/xmlui/handle/20.500.11811/1994",
    "27": "https://www.freidok.uni-freiburg.de/data/10494",
    "28": "https://www.worldcat.org/oclc/65176549",
    "29": "https://digital.zlb.de/viewer/image/34432370/59/",
    "30": "http://www.haus-der-geschichte.com/",
    "31": "https://www.darmstadt.de/presseservice/einzelansicht/news/friedensplatz-ist-fertiggestellt",
    "32": "https://www.darmstadt.de/nachrichten/darmstadt-aktuell/news/antwort-auf-kleine-anfrage-oberbuergermeister-jochen-partsch-stellt-neuordnung-der-verkehrsfuehrung-auf-b26-zwischen-friedensplatz-und-landesmuseum-in-aussicht",
    "33": "https://www.darmstadt-stadtlexikon.de/k/kargel-reinhold.html",
    "34": "https://journals.qucosa.de/mimrg/article/view/3157",
    "35": "https://www.rheinpfalz.de/lokal/kaiserslautern_artikel,-die-ganze-welt-unter-einem-dach-_arid,190354.html",
    "36": "https://www.artisnext.net/galerie/detail.xhtml?id=32305",
    "37": "https://www.focus.de/regional/darmstadt/museen-landesmuseum-darmstadt-oeffnet-topmodern_id_4123094.html",
    "38": "https://www.lagis-hessen.de/de/subjects/xsrec/current/1/sn/edb?q=YToxOntzOjExOiJzYWNoYmVncmlmZiI7czoyMjoiTGFuZGVzbXVzZXVtIERhcm1zdGFkdCI7fQ==",
    "39": "https://www.roemer-tour.de/roemerspuren/deutschland/hessen/roemer-mosaik-bad-vilbel/",
    "40": "http://opacplus.bsb-muenchen.de/title/4243991/ft/bsb10018307?page=15",
    "41": "https://www.worldcat.org/oclc/701796430",
    "42": "https://www.worldcat.org/oclc/1292463589",
    "43": "https://www.hlmd.de/en/museum/art-and-cultural-history/department-of-prints-and-drawings.html",
    "44": "https://www.faz.net/aktuell/rhein-main/region-und-hessen/hessisches-landesmuseum-auf-dem-boden-der-tatsachen-16885235.html",
    "45": "https://www.hlmd.de/ausstellungen/aktuell/detail/detail/current/25-jahre-unesco-weltnaturerbe.html",
    "46": "https://www.smithsonianmag.com/smithsonian-institution/story-charles-willson-peales-massive-mastodon-180974384/",
    "47": "https://www.hessenschau.de/kultur/wie-ein-mammut-in-der-pandemie-heimlich-aus-den-usa-zurueck-nach-darmstadt-kam,mastodon-zurueck-100.html",
    "48": "https://doi.org/10.1007%2F978-3-319-77401-5_14",
    "49": "https://www.museum.de/museen/hessisches-landesmuseum-darmstadt",
    "50": "https://www.darmstadt-stadtlexikon.de/d/dioramen-tiergeographische.html",
    "51": "https://www.fr.de/rhein-main/darmstadt/arktis-zurueck-landesmuseum-11131432.html",
    "52": "https://www.sueddeutsche.de/kultur/kunst-darmstadt-skulptur-des-bildhauers-tony-cragg-geht-an-landesmuseum-dpa.urn-newsml-dpa-com-20090101-180308-99-397307",
    "53": "https://bildungsklick.de/bundeslaender/detail/genfer-kunstsammler-simon-spierer-schenkt-hessischem-landesmuseum-darmstadt-weltweit-einzigartige-skulpturensammlung",
    "54": "https://www.hlmd.de/en/museum/art-and-cultural-history/the-simon-spierer-collection.html",
    "55": "https://www.bildhauermuseen.de/hessisches-landesmuseum-darmstadt-2/",
    "56": "https://www.deutschlandfunkkultur.de/beuys-ausstellung-in-darmstadt-anstoss-fuer-den-permanenten-100.html",
    "57": "https://www.hlmd.de/fileadmin/user_upload/Orientierungsplan_Block_Beuys_mit_Werkliste.pdf",
    "58": "https://www.mutualart.com/Article/BEST-OF-2007--Block-Beuys/ECA7CA254E634747",
    "59": "http://archiv.ub.uni-heidelberg.de/artdok/id/eprint/5639",
    "60": "https://www.hlmd.de/en/museum/art-and-cultural-history/block-beuys.html",
    "61": "https://www.swr.de/swr2/wissen/joseph-beuys-revolutionaer-der-kunst-swr2-wissen-2021-05-12-100.html",
    "62": "https://doi.org/10.1093%2Fgao%2F9781884446054.article.t008533",
    "63": "https://www.richardrijnvos.com/compositions/cycle-block_beuys.html",
    "64": "https://www.worldcat.org/oclc/890997000",
    "65": "https://www.worldcat.org/oclc/181090596",
    "66": "https://www.faz.net/aktuell/rhein-main/kultur/hessisches-landesmuseum-von-boecklin-bis-beuys-17104221.html",
    "67": "https://www.hlmd.de/en/exhibitions/archive.html",
    "68": "https://www.worldcat.org/oclc/314243100",
    "69": "https://www.worldcat.org/oclc/897127891",
    "70": "https://www.worldcat.org/oclc/910512662",
    "71": "https://www.worldcat.org/oclc/908646943",
    "72": "https://www.worldcat.org/oclc/960886125",
    "73": "https://www.worldcat.org/oclc/954018196",
    "74": "https://www.worldcat.org/oclc/1348182519",
    "75": "https://www.worldcat.org/oclc/1353602241",
    "76": "https://www.fr.de/rhein-main/darmstadt/millionenteures-provisorium-landesmuseum-darmstadt-13698706.html",
    "77": "https://www.fr.de/rhein-main/darmstadt/verschwundene-kunstschaetze-aus-dem-landesmuseum-darmstadt-91985045.html"
  },
  "spicy_entities": {
    "hessisches landesmuseum darmstadt": "PERSON",
    "hlmd": "ORG",
    "darmstadt": "ORG",
    "germany": "GPE",
    "rembrandt": "PERSON",
    "beuys": "PERSON",
    "one": "CARDINAL",
    "80,000": "CARDINAL",
    "every year": "DATE",
    "1.35 million": "CARDINAL",
    "2019": "DATE",
    "martin faass": "PERSON",
    "three": "CARDINAL",
    "hessian state": "ORG",
    "kassel": "GPE",
    "wiesbaden": "GPE",
    "europe": "LOC",
    "the universalmuseum joanneum": "ORG",
    "graz": "GPE",
    "the national museum of scotland": "ORG",
    "edinburgh": "GPE",
    "the 17th century": "DATE",
    "12 july 1820": "DATE",
    "louis i, grand duke": "ORG",
    "hesse": "GPE",
    "baroque": "ORG",
    "the residential palace darmstadt": "ORG",
    "1906": "DATE",
    "1937": "DATE",
    "82": "CARDINAL",
    "brandnacht": "PERSON",
    "11 to 12 september 1944": "DATE",
    "1955": "DATE",
    "1897": "DATE",
    "alfred messel": "PERSON",
    "palladian": "NORP",
    "pompeian": "NORP",
    "509": "CARDINAL",
    "bc": "ORG",
    "400 ad": "DATE",
    "romanesque": "NORP",
    "1350\u20131500": "CARDINAL",
    "italian": "NORP",
    "1580": "DATE",
    "the princely treasury": "ORG",
    "baroque hall": "ORG",
    "gro\u00dfer saal": "GPE",
    "an 18th century": "DATE",
    "louis remy de la fosse": "PERSON",
    "residential palace darmstadt": "ORG",
    "geschichte darmstadt": "PERSON",
    "georg moller": "PERSON",
    "friedensplatz": "ORG",
    "karolinenplatz": "ORG",
    "reinhold kargel": "PERSON",
    "1984": "DATE",
    "2023": "DATE",
    "400": "CARDINAL",
    "\u20ac80-million": "MONEY",
    "2007": "DATE",
    "13 september 2014": "DATE",
    "about 100,000": "CARDINAL",
    "9,000\u00a0m2": "QUANTITY",
    "97,000": "CARDINAL",
    "12,000": "CARDINAL",
    "130,000": "CARDINAL",
    "the art nouveau": "ORG",
    "pieter brueghel": "PERSON",
    "gallows": "PERSON",
    "the magdeburg ivories": "LOC",
    "art nouveau": "PERSON",
    "german": "NORP",
    "dutch": "NORP",
    "flemish": "NORP",
    "d\u00fcrer": "PERSON",
    "louis i": "PERSON",
    "1803": "DATE",
    "messel": "GPE",
    "american": "NORP",
    "peale's mastodon": "WORK_OF_ART",
    "johann jakob kaup": "PERSON",
    "eleven": "CARDINAL",
    "ten": "CARDINAL",
    "the simon spierer": "PERSON",
    "the 20th century": "DATE",
    "constantin br\u00e2ncu\u0219i": "PERSON",
    "alberto giacometti": "PERSON",
    "max ernst": "PERSON",
    "henry moore": "PERSON",
    "tony cragg": "PERSON",
    "hans arp": "PERSON",
    "barbara hepworth": "PERSON",
    "2004": "DATE",
    "stele": "PERSON",
    "torso": "PERSON",
    "290": "CARDINAL",
    "joseph beuys": "PERSON",
    "seven": "CARDINAL",
    "1970": "DATE",
    "fond iii": "GPE",
    "1969": "DATE",
    "scenes": "PRODUCT",
    "the deer hunt": "FAC",
    "1961": "DATE",
    "1963": "DATE",
    "richard rijnvos": "PERSON"
  },
  "flair_entities": [
    "romanesque",
    "landgraves of hesse-darmstadt",
    "louis i",
    "torso",
    "barbara hepworth",
    "brandnacht",
    "karolinenplatz",
    "hlmd",
    "darmstadt  hessisches landesmuseum darmstadt",
    "baroque",
    "universalmuseum joanneum",
    "magdeburg ivories",
    "dutch",
    "alberto giacometti",
    "american",
    "tony cragg",
    "residential palace darmstadt",
    "late gothic hall",
    "kassel",
    "louis remy de la fosse",
    "simon spierer",
    "hesse",
    "deer hunt",
    "hessisches",
    "degenerate",
    "princely treasury",
    "spierer",
    "national museum of scotland",
    "johann jakob kaup",
    "georg moller",
    "landesmuseum",
    "german",
    "wikidata",
    "darmstadt",
    "wiesbaden",
    "graz",
    "herrngarten",
    "europe",
    "pompeian",
    "rembrandt",
    "alfred messel",
    "a forest of sculptures",
    "richard rijnvos",
    "zeughausstra\u00dfe",
    "henry moore",
    "germany",
    "beuys",
    "max ernst",
    "edinburgh",
    "constantin br\u00e2ncu\u0219i",
    "chiavenna",
    "modern",
    "gro\u00dfer saal",
    "peale",
    "martin faass",
    "house of history",
    "grand duke of hesse",
    "hans arp",
    "art nouveau",
    "palladian",
    "joseph beuys",
    "block beuys",
    "d\u00fcrer",
    "fond iii",
    "messel",
    "haus der geschichte darmstadt",
    "chair with fat",
    "pieter brueghel the elder",
    "flemish",
    "stele",
    "the magpie on the gallows",
    "hessian state",
    "italian",
    "reinhold kargel"
  ]
}