Approval.
This commit is contained in:
parent
90e20227f7
commit
eff355e85c
9
ar/institution_basic_category_set.php
Normal file
9
ar/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
ar/institution_collection_area_set.php
Normal file
30
ar/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
ar/institution_musdb_use_case_set.php
Normal file
7
ar/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
ar/institution_public_private_category_set.php
Normal file
8
ar/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
ar/object_document_type_set.php
Normal file
11
ar/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
de/institution_basic_category_set.php
Normal file
9
de/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archiv',
|
||||||
|
'library' => 'Bibliothek',
|
||||||
|
'memorial_site' => 'Gedenkstätte',
|
||||||
|
'private_collection' => 'Privatsammlung',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
de/institution_collection_area_set.php
Normal file
30
de/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Alltag',
|
||||||
|
'archaeology' => 'Archäologie',
|
||||||
|
'architecture' => 'Architektur',
|
||||||
|
'history_of_mining' => 'Bergbau',
|
||||||
|
'botany' => 'Botanik',
|
||||||
|
'history_of_film' => 'Filmgeschichte',
|
||||||
|
'political_history' => 'Politische Geschichte',
|
||||||
|
'arts' => 'Kunst',
|
||||||
|
'applied_arts' => 'Kunstgewerbe',
|
||||||
|
'agriculture' => 'Landwirtschaft',
|
||||||
|
'literature' => 'Literatur',
|
||||||
|
'history_of_medicine' => 'Medizingeschichte',
|
||||||
|
'military_history' => 'Militärgeschichte',
|
||||||
|
'mineralogy' => 'Mineralogie',
|
||||||
|
'music' => 'Musik',
|
||||||
|
'numismatics' => 'Numismatik',
|
||||||
|
'paleontology' => 'Paläontologie',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regionalgeschichte',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technologie',
|
||||||
|
'ethnography' => 'Volks- und Völkerkunde',
|
||||||
|
'zoology' => 'Zoologie',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
de/institution_musdb_use_case_set.php
Normal file
7
de/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Sammlungsmanagement',
|
||||||
|
'publication' => 'Publikation',
|
||||||
|
'collection_management_and_publication' => 'Sammlungsmanagement und Publikation',
|
||||||
|
);
|
8
de/institution_public_private_category_set.php
Normal file
8
de/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Öffentlich',
|
||||||
|
'private' => 'Privat',
|
||||||
|
'religious' => 'Religiös',
|
||||||
|
'mixed' => 'Gemischt',
|
||||||
|
);
|
11
de/object_document_type_set.php
Normal file
11
de/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefiniert / allgemeines Dokument',
|
||||||
|
'provenance_report' => 'Provenienzbericht',
|
||||||
|
'purchase_contract' => 'Kaufvertrag',
|
||||||
|
'restoration_report' => 'Restaurierungsbericht',
|
||||||
|
'assessment' => 'Gutachten',
|
||||||
|
'correspondence' => 'Korrespondenz',
|
||||||
|
'legacy_documentation' => 'Alte Objektdokumentation',
|
||||||
|
);
|
9
dsb/institution_basic_category_set.php
Normal file
9
dsb/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
dsb/institution_collection_area_set.php
Normal file
30
dsb/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
dsb/institution_musdb_use_case_set.php
Normal file
7
dsb/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
dsb/institution_public_private_category_set.php
Normal file
8
dsb/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
dsb/object_document_type_set.php
Normal file
11
dsb/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
en/institution_basic_category_set.php
Normal file
9
en/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
en/institution_collection_area_set.php
Normal file
30
en/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
en/institution_musdb_use_case_set.php
Normal file
7
en/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
en/institution_public_private_category_set.php
Normal file
8
en/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
en/object_document_type_set.php
Normal file
11
en/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
es/institution_basic_category_set.php
Normal file
9
es/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
es/institution_collection_area_set.php
Normal file
30
es/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
es/institution_musdb_use_case_set.php
Normal file
7
es/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
es/institution_public_private_category_set.php
Normal file
8
es/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
es/object_document_type_set.php
Normal file
11
es/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
fr/institution_basic_category_set.php
Normal file
9
fr/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
fr/institution_collection_area_set.php
Normal file
30
fr/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
fr/institution_musdb_use_case_set.php
Normal file
7
fr/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
fr/institution_public_private_category_set.php
Normal file
8
fr/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
fr/object_document_type_set.php
Normal file
11
fr/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
hsb/institution_basic_category_set.php
Normal file
9
hsb/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
hsb/institution_collection_area_set.php
Normal file
30
hsb/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
hsb/institution_musdb_use_case_set.php
Normal file
7
hsb/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
hsb/institution_public_private_category_set.php
Normal file
8
hsb/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
hsb/object_document_type_set.php
Normal file
11
hsb/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
hu/institution_basic_category_set.php
Normal file
9
hu/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
hu/institution_collection_area_set.php
Normal file
30
hu/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
hu/institution_musdb_use_case_set.php
Normal file
7
hu/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
hu/institution_public_private_category_set.php
Normal file
8
hu/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
hu/object_document_type_set.php
Normal file
11
hu/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
id/institution_basic_category_set.php
Normal file
9
id/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
id/institution_collection_area_set.php
Normal file
30
id/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
id/institution_musdb_use_case_set.php
Normal file
7
id/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
id/institution_public_private_category_set.php
Normal file
8
id/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
id/object_document_type_set.php
Normal file
11
id/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
it/institution_basic_category_set.php
Normal file
9
it/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
it/institution_collection_area_set.php
Normal file
30
it/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
it/institution_musdb_use_case_set.php
Normal file
7
it/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
it/institution_public_private_category_set.php
Normal file
8
it/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
it/object_document_type_set.php
Normal file
11
it/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
iw/institution_basic_category_set.php
Normal file
9
iw/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
iw/institution_collection_area_set.php
Normal file
30
iw/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
iw/institution_musdb_use_case_set.php
Normal file
7
iw/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
iw/institution_public_private_category_set.php
Normal file
8
iw/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
iw/object_document_type_set.php
Normal file
11
iw/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
nl/institution_basic_category_set.php
Normal file
9
nl/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
nl/institution_collection_area_set.php
Normal file
30
nl/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
nl/institution_musdb_use_case_set.php
Normal file
7
nl/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
nl/institution_public_private_category_set.php
Normal file
8
nl/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
nl/object_document_type_set.php
Normal file
11
nl/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
pl/institution_basic_category_set.php
Normal file
9
pl/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
pl/institution_collection_area_set.php
Normal file
30
pl/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
pl/institution_musdb_use_case_set.php
Normal file
7
pl/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
pl/institution_public_private_category_set.php
Normal file
8
pl/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
pl/object_document_type_set.php
Normal file
11
pl/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
pt/institution_basic_category_set.php
Normal file
9
pt/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
pt/institution_collection_area_set.php
Normal file
30
pt/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
pt/institution_musdb_use_case_set.php
Normal file
7
pt/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
pt/institution_public_private_category_set.php
Normal file
8
pt/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
pt/object_document_type_set.php
Normal file
11
pt/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
qu/institution_basic_category_set.php
Normal file
9
qu/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
qu/institution_collection_area_set.php
Normal file
30
qu/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
qu/institution_musdb_use_case_set.php
Normal file
7
qu/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
qu/institution_public_private_category_set.php
Normal file
8
qu/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
qu/object_document_type_set.php
Normal file
11
qu/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
ro/institution_basic_category_set.php
Normal file
9
ro/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
ro/institution_collection_area_set.php
Normal file
30
ro/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
ro/institution_musdb_use_case_set.php
Normal file
7
ro/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
ro/institution_public_private_category_set.php
Normal file
8
ro/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
ro/object_document_type_set.php
Normal file
11
ro/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
ru/institution_basic_category_set.php
Normal file
9
ru/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
ru/institution_collection_area_set.php
Normal file
30
ru/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
ru/institution_musdb_use_case_set.php
Normal file
7
ru/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
ru/institution_public_private_category_set.php
Normal file
8
ru/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
ru/object_document_type_set.php
Normal file
11
ru/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
tl/institution_basic_category_set.php
Normal file
9
tl/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
tl/institution_collection_area_set.php
Normal file
30
tl/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
tl/institution_musdb_use_case_set.php
Normal file
7
tl/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
tl/institution_public_private_category_set.php
Normal file
8
tl/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
tl/object_document_type_set.php
Normal file
11
tl/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
tr/institution_basic_category_set.php
Normal file
9
tr/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
tr/institution_collection_area_set.php
Normal file
30
tr/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
tr/institution_musdb_use_case_set.php
Normal file
7
tr/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
tr/institution_public_private_category_set.php
Normal file
8
tr/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
tr/object_document_type_set.php
Normal file
11
tr/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
9
uk/institution_basic_category_set.php
Normal file
9
uk/institution_basic_category_set.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'archive' => 'Archive',
|
||||||
|
'library' => 'Library',
|
||||||
|
'memorial_site' => 'Memorial site',
|
||||||
|
'private_collection' => 'Private collection',
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
30
uk/institution_collection_area_set.php
Normal file
30
uk/institution_collection_area_set.php
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_collection_area_set = array (
|
||||||
|
'everyday_life' => 'Everyday life',
|
||||||
|
'archaeology' => 'Archaeology',
|
||||||
|
'architecture' => 'Architecture',
|
||||||
|
'history_of_mining' => 'History of mining',
|
||||||
|
'botany' => 'Botany',
|
||||||
|
'history_of_film' => 'History of film',
|
||||||
|
'political_history' => 'Political history',
|
||||||
|
'arts' => 'Arts',
|
||||||
|
'applied_arts' => 'Applied arts',
|
||||||
|
'agriculture' => 'Agriculture',
|
||||||
|
'literature' => 'Literature',
|
||||||
|
'history_of_medicine' => 'History of medicine',
|
||||||
|
'military_history' => 'Military history',
|
||||||
|
'mineralogy' => 'Mineralogy',
|
||||||
|
'music' => 'Music',
|
||||||
|
'numismatics' => 'Numismatics',
|
||||||
|
'paleontology' => 'Paleontology',
|
||||||
|
'personalia' => 'Personalia',
|
||||||
|
'regional_history' => 'Regional history',
|
||||||
|
'religion' => 'Religion',
|
||||||
|
'technology' => 'Technology',
|
||||||
|
'ethnography' => 'Ethnography',
|
||||||
|
'zoology' => 'Zoology',
|
||||||
|
);
|
||||||
|
$institution_basic_category_set = array (
|
||||||
|
'museum' => 'Museum',
|
||||||
|
);
|
7
uk/institution_musdb_use_case_set.php
Normal file
7
uk/institution_musdb_use_case_set.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_musdb_use_case_set = array (
|
||||||
|
'collection_management' => 'Collection management',
|
||||||
|
'publication' => 'Publication',
|
||||||
|
'collection_management_and_publication' => 'Collection management and publication',
|
||||||
|
);
|
8
uk/institution_public_private_category_set.php
Normal file
8
uk/institution_public_private_category_set.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
11
uk/object_document_type_set.php
Normal file
11
uk/object_document_type_set.php
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$object_document_type_set = array (
|
||||||
|
'undefined' => 'Undefined / general document',
|
||||||
|
'provenance_report' => 'Provenance report',
|
||||||
|
'purchase_contract' => 'Purchase contract',
|
||||||
|
'restoration_report' => 'Restoration report',
|
||||||
|
'assessment' => 'Assessment',
|
||||||
|
'correspondence' => 'Correspondence',
|
||||||
|
'legacy_documentation' => 'Legacy documentation',
|
||||||
|
);
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user