Extend concordance lists for event types and licenses
This commit is contained in:
parent
3f236d9f5e
commit
7b052cb37b
|
@ -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,
|
||||
|
|
|
@ -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',
|
||||
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user