ar
de
dsb
en
actor_variant_types_set.php
appointment_attendance_modes.php
appointment_cancellation_status_set.php
appointment_contributor_roles.php
appointment_status.php
attendance_status_set.php
closer_location_types_set.php
colors_set.php
conservation_report_type_set.php
currencies_set.php
custom_report_targets_set.php
disposal_method_set.php
entry_types.php
eventtype_groups.php
eventtype_name.php
eventtype_persinst.php
eventtype_place.php
eventtype_time.php
exhibition_contributor_roles.php
gender_set.php
institution_basic_category_set.php
institution_collection_area_set.php
institution_external_id_repositories.php
institution_musdb_use_case_set.php
institution_public_private_category_set.php
license_explica.php
license_full_names.php
license_url.php
loan_types.php
marking_types.php
measurement_type_set.php
object_check_types_set.php
object_damage_status_set.php
object_damage_types_set.php
object_document_type_set.php
object_form_set.php
object_publication_background.php
object_record_status.php
object_record_status_explica.php
object_status.php
phone_types.php
placetypes.php
podcast_contributor_roles.php
position_set.php
process_types.php
recording_types_set.php
research_status.php
series_contributor_role.php
series_place_role.php
series_time_role.php
shipment_method_set.php
source_type_set.php
space_access_status.php
space_types.php
syndication_repos.php
tag_relation_type.php
timing_intervals_set.php
title_types_set.php
todo_status.php
units_count_copies_set.php
units_count_parts_set.php
units_die_axis_set.php
units_length_set.php
units_weight_set.php
vocabulary_redaction_level.php
es
fr
hsb
hu
id
it
iw
nl
pl
pt
qu
ro
ru
tl
tr
uk
zh
55 lines
1.2 KiB
PHP
55 lines
1.2 KiB
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$event_place = array (
|
|
1 => 'created in',
|
|
2 => 'found in',
|
|
3 => 'published in',
|
|
4 => 'templates created in',
|
|
5 => 'was imaged in',
|
|
6 => 'was used in',
|
|
7 => 'written in',
|
|
8 => 'collected in',
|
|
9 => 'painted in',
|
|
10 => 'photographed in',
|
|
11 => 'received in',
|
|
12 => 'Printing plate produced in',
|
|
13 => 'sent in',
|
|
14 => 'issued in',
|
|
15 => 'signed in',
|
|
16 => 'Type described in',
|
|
19 => 'drawn in',
|
|
20 => 'was copied (by hand) in',
|
|
21 => 'has lived in',
|
|
22 => '[general]',
|
|
23 => '[general]',
|
|
24 => '[general]',
|
|
25 => 'commissioned in',
|
|
26 => 'printed in',
|
|
27 => 'recorded in',
|
|
28 => 'sung in',
|
|
29 => 'Decor designed in',
|
|
30 => 'Form designed in',
|
|
31 => 'modelled in',
|
|
32 => 'autographed in',
|
|
33 => 'mentioned in',
|
|
34 => 'buried in',
|
|
35 => 'conceived in',
|
|
36 => 'was depicted in',
|
|
37 => 'painted on in',
|
|
38 => 'illustrated in',
|
|
39 => 'assembled in',
|
|
40 => 'auctioned in',
|
|
41 => 'bought in',
|
|
42 => 'owned in',
|
|
43 => 'sold 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',
|
|
);
|