Extend list of actor / event type concordances

This commit is contained in:
Joshua Ramon Enslin 2024-07-03 12:39:25 +02:00
parent 5dfafafc63
commit 25ae398ce8
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 12 additions and 2 deletions

View File

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

View File

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