From 7bcb277e463e88ea2504cb6a9a145fe0674fa032 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 15 Jan 2025 09:11:22 +0100 Subject: [PATCH] Extend concordance lists for actor roles > event types --- src/MDConcActor.php | 1 + src/MDConcEventTypes.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/MDConcActor.php b/src/MDConcActor.php index ba22b00..abbe026 100644 --- a/src/MDConcActor.php +++ b/src/MDConcActor.php @@ -130,6 +130,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Interviewerin" => 1, "Interviewer*in" => 1, "Juwelier und Uhrmacher" => 1, + "Katograf" => 1, "Keramiker" => 1, "Keramikerin" => 1, "Keramiker*in" => 1, diff --git a/src/MDConcEventTypes.php b/src/MDConcEventTypes.php index e5c1469..1eafb97 100644 --- a/src/MDConcEventTypes.php +++ b/src/MDConcEventTypes.php @@ -49,6 +49,7 @@ Herstellung' => 1, 'vermutet' => 1, // "Unknown event" 'Aktivität' => 1, + "Katograf" => 1, 'http://terminology.lido-schema.org/lido00004' => 1, 'Ereignis' => 1, 'http://terminology.lido-schema.org/lido00003' => 1,