glam/schemas/20251121/linkml/modules/classes/HistoricalRegion.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

44 lines
1.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/HistoricalRegion
name: HistoricalRegion
title: Historical Region
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_description
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_type
- ../slots/located_in
- ../slots/temporal_extent
classes:
HistoricalRegion:
class_uri: hc:HistoricalRegion
description: >-
Geographic area definition valid for a past period, used when historical
boundaries or polity names differ from current geography.
slots:
- has_label
- has_type
- temporal_extent
- located_in
- identified_by
- has_description
slot_usage:
has_label:
required: true
temporal_extent:
range: TimeSpan
broad_mappings:
- schema:Place
close_mappings:
- crm:E53_Place
notes:
- |
Preserved from prior description (commit 6e634651):
"A geographic region that existed in the past (e.g., Duchy of Burgundy, Prussia, Austria-Hungary).\n\n**MIGRATED** from historical_region slot (2026-01-28).\n\n**USE CASE**:\nFinding aids often refer to regions that no longer exist or whose boundaries have changed.\nThis class allows capturing the historical name, type, and temporal extent of such regions.\n"