glam/schemas/20251121/linkml/modules/classes/HistoricalRegion.yaml
2026-02-08 19:22:13 +01:00

54 lines
1.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/HistoricalRegion
name: historical_region_class
title: Historical Region Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
gn: http://www.geonames.org/ontology#
rdfs: http://www.w3.org/2000/01/rdf-schema#
imports:
- linkml:types
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/located_in
- ../slots/20260202_matang/temporal_extent
default_prefix: hc
classes:
HistoricalRegion:
class_uri: schema:Place
description: "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"
exact_mappings:
- schema:Place
close_mappings:
- crm:E53_Place
- gn:Feature
slots:
- has_label
- has_type
- temporal_extent
- located_in
- identified_by
- has_description
slot_usage:
has_label:
# range: string
required: true
examples:
- value: Duchy of Brabant
- value: Prussia
has_type:
# range: string
temporal_extent:
range: TimeSpan
located_in:
# range: string
annotations:
specificity_score: 0.3
specificity_rationale: Specialized geographic concept for historical archives.
custodian_types: "['*']"