81 lines
3.4 KiB
YAML
81 lines
3.4 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_document
|
|
# ==============================================================================
|
|
# A specific written or digital record that provides information, evidence,
|
|
# or official data.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |---------------|-----------------------|----------------------------|---------|------------------------------------|
|
|
# | (none) | — | — | — | No standard ontology property found for general "has document" |
|
|
#
|
|
# CREATED: 2026-02-03
|
|
# UPDATED: 2026-02-06 - Added header, multilingual, cleaned description (moved migration note
|
|
# to comments)
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_document
|
|
name: has_document
|
|
title: Has Document
|
|
|
|
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_document:
|
|
slot_uri: hc:hasDocument
|
|
description: >-
|
|
To possess, contain, or be linked to a specific written or digital record that provides information, evidence, or official data.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Een specifiek geschreven of digitaal document bezitten, bevatten of eraan gekoppeld zijn dat informatie, bewijs of officiële gegevens verstrekt.
|
|
de: >-
|
|
Ein bestimmtes schriftliches oder digitales Dokument besitzen, enthalten oder damit verknüpft sein, das Informationen, Beweise oder offizielle Daten bereitstellt.
|
|
fr: >-
|
|
Posséder, contenir ou être lié à un document écrit ou numérique spécifique qui fournit des informations, des preuves ou des données officielles.
|
|
ar: >-
|
|
امتلاك أو احتواء أو الارتباط بسجل مكتوب أو رقمي محدد يوفر معلومات أو أدلة أو بيانات رسمية.
|
|
id: >-
|
|
Memiliki, berisi, atau terhubung ke catatan tertulis atau digital tertentu yang menyediakan informasi, bukti, atau data resmi.
|
|
zh: >-
|
|
拥有、包含或链接到提供信息、证据或官方数据的特定书面或数字记录。
|
|
es: >-
|
|
Poseer, contener o estar vinculado a un registro escrito o digital específico que proporciona información, evidencia o datos oficiales.
|
|
structured_aliases:
|
|
- literal_form: heeft document
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: hat Dokument
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: a un document
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: لديه وثيقة
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: memiliki dokumen
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 有文件
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: tiene documento
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: string
|
|
aliases:
|
|
- has_or_had_document
|
|
comments:
|
|
- |
|
|
MIGRATED 2026-02-03 from has_or_had_document for conciseness.
|
|
annotations:
|
|
custodian_types: '["*"]'
|