Extend lists, add MDConcFieldRelatedWorksType for specifying target

fields in imports with unspecified relatedWorks (like LIDO)
This commit is contained in:
2023-10-16 16:46:17 +02:00
parent 301efa38c3
commit 91a3c0e059
4 changed files with 157 additions and 17 deletions

View File

@ -17,7 +17,9 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"CC0 1.0" => "CC0",
"CC 0 1.0" => "CC0",
"CC_0 1.0" => "CC0",
"kein Copyright / Public domain (CC0 1.0)" => "CC0",
"http://creativecommons.org/publicdomain/zero/1.0/" => "CC0",
"http://creativecommons.org/publicdomain/zero/1.0/deed.de" => "CC0",
"https://creativecommons.org/publicdomain/zero/1.0/" => "CC0",
"https://creativecommons.org/publicdomain/zero/1.0/deed.de" => "CC0",
@ -38,6 +40,7 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"http://creativecommons.org/licenses/by-sa/4.0/" => "CC BY-SA",
"https://creativecommons.org/licenses/by-sa/4.0/" => "CC BY-SA",
"Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International (CC BY-SA 4.0)" => "CC BY-SA",
"Namensnennung 4.0 International (CC BY 4.0)" => "CC BY-SA",
"CC BY_NC" => "CC BY-NC",
"CC_BY_NC" => "CC BY-NC",
@ -68,6 +71,10 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"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",
"https://www.deutsche-digitale-bibliothek.de/content/lizenzen/rv-ez" => "RR-F",
"https://www.deutsche-digitale-bibliothek.de/content/lizenzen/rv-ez/" => "RR-F",
"https//www.deutsche-digitale-bibliothek.de/content/lizenzen/rv-ez" => "RR-F",
"http://www.deutsche-digitale-bibliothek.de/lizenzen/rv-ez/" => "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",