Extend concordance lists for licenses (CC BY-NC-ND) and event types

(Verkauf)
This commit is contained in:
Joshua Ramon Enslin 2024-11-03 16:40:47 +01:00
parent 2223eefabb
commit 82a0cb94d7
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
'Leipoldt, J.' => 1,
'Produktion' => 1,
'Rohleder, Walter, Reichenbach' => 1,
'vermuteter Herstellungsort' => 1,
// "Unknown event"
'Aktivität' => 1,
'http://terminology.lido-schema.org/lido00004' => 1,
@ -301,6 +302,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
// 43: Was sold
'was sold' => 43,
'Verkauft' => 43,
'Verkauf' => 43,
'Acquisition / Selling' => 43,
'Vertrieb' => 43,

View File

@ -97,9 +97,11 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"CC_BY_NC_ND" => "CC BY-NC-ND",
"CC-BY-NC-ND" => "CC BY-NC-ND",
"CC.BY-NC-ND" => "CC BY-NC-ND",
"CC BY-NC-ND 4.0" => "CC BY-NC-ND",
"http://creativecommons.org/licenses/by-nc-nd/4.0/" => "CC BY-NC-ND",
"https://creativecommons.org/licenses/by-nc-nd/4.0/" => "CC BY-NC-ND",
"http://creativecommons.org/licenses/by-nc-nd/3.0/de/" => "CC BY-NC-ND",
"https://creativecommons.org/licenses/by-nc-nd/4.0/deed.de" => "CC BY-NC-ND",
"https://creativecommons.org/licenses/by-nc-nd/3.0/de/" => "CC BY-NC-ND",
"https://www.deutsche-digitale-bibliothek.de/content/lizenzen/rv-fz" => "RR-F",