- 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.
32 lines
789 B
YAML
32 lines
789 B
YAML
id: https://nde.nl/ontology/hc/class/LanguageCode
|
|
name: LanguageCode
|
|
title: Language Code
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_score
|
|
- ../slots/has_code
|
|
classes:
|
|
LanguageCode:
|
|
class_uri: hc:LanguageCode
|
|
description: >-
|
|
Standardized language identifier token, typically represented as an
|
|
ISO 639 code.
|
|
slots:
|
|
- has_code
|
|
- has_score
|
|
slot_usage:
|
|
has_code:
|
|
pattern: "^[a-z]{2}$"
|
|
required: true
|
|
close_mappings:
|
|
- dcterms:LinguisticSystem
|
|
- schema:Language
|
|
broad_mappings:
|
|
- skos:Concept
|