Extend list of mapped ownership types

This commit is contained in:
Joshua Ramon Enslin 2024-12-18 18:43:17 +01:00
parent f7c42cf046
commit 7bcb4d4302
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 8 additions and 2 deletions

View File

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

View File

@ -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",
];