Approval.
This commit is contained in:
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Öffentlich',
|
||||||
|
'private' => 'Privat',
|
||||||
|
'religious' => 'Religiös',
|
||||||
|
'mixed' => 'Gemischt',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -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',
|
||||||
|
);
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$institution_public_private_category_set = array (
|
||||||
|
'public' => 'Public',
|
||||||
|
'private' => 'Private',
|
||||||
|
'religious' => 'Religious',
|
||||||
|
'mixed' => 'Mixed',
|
||||||
|
);
|
||||||
@@ -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
Reference in New Issue
Block a user