- 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.
29 lines
834 B
YAML
29 lines
834 B
YAML
id: https://nde.nl/ontology/hc/class/GovernmentHierarchy
|
|
name: GovernmentHierarchy
|
|
title: Government Hierarchy Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/has_tier
|
|
classes:
|
|
GovernmentHierarchy:
|
|
class_uri: org:OrganizationalUnit
|
|
description: Administrative hierarchy unit used to model governmental tier placement.
|
|
exact_mappings:
|
|
- org:OrganizationalUnit
|
|
slots:
|
|
- has_label
|
|
- has_tier
|
|
slot_usage:
|
|
has_tier:
|
|
range: AdministrativeLevel
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.35
|
|
specificity_rationale: Structural hierarchy unit for public administration context.
|
|
custodian_types: '["*"]'
|