Compare commits

...

51 Commits

Author SHA1 Message Date
a7e3056f09 Approval. 2025-05-08 14:51:48 +00:00
ec5a15a8b1 Approval. 2025-05-05 20:51:14 +00:00
b3adbadf7e Approval. 2025-04-05 22:40:16 +00:00
63f12e097f Approval. 2025-03-19 14:20:10 +00:00
d00a827bab Approval. 2025-03-19 14:00:16 +00:00
26d1fa3365 Approval. 2025-03-03 16:44:00 +00:00
63d9d55cde Approval. 2025-02-20 15:06:44 +00:00
1563a72bf9 Approval. 2025-02-14 17:16:11 +00:00
eefedde50c Approval. 2025-02-14 16:35:19 +00:00
6d8b713c07 Approval. 2025-02-12 23:21:43 +00:00
8128c284df Approval. 2025-02-11 01:02:14 +00:00
7bfd222f94 Approval. 2025-02-03 16:29:56 +00:00
a2fa7b7bf2 Approval. 2025-01-31 22:19:53 +00:00
76256a823c Approval. 2025-01-22 14:03:17 +00:00
2619277713 Approval. 2025-01-14 10:06:14 +00:00
690f60a307 Approval. 2025-01-12 20:47:41 +00:00
1aff60d35e Approval. 2024-12-18 15:59:58 +00:00
b8f0d94647 Approval. 2024-12-18 11:37:39 +00:00
ffb9c18d93 Approval. 2024-12-10 21:04:19 +00:00
715fd84d98 Approval. 2024-12-09 22:18:30 +00:00
f33074a662 Approval. 2024-12-09 13:57:17 +00:00
78c35964fb Approval. 2024-12-01 15:52:41 +00:00
eb9834ca20 Approval. 2024-11-21 16:50:59 +00:00
e68daaa9e6 Approval. 2024-11-21 16:46:19 +00:00
974fc860c6 Approval. 2024-10-20 23:23:58 +00:00
7623a0314d Approval. 2024-09-27 15:05:53 +00:00
eb42b7f0d8 Approval. 2024-07-08 14:41:41 +00:00
7dad733945 Approval. 2024-06-19 20:58:30 +00:00
9a92d4fdda Approval. 2024-06-17 13:44:03 +00:00
e863da6ffe Approval. 2024-06-11 22:11:16 +00:00
ff2a294832 Approval. 2024-06-01 22:58:11 +00:00
33854d23a7 Approval. 2024-05-24 17:31:22 +00:00
17d7c33a10 Approval. 2024-05-22 17:44:12 +00:00
49b1e7a428 Approval. 2024-05-11 01:55:36 +00:00
eff355e85c Approval. 2024-05-10 14:22:03 +00:00
90e20227f7 Approval. 2024-05-07 16:30:22 +00:00
0a13faf9ac Approval. 2024-04-30 14:12:24 +00:00
d0cceb7d6e Approval. 2024-04-23 11:58:24 +00:00
7f50c80511 Approval. 2024-04-18 12:44:40 +00:00
bc30d095fa Approval. 2024-03-26 14:51:39 +00:00
fcce14091b Approval. 2024-03-25 18:39:07 +00:00
7db238a1ba Approval. 2024-03-25 14:51:51 +00:00
2a4d4b388a Approval. 2024-01-29 20:13:20 +00:00
15f070d98e Approval. 2024-01-18 00:47:01 +00:00
01f7a9e106 Approval. 2024-01-13 23:19:38 +00:00
af6be30740 Approval. 2024-01-13 15:17:23 +00:00
a114d7d320 Approval. 2024-01-12 17:58:52 +00:00
992922cb36 Approval. 2024-01-12 17:49:00 +00:00
172ef839d4 Approval. 2024-01-12 17:32:54 +00:00
5ba11ffba9 Approval. 2024-01-05 17:05:44 +00:00
edcab2f19a Approval. 2023-12-30 20:54:34 +00:00
751 changed files with 8385 additions and 128 deletions

8
ar/eventtype_groups.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Production',
'post_production' => 'Post-production',
'pre_production' => 'Pre-production',
'no_production' => 'No production',
);

View File

@ -49,4 +49,11 @@ $eventname = array (
48 => 'Edited',
49 => 'Donated / present',
50 => 'Inherited',
51 => 'Had subject',
52 => 'Emerged',
53 => 'Production of material',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Received ownership',
57 => 'Transferred ownership',
);

View File

@ -49,4 +49,11 @@ $event_persinst = array (
48 => 'edited by',
49 => 'donated by',
50 => 'inherited by',
51 => 'had subject',
52 => 'emerged by',
53 => 'Material produced by',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received by',
57 => 'Ownership transfered by',
);

View File

@ -49,4 +49,11 @@ $event_place = array (
48 => 'edited in',
49 => 'donated / given as present in',
50 => 'inherited in',
51 => 'had subject',
52 => 'emerged at',
53 => 'Material produced in',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received in',
57 => 'Ownership transfered in',
);

View File

@ -49,4 +49,11 @@ $event_time = array (
48 => 'edited at',
49 => 'donated at',
50 => 'inherited at',
51 => 'had subject',
52 => 'emerged at',
53 => 'Material produced',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received',
57 => 'Ownership transfered',
);

View File

@ -1 +0,0 @@
[]

View File

@ -0,0 +1,10 @@
<?PHP
declare(strict_types = 1);
$institution_basic_category_set = array (
'archive' => 'Archive',
'library' => 'Library',
'memorial_site' => 'Memorial site',
'private_collection' => 'Private collection',
'museum' => 'Museum',
'university_collection' => 'University collection',
);

View 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',
);

View 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',
);

View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$institution_public_private_category_set = array (
'public' => 'Public',
'private' => 'Private',
'religious' => 'Religious',
'mixed' => 'Mixed',
);

View File

@ -21,4 +21,5 @@ $marking_types = array (
'scarified' => 'Scarified',
'cast' => 'Cast',
'painted' => 'Painted',
'drawn' => 'Drawn',
);

View File

@ -0,0 +1,34 @@
<?PHP
declare(strict_types = 1);
$measurement_type_set = array (
'length' => 'Length',
'height' => 'Height',
'width' => 'Width',
'number_of_copies' => 'Number of copies',
'weight' => 'Weight',
'diameter' => 'Diameter',
'wall' => 'Wall',
'number_of_parts' => 'Number of parts',
'die_axis' => 'Die-axis',
'length_socle' => 'Length of socle',
'height_socle' => 'Height of socle',
'width_socle' => 'Width of socle',
'height_sheet_size' => 'Sheet size (height)',
'length_sheet_size' => 'Sheet size (length)',
'width_sheet_size' => 'Sheet size (width)',
'height_image_size' => 'Image size (height)',
'length_image_size' => 'Image size (length)',
'width_image_size' => 'Image size (width)',
'length_frame' => 'Frame (length)',
'height_frame' => 'Frame (height)',
'width_frame' => 'Frame (width)',
'length_min' => 'Length (min.)',
'length_max' => 'Length (max.)',
'height_min' => 'Height (min.)',
'height_max' => 'Height (max.)',
'width_min' => 'Width (min.)',
'width_max' => 'Width (max.)',
'diameter_min' => 'Diameter (min.)',
'diameter_max' => 'Diameter (max.)',
'diameter_frame' => 'Frame (diameter)',
);

View File

@ -0,0 +1,11 @@
<?PHP
declare(strict_types = 1);
$object_document_type_set = array (
'undefined' => 'Undefined',
'provenance_report' => 'Provenance report',
'purchase_contract' => 'Purchase contract',
'restoration_report' => 'Restoration report',
'assessment' => 'Assessment',
'correspondence' => 'Correspondence',
'legacy_documentation' => 'Legacy documentation',
);

View File

@ -0,0 +1,9 @@
<?PHP
declare(strict_types = 1);
$object_record_status = array (
'unlocked' => 'Unlocked',
'locked' => 'Locked',
'revision' => 'Revision',
'deleted' => 'Deleted',
'archived' => 'Archived',
);

View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$object_record_status_explica = array (
'unlocked' => 'Default status. The object record can be updated.',
'locked' => 'The object cannot be updated until the lock has been released.',
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
'archived' => 'E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews.',
);

View File

@ -8,9 +8,22 @@ $position_set = array (
'right' => 'Right',
'bottom_right' => 'Bottom right',
'bottom' => 'Bottom',
'bottom_left' => 'Unten links',
'bottom_left' => 'Bottom left',
'center' => 'Center',
'rear_side' => 'Rear side',
'edge' => 'Edge',
'other' => 'Other',
'inside' => 'Inside',
'underside' => 'Underside',
'topside' => 'Topside',
'front_front' => 'Full front',
'rear_left' => 'Rear side: left',
'rear_top_left' => 'Rear side: top left',
'rear_top' => 'Rear side: top',
'rear_top_right' => 'Rear side: top right',
'rear_right' => 'Rear side: right',
'rear_bottom_right' => 'Rear side: bottom right',
'rear_bottom' => 'Rear side: bottom',
'rear_bottom_left' => 'Rear side: bottom left',
'rear_center' => 'Rear side: center',
);

View File

@ -0,0 +1,24 @@
<?PHP
declare(strict_types = 1);
$series_contributor_role = array (
'author' => 'Author',
'director' => 'Director',
'dramaturg' => 'Dramaturg',
'production_designer' => 'Production designer',
'costumer' => 'Costumer',
'musician' => 'Musician',
'choreographer' => 'Choreographer',
'make_up_artist' => 'Make-up artist',
'speech_trainer' => 'Speech trainer',
'puppet_maker' => 'Puppet maker',
'technician' => 'Technician',
'inspector' => 'Inspector',
'assistant' => 'Assistant',
'actor' => 'Actor',
'painter' => 'Painter',
'creator' => 'Creator',
'equipment_supplier' => 'Equipment supplier',
'contributing_institution' => 'Contributing institution',
'event_organizer' => 'Event organizer',
'movement_trainer' => 'Movement trainer',
);

7
ar/series_place_role.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Place of production',
'performance_space' => 'Performance space',
'rehearsal_space' => 'Rehearsal space',
);

6
ar/series_time_role.php Normal file
View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Time of presentation',
);

View File

@ -12,4 +12,5 @@ $space_types = array (
'office' => 'Office',
'floor' => 'Floor',
'hallway' => 'Hallway',
'outdoor_area' => 'Outdoor area',
);

View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_copies_set = array (
'copies' => 'Copies',
'specimen' => 'Specimen',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Parts',
'pages' => 'Pages',
'sheets' => 'Sheets',
);

View File

@ -0,0 +1,5 @@
<?PHP
declare(strict_types = 1);
$units_die_axis_set = array (
'h' => 'h',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
'checked' => 'Checked',
'unchecked' => 'Unchecked',
'questionable' => 'Questionable',
);

8
de/eventtype_groups.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Herstellung',
'post_production' => 'Nach der Herstellung',
'pre_production' => 'Vor der Herstellung',
'no_production' => 'Unabhängig von Herstellung',
);

View File

@ -49,4 +49,11 @@ $eventname = array (
48 => 'Herausgegeben',
49 => 'Gespendet / Geschenkt',
50 => 'Geerbt',
51 => 'Hat zum Hauptgegenstand',
52 => 'Entstanden',
53 => 'Herstellung des Materials',
54 => 'Erwähnter Ort',
55 => 'Erwähnte Zeit',
56 => 'In Eigentum übernommen',
57 => 'In Eigentum übergeben in',
);

View File

@ -49,4 +49,11 @@ $event_persinst = array (
48 => 'herausgegeben von',
49 => 'gespendet / geschenkt von',
50 => 'geerbt von',
51 => 'hat zum Hauptgegenstand',
52 => 'entstanden durch',
53 => 'Material produziert von',
54 => 'Erwähnter Ort',
55 => 'Erwähnte Zeit',
56 => 'In Eigentum übernommen von',
57 => 'In Eigentum übergeben von',
);

View File

@ -49,4 +49,11 @@ $event_place = array (
48 => 'herausgegeben in',
49 => 'gespendet / geschenkt in',
50 => 'geerbt in',
51 => 'hat zum Hauptgegenstand',
52 => 'entstanden in',
53 => 'Material hergestellt in',
54 => 'Erwähnter Ort',
55 => 'Erwähnte Zeit',
56 => 'In Eigentum übernommen in',
57 => 'In Eigentum übergeben in',
);

View File

@ -49,4 +49,11 @@ $event_time = array (
48 => 'herausgegeben',
49 => 'gespendet / geschenkt',
50 => 'geerbt',
51 => 'hat zum Hauptgegenstand',
52 => 'entstanden am',
53 => 'Material hergestellt',
54 => 'Erwähnter Ort',
55 => 'Erwähnte Zeit',
56 => 'In Eigentum übernommen',
57 => 'In Eigentum übergeben',
);

View File

@ -1 +0,0 @@
[]

View File

@ -0,0 +1,10 @@
<?PHP
declare(strict_types = 1);
$institution_basic_category_set = array (
'archive' => 'Archiv',
'library' => 'Bibliothek',
'memorial_site' => 'Gedenkstätte',
'private_collection' => 'Privatsammlung',
'museum' => 'Museum',
'university_collection' => 'Universitäre Sammlung',
);

View 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',
);

View 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',
);

View 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',
);

View File

@ -21,4 +21,5 @@ $marking_types = array (
'scarified' => 'Geritzt',
'cast' => 'Guss',
'painted' => 'Gemalt',
'drawn' => 'Gezeichnet',
);

View File

@ -0,0 +1,34 @@
<?PHP
declare(strict_types = 1);
$measurement_type_set = array (
'length' => 'Länge',
'height' => 'Höhe',
'width' => 'Breite',
'number_of_copies' => 'Anzahl / Stückzahl',
'weight' => 'Gewicht',
'diameter' => 'Durchmesser',
'wall' => 'Wandungsstärke',
'number_of_parts' => 'Anzahl von Teilen',
'die_axis' => 'Stempelstellung',
'length_socle' => 'Länge (Sockel)',
'height_socle' => 'Höhe (Sockel)',
'width_socle' => 'Breite (Sockel)',
'height_sheet_size' => 'Blattmaß (Höhe)',
'length_sheet_size' => 'Blattmaß (Länge)',
'width_sheet_size' => 'Blattmaß (Breite)',
'height_image_size' => 'Bildmaß (Höhe)',
'length_image_size' => 'Bildmaß (Länge)',
'width_image_size' => 'Bildmaß (Breite)',
'length_frame' => 'Rahmen (Länge)',
'height_frame' => 'Rahmen (Höhe)',
'width_frame' => 'Rahmen (Breite)',
'length_min' => 'Länge (min.)',
'length_max' => 'Länge (max.)',
'height_min' => 'Höhe (min.)',
'height_max' => 'Höhe (max.)',
'width_min' => 'Breite (min.)',
'width_max' => 'Breite (max.)',
'diameter_min' => 'Durchmesser (min.)',
'diameter_max' => 'Durchmesser (max.)',
'diameter_frame' => 'Rahmen (Durchmesser)',
);

View File

@ -0,0 +1,11 @@
<?PHP
declare(strict_types = 1);
$object_document_type_set = array (
'undefined' => 'Undefiniert',
'provenance_report' => 'Provenienzbericht',
'purchase_contract' => 'Kaufvertrag',
'restoration_report' => 'Restaurierungsbericht',
'assessment' => 'Gutachten',
'correspondence' => 'Korrespondenz',
'legacy_documentation' => 'Alte Objektdokumentation',
);

View File

@ -0,0 +1,9 @@
<?PHP
declare(strict_types = 1);
$object_record_status = array (
'unlocked' => 'Bearbeitung',
'locked' => 'Schreibgeschützt',
'revision' => 'Recherche',
'deleted' => 'Gelöscht',
'archived' => 'Archiviert',
);

View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$object_record_status_explica = array (
'unlocked' => 'Standardwert. Der Objektdatensatz kann bearbeitet werden.',
'locked' => 'Das Objekt kann derzeit nicht bearbeitet werden. Es kann erst wieder aktualisiert werden, wenn die Sperre aufgehoben wurde.',
'revision' => 'Das Objekt wird derzeit beforscht. Weitere Bearbeitungen sind nicht möglich, bis diese Arbeit abgeschlossen ist.',
'archived' => 'Z.B. für deakzessionierte Objekte. Der Objektdatensatz ist schreibgeschützt und das Objekt ist in Objektübersichten als archiviert markiert.',
);

View File

@ -13,4 +13,17 @@ $position_set = array (
'rear_side' => 'Rückseite',
'edge' => 'Rand',
'other' => 'Weiteres',
'inside' => 'Innen',
'underside' => 'Unterseite',
'topside' => 'Oberseite',
'front_front' => 'Volle Frontseite',
'rear_left' => 'Rückseite: Links',
'rear_top_left' => 'Rückseite: Oben links',
'rear_top' => 'Rückseite: Oben',
'rear_top_right' => 'Rückseite: Oben rechts',
'rear_right' => 'Rückseite: Rechts',
'rear_bottom_right' => 'Rückseite: Unten rechts',
'rear_bottom' => 'Rückseite: Unten',
'rear_bottom_left' => 'Rückseite: Unten links',
'rear_center' => 'Rückseite: Mittig',
);

View File

@ -0,0 +1,24 @@
<?PHP
declare(strict_types = 1);
$series_contributor_role = array (
'author' => 'Text',
'director' => 'Regie',
'dramaturg' => 'Dramaturgie',
'production_designer' => 'Bühnenbild',
'costumer' => 'Kostüm',
'musician' => 'Musik',
'choreographer' => 'Choreographie',
'make_up_artist' => 'Maske',
'speech_trainer' => 'Sprecherziehung',
'puppet_maker' => 'Puppenbau',
'technician' => 'Technik',
'inspector' => 'Inspizienz',
'assistant' => 'Assistenz',
'actor' => 'Schauspiel',
'painter' => 'Malen',
'creator' => 'Herstellung',
'equipment_supplier' => 'Ausstattung',
'contributing_institution' => 'Mitwirkende Institution',
'event_organizer' => 'Veranstaltungsorganisation',
'movement_trainer' => 'Bewegungstraining',
);

7
de/series_place_role.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Herstellungsort',
'performance_space' => 'Aufführungsort',
'rehearsal_space' => 'Probenort',
);

6
de/series_time_role.php Normal file
View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Zeit der Aufführung',
);

View File

@ -12,4 +12,5 @@ $space_types = array (
'office' => 'Büro',
'floor' => 'Stockwerk',
'hallway' => 'Flur',
'outdoor_area' => 'Außenbereich',
);

View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_copies_set = array (
'copies' => 'Kopien',
'specimen' => 'Exemplare',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Bestandteile',
'pages' => 'Seiten',
'sheets' => 'Blatt',
);

View File

@ -0,0 +1,5 @@
<?PHP
declare(strict_types = 1);
$units_die_axis_set = array (
'h' => 'h',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
'checked' => 'Geprüft',
'unchecked' => 'Ungeprüft',
'questionable' => 'Fraglich',
);

8
dsb/eventtype_groups.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Production',
'post_production' => 'Post-production',
'pre_production' => 'Pre-production',
'no_production' => 'No production',
);

View File

@ -49,4 +49,11 @@ $eventname = array (
48 => 'Edited',
49 => 'Donated / present',
50 => 'Inherited',
51 => 'Had subject',
52 => 'Emerged',
53 => 'Production of material',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Received ownership',
57 => 'Transferred ownership',
);

View File

@ -49,4 +49,11 @@ $event_persinst = array (
48 => 'edited by',
49 => 'donated by',
50 => 'inherited by',
51 => 'had subject',
52 => 'emerged by',
53 => 'Material produced by',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received by',
57 => 'Ownership transfered by',
);

View File

@ -49,4 +49,11 @@ $event_place = array (
48 => 'edited in',
49 => 'donated / given as present in',
50 => 'inherited in',
51 => 'had subject',
52 => 'emerged at',
53 => 'Material produced in',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received in',
57 => 'Ownership transfered in',
);

View File

@ -49,4 +49,11 @@ $event_time = array (
48 => 'edited at',
49 => 'donated at',
50 => 'inherited at',
51 => 'had subject',
52 => 'emerged at',
53 => 'Material produced',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received',
57 => 'Ownership transfered',
);

View File

@ -1 +0,0 @@
[]

View File

@ -0,0 +1,10 @@
<?PHP
declare(strict_types = 1);
$institution_basic_category_set = array (
'archive' => 'Archive',
'library' => 'Library',
'memorial_site' => 'Memorial site',
'private_collection' => 'Private collection',
'museum' => 'Museum',
'university_collection' => 'University collection',
);

View 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',
);

View 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',
);

View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$institution_public_private_category_set = array (
'public' => 'Public',
'private' => 'Private',
'religious' => 'Religious',
'mixed' => 'Mixed',
);

View File

@ -21,4 +21,5 @@ $marking_types = array (
'scarified' => 'Scarified',
'cast' => 'Cast',
'painted' => 'Painted',
'drawn' => 'Drawn',
);

View File

@ -0,0 +1,34 @@
<?PHP
declare(strict_types = 1);
$measurement_type_set = array (
'length' => 'Length',
'height' => 'Height',
'width' => 'Width',
'number_of_copies' => 'Number of copies',
'weight' => 'Weight',
'diameter' => 'Diameter',
'wall' => 'Wall',
'number_of_parts' => 'Number of parts',
'die_axis' => 'Die-axis',
'length_socle' => 'Length of socle',
'height_socle' => 'Height of socle',
'width_socle' => 'Width of socle',
'height_sheet_size' => 'Sheet size (height)',
'length_sheet_size' => 'Sheet size (length)',
'width_sheet_size' => 'Sheet size (width)',
'height_image_size' => 'Image size (height)',
'length_image_size' => 'Image size (length)',
'width_image_size' => 'Image size (width)',
'length_frame' => 'Frame (length)',
'height_frame' => 'Frame (height)',
'width_frame' => 'Frame (width)',
'length_min' => 'Length (min.)',
'length_max' => 'Length (max.)',
'height_min' => 'Height (min.)',
'height_max' => 'Height (max.)',
'width_min' => 'Width (min.)',
'width_max' => 'Width (max.)',
'diameter_min' => 'Diameter (min.)',
'diameter_max' => 'Diameter (max.)',
'diameter_frame' => 'Frame (diameter)',
);

View File

@ -0,0 +1,11 @@
<?PHP
declare(strict_types = 1);
$object_document_type_set = array (
'undefined' => 'Undefined',
'provenance_report' => 'Provenance report',
'purchase_contract' => 'Purchase contract',
'restoration_report' => 'Restoration report',
'assessment' => 'Assessment',
'correspondence' => 'Correspondence',
'legacy_documentation' => 'Legacy documentation',
);

View File

@ -0,0 +1,9 @@
<?PHP
declare(strict_types = 1);
$object_record_status = array (
'unlocked' => 'Unlocked',
'locked' => 'Locked',
'revision' => 'Revision',
'deleted' => 'Deleted',
'archived' => 'Archived',
);

View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$object_record_status_explica = array (
'unlocked' => 'Default status. The object record can be updated.',
'locked' => 'The object cannot be updated until the lock has been released.',
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
'archived' => 'E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews.',
);

View File

@ -8,9 +8,22 @@ $position_set = array (
'right' => 'Right',
'bottom_right' => 'Bottom right',
'bottom' => 'Bottom',
'bottom_left' => 'Unten links',
'bottom_left' => 'Bottom left',
'center' => 'Center',
'rear_side' => 'Rear side',
'edge' => 'Edge',
'other' => 'Other',
'inside' => 'Inside',
'underside' => 'Underside',
'topside' => 'Topside',
'front_front' => 'Full front',
'rear_left' => 'Rear side: left',
'rear_top_left' => 'Rear side: top left',
'rear_top' => 'Rear side: top',
'rear_top_right' => 'Rear side: top right',
'rear_right' => 'Rear side: right',
'rear_bottom_right' => 'Rear side: bottom right',
'rear_bottom' => 'Rear side: bottom',
'rear_bottom_left' => 'Rear side: bottom left',
'rear_center' => 'Rear side: center',
);

View File

@ -0,0 +1,24 @@
<?PHP
declare(strict_types = 1);
$series_contributor_role = array (
'author' => 'Author',
'director' => 'Director',
'dramaturg' => 'Dramaturg',
'production_designer' => 'Production designer',
'costumer' => 'Costumer',
'musician' => 'Musician',
'choreographer' => 'Choreographer',
'make_up_artist' => 'Make-up artist',
'speech_trainer' => 'Speech trainer',
'puppet_maker' => 'Puppet maker',
'technician' => 'Technician',
'inspector' => 'Inspector',
'assistant' => 'Assistant',
'actor' => 'Actor',
'painter' => 'Painter',
'creator' => 'Creator',
'equipment_supplier' => 'Equipment supplier',
'contributing_institution' => 'Contributing institution',
'event_organizer' => 'Event organizer',
'movement_trainer' => 'Movement trainer',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Place of production',
'performance_space' => 'Performance space',
'rehearsal_space' => 'Rehearsal space',
);

6
dsb/series_time_role.php Normal file
View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Time of presentation',
);

View File

@ -12,4 +12,5 @@ $space_types = array (
'office' => 'Office',
'floor' => 'Floor',
'hallway' => 'Hallway',
'outdoor_area' => 'Outdoor area',
);

View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_copies_set = array (
'copies' => 'Copies',
'specimen' => 'Specimen',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Parts',
'pages' => 'Pages',
'sheets' => 'Sheets',
);

View File

@ -0,0 +1,5 @@
<?PHP
declare(strict_types = 1);
$units_die_axis_set = array (
'h' => 'h',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
'checked' => 'Checked',
'unchecked' => 'Unchecked',
'questionable' => 'Questionable',
);

8
en/eventtype_groups.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Production',
'post_production' => 'Post-production',
'pre_production' => 'Pre-production',
'no_production' => 'No production',
);

View File

@ -42,11 +42,18 @@ $eventname = array (
41 => 'Bought',
42 => 'Owned',
43 => 'Sold',
44 => 'Restorated',
44 => 'Restored',
45 => 'Damaged',
46 => 'Destroyed',
47 => 'Lost',
48 => 'Edited',
49 => 'Donated / present',
50 => 'Inherited',
51 => 'Had subject',
52 => 'Emerged',
53 => 'Production of material',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Received ownership',
57 => 'Transferred ownership',
);

View File

@ -42,11 +42,18 @@ $event_persinst = array (
41 => 'bought by',
42 => 'owned by',
43 => 'sold by',
44 => 'restorated by',
44 => 'restored by',
45 => 'damaged by',
46 => 'destroyed by',
47 => 'lost by',
48 => 'edited by',
49 => 'donated by',
50 => 'inherited by',
51 => 'had subject',
52 => 'emerged by',
53 => 'Material produced by',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received by',
57 => 'Ownership transfered by',
);

View File

@ -42,11 +42,18 @@ $event_place = array (
41 => 'bought in',
42 => 'owned in',
43 => 'sold in',
44 => 'restorated in',
44 => 'restored in',
45 => 'damaged in',
46 => 'destroyed in',
47 => 'lost in',
48 => 'edited in',
49 => 'donated / given as present in',
50 => 'inherited in',
51 => 'had subject',
52 => 'emerged at',
53 => 'Material produced in',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received in',
57 => 'Ownership transfered in',
);

View File

@ -42,11 +42,18 @@ $event_time = array (
41 => 'bought at',
42 => 'owned at',
43 => 'sold at',
44 => 'restorated at',
44 => 'restored at',
45 => 'damaged at',
46 => 'destroyed at',
47 => 'lost at',
48 => 'edited at',
49 => 'donated at',
50 => 'inherited at',
51 => 'had subject',
52 => 'emerged at',
53 => 'Material produced',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received',
57 => 'Ownership transfered',
);

View File

@ -1 +0,0 @@
[]

View File

@ -0,0 +1,10 @@
<?PHP
declare(strict_types = 1);
$institution_basic_category_set = array (
'archive' => 'Archive',
'library' => 'Library',
'memorial_site' => 'Memorial site',
'private_collection' => 'Private collection',
'museum' => 'Museum',
'university_collection' => 'University collection',
);

View 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',
);

View 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',
);

View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$institution_public_private_category_set = array (
'public' => 'Public',
'private' => 'Private',
'religious' => 'Religious',
'mixed' => 'Mixed',
);

View File

@ -21,4 +21,5 @@ $marking_types = array (
'scarified' => 'Scarified',
'cast' => 'Cast',
'painted' => 'Painted',
'drawn' => 'Drawn',
);

View File

@ -0,0 +1,34 @@
<?PHP
declare(strict_types = 1);
$measurement_type_set = array (
'length' => 'Length',
'height' => 'Height',
'width' => 'Width',
'number_of_copies' => 'Number of copies',
'weight' => 'Weight',
'diameter' => 'Diameter',
'wall' => 'Wall',
'number_of_parts' => 'Number of parts',
'die_axis' => 'Die-axis',
'length_socle' => 'Length of socle',
'height_socle' => 'Height of socle',
'width_socle' => 'Width of socle',
'height_sheet_size' => 'Sheet size (height)',
'length_sheet_size' => 'Sheet size (length)',
'width_sheet_size' => 'Sheet size (width)',
'height_image_size' => 'Image size (height)',
'length_image_size' => 'Image size (length)',
'width_image_size' => 'Image size (width)',
'length_frame' => 'Frame (length)',
'height_frame' => 'Frame (height)',
'width_frame' => 'Frame (width)',
'length_min' => 'Length (min.)',
'length_max' => 'Length (max.)',
'height_min' => 'Height (min.)',
'height_max' => 'Height (max.)',
'width_min' => 'Width (min.)',
'width_max' => 'Width (max.)',
'diameter_min' => 'Diameter (min.)',
'diameter_max' => 'Diameter (max.)',
'diameter_frame' => 'Frame (diameter)',
);

View File

@ -0,0 +1,11 @@
<?PHP
declare(strict_types = 1);
$object_document_type_set = array (
'undefined' => 'Undefined',
'provenance_report' => 'Provenance report',
'purchase_contract' => 'Purchase contract',
'restoration_report' => 'Restoration report',
'assessment' => 'Assessment',
'correspondence' => 'Correspondence',
'legacy_documentation' => 'Legacy documentation',
);

View File

@ -0,0 +1,9 @@
<?PHP
declare(strict_types = 1);
$object_record_status = array (
'unlocked' => 'Unlocked',
'locked' => 'Locked',
'revision' => 'Revision',
'deleted' => 'Deleted',
'archived' => 'Archived',
);

View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$object_record_status_explica = array (
'unlocked' => 'Default status. The object record can be updated.',
'locked' => 'The object cannot be updated until the lock has been released.',
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
'archived' => 'E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews.',
);

View File

@ -8,9 +8,22 @@ $position_set = array (
'right' => 'Right',
'bottom_right' => 'Bottom right',
'bottom' => 'Bottom',
'bottom_left' => 'Unten links',
'bottom_left' => 'Bottom left',
'center' => 'Center',
'rear_side' => 'Rear side',
'edge' => 'Edge',
'other' => 'Other',
'inside' => 'Inside',
'underside' => 'Underside',
'topside' => 'Topside',
'front_front' => 'Full front',
'rear_left' => 'Rear side: left',
'rear_top_left' => 'Rear side: top left',
'rear_top' => 'Rear side: top',
'rear_top_right' => 'Rear side: top right',
'rear_right' => 'Rear side: right',
'rear_bottom_right' => 'Rear side: bottom right',
'rear_bottom' => 'Rear side: bottom',
'rear_bottom_left' => 'Rear side: bottom left',
'rear_center' => 'Rear side: center',
);

View File

@ -0,0 +1,24 @@
<?PHP
declare(strict_types = 1);
$series_contributor_role = array (
'author' => 'Author',
'director' => 'Director',
'dramaturg' => 'Dramaturg',
'production_designer' => 'Production designer',
'costumer' => 'Costumer',
'musician' => 'Musician',
'choreographer' => 'Choreographer',
'make_up_artist' => 'Make-up artist',
'speech_trainer' => 'Speech trainer',
'puppet_maker' => 'Puppet maker',
'technician' => 'Technician',
'inspector' => 'Inspector',
'assistant' => 'Assistant',
'actor' => 'Actor',
'painter' => 'Painter',
'creator' => 'Creator',
'equipment_supplier' => 'Equipment supplier',
'contributing_institution' => 'Contributing institution',
'event_organizer' => 'Event organizer',
'movement_trainer' => 'Movement trainer',
);

7
en/series_place_role.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Place of production',
'performance_space' => 'Performance space',
'rehearsal_space' => 'Rehearsal space',
);

6
en/series_time_role.php Normal file
View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Time of presentation',
);

View File

@ -12,4 +12,5 @@ $space_types = array (
'office' => 'Office',
'floor' => 'Floor',
'hallway' => 'Hallway',
'outdoor_area' => 'Outdoor area',
);

View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$units_count_copies_set = array (
'copies' => 'Copies',
'specimen' => 'Specimen',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'Parts',
'pages' => 'Pages',
'sheets' => 'Sheets',
);

View File

@ -0,0 +1,5 @@
<?PHP
declare(strict_types = 1);
$units_die_axis_set = array (
'h' => 'h',
);

View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
'checked' => 'Checked',
'unchecked' => 'Unchecked',
'questionable' => 'Questionable',
);

8
es/eventtype_groups.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Production',
'post_production' => 'Post-production',
'pre_production' => 'Pre-production',
'no_production' => 'No production',
);

View File

@ -49,4 +49,11 @@ $eventname = array (
48 => 'Edited',
49 => 'Donated / present',
50 => 'Inherited',
51 => 'Had subject',
52 => 'Emerged',
53 => 'Production of material',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Received ownership',
57 => 'Transferred ownership',
);

View File

@ -49,4 +49,11 @@ $event_persinst = array (
48 => 'edited by',
49 => 'donated by',
50 => 'inherited by',
51 => 'had subject',
52 => 'emerged by',
53 => 'Material produced by',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received by',
57 => 'Ownership transfered by',
);

View File

@ -49,4 +49,11 @@ $event_place = array (
48 => 'edited in',
49 => 'donated / given as present in',
50 => 'inherited in',
51 => 'had subject',
52 => 'emerged at',
53 => 'Material produced in',
54 => 'Mentioned place',
55 => 'Mentioned time',
56 => 'Ownership received in',
57 => 'Ownership transfered in',
);

Some files were not shown because too many files have changed in this diff Show More