diff --git a/src/MDConcEventTypes.php b/src/MDConcEventTypes.php index 1e336b8..fa479be 100644 --- a/src/MDConcEventTypes.php +++ b/src/MDConcEventTypes.php @@ -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 diff --git a/src/MDConcMeasurementTypes.php b/src/MDConcMeasurementTypes.php index 00c38c2..c34a122 100644 --- a/src/MDConcMeasurementTypes.php +++ b/src/MDConcMeasurementTypes.php @@ -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,