From 7bcb4d43020147afd245fd700505f185561e61ea Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 18 Dec 2024 18:43:17 +0100 Subject: [PATCH] Extend list of mapped ownership types --- src/MDConcActor.php | 4 ++-- src/MDConcOwnershipStatus.php | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/MDConcActor.php b/src/MDConcActor.php index 502593f..ba22b00 100644 --- a/src/MDConcActor.php +++ b/src/MDConcActor.php @@ -502,7 +502,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Fotografin" => 10, "Fotograf*in" => 10, "Fotografie" => 10, - "Fotograph" => 10, + "Fotograph" => 10, "Fotographin" => 10, "Fotograph*in" => 10, "Fotograf (Wehrmachtssoldat)" => 10, @@ -515,7 +515,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface { "Foto und Design" => 10, "Fotokorrespondent der Zeitung \"Krasnaja Swjesda\"" => 10, "Foto Krüger Inh. K. Schildmann" => 10, - "Photograph" => 10, + "Photograph" => 10, "Photographin" => 10, "Photograph*in" => 10, 'Militärfotograf der WGT' => 10, diff --git a/src/MDConcOwnershipStatus.php b/src/MDConcOwnershipStatus.php index b6f615e..280e725 100644 --- a/src/MDConcOwnershipStatus.php +++ b/src/MDConcOwnershipStatus.php @@ -21,6 +21,9 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface "Fund" => "owned", "Eigenleistung" => "owned", "Eigentum des Museums" => "owned", + "j" => "owned", + "+" => "owned", + "Eigentum Land Berlin" => "owned", // Permanent loans "Dauerleihe" => "permanent_loan", @@ -29,6 +32,9 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface // Loans "Leihe" => "borrowed", "Leihgabe" => "borrowed", + "Ensemble soll bei Umzug des Möbeldepots an Senat zurückgegeben werden (Jan. 2009)" => "borrowed", + "Das Ensemble O 000025 wurde gegen die Ensembles O 000243 (Besteck) und O 000244 (Möbel) getauscht." => "borrowed", + "Leihgabe 13.8.96" => "borrowed", ];