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,
'Sammelereignis' => 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, // Finding
'знайдення' => 8, // Finding

View File

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