Extend concordance lists for event types and licenses

This commit is contained in:
Joshua Ramon Enslin 2023-07-27 19:24:45 +02:00
parent 3f236d9f5e
commit 7b052cb37b
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 14 additions and 0 deletions

View File

@ -16,10 +16,12 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
// 1: Created
'Hergestellt' => 1,
'Herstellung' => 1,
'Production' => 1,
'Bearbeitung' => 1,
'Beginning of existence' => 1,
'creation' => 1,
'Erschaffung/Herstellung' => 1,
'http://terminology.lido-schema.org/eventType/production' => 1,
// 2: Was found
'Auffinden' => 2,
@ -66,6 +68,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
'Auftrag' => 25,
'Commissioning' => 25,
'Beauftragung' => 25,
'Beauftragt' => 25,
// 35: Intellectual creation
'Design' => 35,

View File

@ -65,6 +65,9 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"https://creativecommons.org/licenses/by-nc-nd/4.0/" => "CC BY-NC-ND",
"https://www.deutsche-digitale-bibliothek.de/content/lizenzen/rv-fz" => "RR-F",
"https://www.deutsche-digitale-bibliothek.de/content/lizenzen/rv-fz/" => "RR-F",
"http://www.deutsche-digitale-bibliothek.de/lizenzen/rv-fz/" => "RR-F",
"http://www.europeana.eu/rights/rr-f/" => "RR-F",
"https://www.europeana.eu/rights/rr-f/" => "RR-F",
"Rechte vorbehalten - Freier Zugang" => "RR-F",
"http://rightsstatements.org/vocab/InC/1.0/" => "RR-F",
@ -76,7 +79,15 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"Rechtsstatus unbekannt" => "RR-P",
"none" => "RR-F",
"http://www.europeana.eu/rights/rr-r/" => "RR-R",
"https://www.europeana.eu/rights/rr-r/" => "RR-R",
'PDM' => 'Public Domain Mark',
'PDM 1.0' => 'Public Domain Mark',
'https://creativecommons.org/publicdomain/mark/1.0' => 'Public Domain Mark',
'https://creativecommons.org/publicdomain/mark/1.0/' => 'Public Domain Mark',
'https://creativecommons.org/publicdomain/mark/1.0/deed.de/' => 'Public Domain Mark',
];
/**