Extend list of actor roles

This commit is contained in:
Joshua Ramon Enslin 2024-07-03 12:28:01 +02:00
parent 04a34e7424
commit 5dfafafc63
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 6 additions and 0 deletions

View File

@ -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,

View File

@ -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,