Extend event types concordance list

This commit is contained in:
Joshua Ramon Enslin 2023-01-24 22:23:56 +01:00
parent fdcbb03067
commit e64c812e93
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -14,40 +14,60 @@ final class MDConcEventTypes {
const EVENT_TYPE_NAMES_TO_ID = [
// 1: Created
"Hergestellt" => 1,
"Herstellung" => 1,
"Bearbeitung" => 1,
"Erschaffung/Herstellung" => 1,
"creation" => 1,
"Beginning of existence" => 1,
'Hergestellt' => 1,
'Herstellung' => 1,
'Bearbeitung' => 1,
'Erschaffung/Herstellung' => 1,
'creation' => 1,
'Beginning of existence' => 1,
// 2: Was found
'Fund (Aktivität)' => 2,
// 3: Published
// 4: Template creation
// 5: Displayed actor
// 6: Was used
"Ausstellung" => 6,
"Verwendungsort" => 6,
"Wurde genutzt" => 6,
'Ausstellung' => 6,
'Verwendungsort' => 6,
'Wurde genutzt' => 6,
"Fotografische Aufnahme" => 10,
// 7: Written
// 8: Collected
'Collected' => 8,
'Gesammelt' => 8,
'Sammeln' => 8,
'Collecting' => 8,
'Sammeltätigkeit' => 8,
// 9: => Painted
// 10: Recorded
'Fotografische Aufnahme' => 10,
// 20: Copied
// 21: Lived
// 22: Related place
"Geografischer Bezug" => 22,
"Geografika" => 22,
"Karteninhalt" => 22,
'Geografischer Bezug' => 22,
'Geografika' => 22,
'Karteninhalt' => 22,
// 25: Commissioned
"Auftrag" => 25,
"Commissioning" => 25,
"Beauftragung" => 25,
'Auftrag' => 25,
'Commissioning' => 25,
'Beauftragung' => 25,
// 35: Intellectual creation
"Design" => 35,
"design" => 35,
'Design' => 35,
'design' => 35,
'Designing' => 35,
'Entwerfen' => 35,
// 41: Was Bought
'Erwerb' => 41,
'Acquisition (Activity)' => 41,
];