From 4e084ace781c341191eb8f43e2c7bee12547bc52 Mon Sep 17 00:00:00 2001 From: kempersc Date: Mon, 19 Jan 2026 16:15:51 +0100 Subject: [PATCH] chore: update manifests after migrations --- .../schemas/20251121/linkml/manifest.json | 2 +- schemas/20251121/linkml/manifest.json | 2 +- .../linkml/modules/classes/MuseumType.yaml | 25 ++++++++++++------- .../linkml/modules/slots/manifest.json | 1 + 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/frontend/public/schemas/20251121/linkml/manifest.json b/frontend/public/schemas/20251121/linkml/manifest.json index fa71c256c1..0cc9cf8a2b 100644 --- a/frontend/public/schemas/20251121/linkml/manifest.json +++ b/frontend/public/schemas/20251121/linkml/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-01-19T15:05:33.164Z", + "generated": "2026-01-19T15:14:02.103Z", "schemaRoot": "/schemas/20251121/linkml", "totalFiles": 2969, "categoryCounts": { diff --git a/schemas/20251121/linkml/manifest.json b/schemas/20251121/linkml/manifest.json index 0cc9cf8a2b..95bd7f2369 100644 --- a/schemas/20251121/linkml/manifest.json +++ b/schemas/20251121/linkml/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-01-19T15:14:02.103Z", + "generated": "2026-01-19T15:15:51.847Z", "schemaRoot": "/schemas/20251121/linkml", "totalFiles": 2969, "categoryCounts": { diff --git a/schemas/20251121/linkml/modules/classes/MuseumType.yaml b/schemas/20251121/linkml/modules/classes/MuseumType.yaml index 7f67a85777..c6161e0785 100644 --- a/schemas/20251121/linkml/modules/classes/MuseumType.yaml +++ b/schemas/20251121/linkml/modules/classes/MuseumType.yaml @@ -216,10 +216,13 @@ classes: - Kunstmuseum@de has_or_had_description: museum that primarily exhibits works of art # was: type_description - migrated per Rule 53/56 (2026-01-16) has_or_had_hypernym: https://nde.nl/ontology/hc/type/museum/Q33506 # was: broader_type - migrated per Rule 53 (2026-01-17) - collection_focus: - - paintings - - sculptures - - decorative arts + has_or_had_category: # was: collection_focus - migrated per Rule 53 (2026-01-19) + - category_name: paintings + category_type: TYPOLOGY + - category_name: sculptures + category_type: TYPOLOGY + - category_name: decorative arts + category_type: TYPOLOGY exhibition_program: rotating exhibitions with permanent collection has_or_had_facility: # was: visitor_facility - facility_name: Museum Café @@ -245,11 +248,15 @@ classes: - natuurhistorisch museum@nl has_or_had_description: museum that exhibits natural history specimens # was: type_description - migrated per Rule 53/56 (2026-01-16) has_or_had_hypernym: https://nde.nl/ontology/hc/type/museum/Q33506 # was: broader_type - migrated per Rule 53 (2026-01-17) - collection_focus: - - biological specimens - - fossils - - minerals - - taxidermy + has_or_had_category: # was: collection_focus - migrated per Rule 53 (2026-01-19) + - category_name: biological specimens + category_type: TYPOLOGY + - category_name: fossils + category_type: TYPOLOGY + - category_name: minerals + category_type: MATERIAL + - category_name: taxidermy + category_type: TYPOLOGY exhibition_program: permanent collection with themed galleries complies_or_complied_with: # was: cataloging_standard - migrated per Rule 53/56 (2026-01-17) - has_or_had_identifier: Darwin Core diff --git a/schemas/20251121/linkml/modules/slots/manifest.json b/schemas/20251121/linkml/modules/slots/manifest.json index f077fc392b..2a9a40de2c 100644 --- a/schemas/20251121/linkml/modules/slots/manifest.json +++ b/schemas/20251121/linkml/modules/slots/manifest.json @@ -1928,6 +1928,7 @@ "temporal_extent.yaml", "total_amount.yaml", "track_id.yaml", + "typical_contents.yaml", "use_cases.yaml", "uses_or_used_technique.yaml", "was_archived_at.yaml",