- 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.
28 lines
705 B
YAML
28 lines
705 B
YAML
id: https://nde.nl/ontology/hc/classes/Hypernym
|
|
name: Hypernym
|
|
title: Hypernym
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
classes:
|
|
Hypernym:
|
|
class_uri: hc:Hypernym
|
|
description: >-
|
|
Broader parent concept in a hierarchy where subordinate terms represent
|
|
narrower semantic scope.
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
broad_mappings:
|
|
- skos:Concept
|
|
close_mappings:
|
|
- rdfs:Class
|