2024-05-10 16:22:03 +02:00
|
|
|
<?PHP
|
|
|
|
declare(strict_types = 1);
|
|
|
|
$institution_basic_category_set = array (
|
|
|
|
'archive' => 'Archiv',
|
|
|
|
'library' => 'Bibliothek',
|
|
|
|
'memorial_site' => 'Gedenkstätte',
|
|
|
|
'private_collection' => 'Privatsammlung',
|
|
|
|
'museum' => 'Museum',
|
2024-06-17 15:44:03 +02:00
|
|
|
'university_collection' => 'Universitäre Sammlung',
|
2024-05-10 16:22:03 +02:00
|
|
|
);
|