- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
39 lines
1,000 B
YAML
39 lines
1,000 B
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
|