From 25ae398ce89926eae2fd33b1dda4d69a2d36dc30 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 3 Jul 2024 12:39:25 +0200 Subject: [PATCH] Extend list of actor / event type concordances --- src/MDConcActor.php | 5 +++++ src/MDConcEventTypes.php | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/MDConcActor.php b/src/MDConcActor.php index fe9f964..0d7b399 100644 --- a/src/MDConcActor.php +++ b/src/MDConcActor.php @@ -50,6 +50,8 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Grafiker" => 1, "Grafiker/in" => 1, "Graveur" => 1, + "Guss" => 1, + "Guß" => 1, "Hersteller" => 1, "Hersteller/Künstler" => 1, "Herstellung" => 1, @@ -181,6 +183,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Zeichner der Vorlage" => 4, "Kopie nach" => 4, "Kopievariante nach" => 4, + 'Zeichnung nach' => 4, // 5: Displayed actor "Abgebildet" => 5, @@ -215,6 +218,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Forscher" => 6, "Gebrauch" => 6, "Kommentar" => 6, + 'Miniatur zugeschrieben an' => 6, "Nutzer*in" => 6, "Nutzung" => 6, "Verwendung" => 6, @@ -293,6 +297,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Fayencemaler" => 9, "Kunstmaler" => 9, "Maler" => 9, + "Malerei" => 9, "Maler, seit 1972 Bühnenbildner und Regisseur" => 9, "Maler der Fälschung" => 9, "Malerin" => 9, diff --git a/src/MDConcEventTypes.php b/src/MDConcEventTypes.php index 94a4b26..1e336b8 100644 --- a/src/MDConcEventTypes.php +++ b/src/MDConcEventTypes.php @@ -24,6 +24,8 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { 'Beginning of existence' => 1, 'creation' => 1, 'Erschaffung/Herstellung' => 1, + "Guss" => 1, + "Guß" => 1, 'http://terminology.lido-schema.org/eventType/production' => 1, 'Leipoldt, J.' => 1, 'Produktion' => 1, @@ -71,6 +73,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { 'Entwurf; Vorlage' => 4, 'Original / Vorlage' => 4, 'Original / Vorlage zu' => 4, + 'Zeichnung nach' => 4, // 5: Displayed actor 'Was displayed (actor)' => 5, @@ -82,6 +85,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { 'Ausstellung (Aktivität)' => 6, 'http://terminology.lido-schema.org/lido00225' => 6, 'Verwendungsort' => 6, + 'Miniatur zugeschrieben an' => 6, 'Move of object' => 6, 'Wurde genutzt' => 6, 'Verwendung' => 6, @@ -116,8 +120,9 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { 'Передавання' => 8, // Transmission // 9: => Painted - 'Painted' => 8, - 'Gemalt' => 8, + 'Painted' => 9, + 'Gemalt' => 9, + "Malerei" => 9, // 10: Recorded 'Fotografische Aufnahme' => 10,