- 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.
23 lines
594 B
YAML
23 lines
594 B
YAML
id: https://nde.nl/ontology/hc/class/KeyArchive
|
|
name: KeyArchive
|
|
title: Key Archive
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_name
|
|
classes:
|
|
KeyArchive:
|
|
class_uri: hc:KeyArchive
|
|
description: >-
|
|
Priority archival source designated as the principal repository for a
|
|
specific topic, period, or community.
|
|
slots:
|
|
- has_name
|
|
- identified_by
|
|
broad_mappings:
|
|
- rico:RecordSet
|