Add mapping for third party property in MDConcOwnershipStatus

This commit is contained in:
Joshua Ramon Enslin 2025-02-24 18:13:35 +01:00
parent f496f40ac9
commit bc02cd4ec6
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -35,6 +35,10 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface
"Ensemble soll bei Umzug des Möbeldepots an Senat zurückgegeben werden (Jan. 2009)" => "borrowed",
"Leihgabe 13.8.96" => "borrowed",
// Owned by others => third_party_property
'Third party property' => 'third_party_property',
'Fremdeigentum' => 'third_party_property',
];
/**