From 6557d499bb31655922d8cac99917d9636d397dc9 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 15 Oct 2023 03:08:30 +0200 Subject: [PATCH] Extend event types concordance list --- src/MDConcEventTypes.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/MDConcEventTypes.php b/src/MDConcEventTypes.php index d01ff1d..bea5f45 100644 --- a/src/MDConcEventTypes.php +++ b/src/MDConcEventTypes.php @@ -34,6 +34,9 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { 'Gefunden' => 2, // 3: Published + 'Published' => 2, + 'Veröffentlicht' => 2, + // 4: Template creation // 5: Displayed actor // 6: Was used @@ -63,6 +66,9 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { 'Aufnahme' => 10, 'Aufgenommen' => 10, + // 12 => Printing plate produced + 'Druckplatte hergestellt' => 12, + // 20: Copied // 21: Lived @@ -83,6 +89,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { 'Designing' => 35, 'Entwerfen' => 35, 'Entwurf' => 35, + 'Geistige Schöpfung' => 35, 'Kulturelle Zuschreibung' => 35, 'Merkmalszuweisung' => 35, 'http://terminology.lido-schema.org/lido00024' => 35,