From 5dfafafc63c6a6a40b71556143f273a7814f9bdf Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 3 Jul 2024 12:28:01 +0200 Subject: [PATCH] Extend list of actor roles --- src/MDConcActor.php | 3 +++ src/MDConcEventTypes.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/MDConcActor.php b/src/MDConcActor.php index c00a827..fe9f964 100644 --- a/src/MDConcActor.php +++ b/src/MDConcActor.php @@ -170,6 +170,8 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Maler der Vorlage" => 4, "Modellbauer" => 4, "nach" => 4, + 'Original / Vorlage' => 4, + 'Original / Vorlage zu' => 4, "Schöpfer der Vorlage" => 4, "Schöpferin der Vorlage" => 4, "Schöpfer der Scherenschnitte" => 4, @@ -486,6 +488,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Bemalung" => 37, "Glasmaler" => 37, "Porzellanmaler" => 37, + "Porzellanplatte mit Grisaille-Malerei" => 37, // 38: Illustrated "Illustrator" => 38, diff --git a/src/MDConcEventTypes.php b/src/MDConcEventTypes.php index 711b11e..94a4b26 100644 --- a/src/MDConcEventTypes.php +++ b/src/MDConcEventTypes.php @@ -69,6 +69,8 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { 'Template creation' => 4, 'Vorlagenerstellung' => 4, 'Entwurf; Vorlage' => 4, + 'Original / Vorlage' => 4, + 'Original / Vorlage zu' => 4, // 5: Displayed actor 'Was displayed (actor)' => 5, @@ -230,6 +232,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { // 37 => Painted on 'Painted on' => 37, 'Bemalt' => 37, + "Porzellanplatte mit Grisaille-Malerei" => 37, // 38 => Illustrated 'Illustrated' => 38,