Add new concordances

This commit is contained in:
Joshua Ramon Enslin 2024-09-05 13:24:21 +02:00
parent 25ae398ce8
commit 91f5c04de3
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 7 additions and 3 deletions

View File

@ -111,6 +111,8 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
'Sammeltätigkeit' => 8, 'Sammeltätigkeit' => 8,
'Sammelereignis' => 8, 'Sammelereignis' => 8,
'http://terminology.lido-schema.org/lido00010' => 8, 'http://terminology.lido-schema.org/lido00010' => 8,
'Zuordnung zu einem kuratierten Bestand' => 8,
'http://terminology.lido-schema.org/lido01146' => 8,
'Збирання/колекціонування' => 8, // Gathering/collecting 'Збирання/колекціонування' => 8, // Gathering/collecting
'Знайдення' => 8, // Finding 'Знайдення' => 8, // Finding
'знайдення' => 8, // Finding 'знайдення' => 8, // Finding

View File

@ -10,7 +10,6 @@ declare(strict_types = 1);
* Constains lists for grouping measurement types. * Constains lists for grouping measurement types.
*/ */
final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface { final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface {
/** /**
* Require a function for getting the concordance target. * Require a function for getting the concordance target.
* *
@ -58,6 +57,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Hohlmass", "Hohlmass",
"Kaliber", "Kaliber",
"Zeit", "Zeit",
"Maßstab",
"Original", "Original",
"size", "size",
"base", "base",
@ -71,6 +71,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Fläche", "Fläche",
"Tafelmaß", "Tafelmaß",
"Tafelmass", "Tafelmass",
"Radius",
"Bemalte Fläche", "Bemalte Fläche",
"Bemalte Bildfläche", "Bemalte Bildfläche",
"Sockel", "Sockel",
@ -137,6 +138,8 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Gesamtmaß (Höhe x Breite x Tiefe)", "Gesamtmaß (Höhe x Breite x Tiefe)",
"Form", "Form",
"Andere", "Andere",
"Prefix",
"Suffix",
"HxBxT", "HxBxT",
"Stichhöhe (Höhe x Breite)" => false, "Stichhöhe (Höhe x Breite)" => false,
@ -156,6 +159,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Breite", "Breite",
"width", "width",
"Außenmaß (Breite)", "Außenmaß (Breite)",
"Stärke",
"Schenkelbreite (Breite)" => MDMeasurementType::width, "Schenkelbreite (Breite)" => MDMeasurementType::width,
"Durchmesser", "Durchmesser",
@ -170,14 +174,12 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"d", "d",
"Ø" => MDMeasurementType::diameter, "Ø" => MDMeasurementType::diameter,
"width of wall", "width of wall",
"Wandstärke (Durchmesser)" => MDMeasurementType::wall, "Wandstärke (Durchmesser)" => MDMeasurementType::wall,
"weight", "weight",
"Gewicht" => MDMeasurementType::weight, "Gewicht" => MDMeasurementType::weight,
"number of pages", "number of pages",
"Seitenzahl", "Seitenzahl",
"Paginierung" => MDMeasurementType::number_of_pages, "Paginierung" => MDMeasurementType::number_of_pages,