Add new concordances
This commit is contained in:
parent
25ae398ce8
commit
91f5c04de3
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user