From 3671295ca93da0b25910c0c6084d9bd17ef56473 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Fri, 19 Apr 2024 16:37:58 +0200 Subject: [PATCH] Extend concordance lists for places and times --- src/MDConcPlace.php | 3 +++ src/MDConcTime.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/MDConcPlace.php b/src/MDConcPlace.php index a4b29be..3dc634f 100644 --- a/src/MDConcPlace.php +++ b/src/MDConcPlace.php @@ -56,6 +56,9 @@ final class MDConcPlace implements MDImporterConcordanceListInterface { // 20: Copied // 21: Lived + + 'Firmensitz' => 22, + // 25: Commissioned // 26: Printing diff --git a/src/MDConcTime.php b/src/MDConcTime.php index e491323..8b7a89e 100644 --- a/src/MDConcTime.php +++ b/src/MDConcTime.php @@ -13,6 +13,9 @@ final class MDConcTime implements MDImporterConcordanceListInterface { private const TIME_ROLES_TO_EVENT_TYPE = [ + "Hersteller" => 1, + "Herstellung" => 1, + # General / not yet (?) categorized "Laufzeit" => 24,