88 lines
3.4 KiB
YAML
88 lines
3.4 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_alignment
|
|
# ==============================================================================
|
|
# Alignment or mapping to external vocabularies or ontologies.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |---------------|-----------------|------------------|---------|----------------------------------|
|
|
# | (none found) | - | - | - | GLAM domain-specific alignment |
|
|
#
|
|
# CREATED: 2026-02-03
|
|
# UPDATED: 2026-02-03 - Added header, multilingual support, corrected translations
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_alignment
|
|
name: has_alignment
|
|
title: Has Alignment
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
has_alignment:
|
|
slot_uri: hc:hasAlignment
|
|
description: >-
|
|
A defined alignment or mapping that associates the entity with external vocabularies,
|
|
ontologies, or other semantic resources.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Een gedefinieerde alignment of mapping die de entiteit associeert met externe
|
|
vocabulaires, ontologieën of andere semantische bronnen.
|
|
de: >-
|
|
Ein definiertes Alignment oder eine Zuordnung, die die Entität mit externen
|
|
Vokabularen, Ontologien oder anderen semantischen Ressourcen verknüpft.
|
|
fr: >-
|
|
Un alignement ou mappage défini qui associe l'entité à des vocabulaires externes,
|
|
des ontologies ou d'autres ressources sémantiques.
|
|
ar: >-
|
|
محاذاة أو تعيين محدد يربط الكيان بالمفردات الخارجية أو الأنطولوجيات أو الموارد
|
|
الدلالية الأخرى.
|
|
id: >-
|
|
Penyelarasan atau pemetaan yang ditentukan yang mengasosiasikan entitas dengan
|
|
kosakata eksternal, ontologi, atau sumber daya semantik lainnya.
|
|
zh: >-
|
|
将实体与外部词汇表、本体或其他语义资源相关联的定义对齐或映射。
|
|
es: >-
|
|
Una alineación o mapeo definido que asocia la entidad con vocabularios externos,
|
|
ontologías u otros recursos semánticos.
|
|
structured_aliases:
|
|
- literal_form: alignment
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Ausrichtung
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: alignement
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: محاذاة
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: penyelarasan
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 对齐
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: alineación
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: uriorcurie
|
|
multivalued: true
|
|
aliases:
|
|
- has_or_had_alignment
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
comments:
|
|
- |
|
|
**USAGE**: Used to link entities to their semantic alignments, such as SKOS
|
|
mappings, ontology alignments, or vocabulary crosswalks.
|