- 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.
31 lines
881 B
YAML
31 lines
881 B
YAML
id: https://nde.nl/ontology/hc/classes/IsilCodeEntry
|
|
name: IsilCodeEntry
|
|
title: ISIL Code Entry Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
- ../slots/has_note
|
|
classes:
|
|
IsilCodeEntry:
|
|
class_uri: dcterms:Identifier
|
|
description: Structured ISIL registration entry for an institution identifier assignment.
|
|
exact_mappings:
|
|
- dcterms:Identifier
|
|
close_mappings:
|
|
- schema:PropertyValue
|
|
related_mappings:
|
|
- prov:Entity
|
|
slots:
|
|
- has_name
|
|
- has_note
|
|
annotations:
|
|
specificity_score: 0.4
|
|
specificity_rationale: Identifier-entry class for ISIL registry ingestion and provenance.
|
|
custodian_types: '["*"]'
|