90 lines
3.4 KiB
YAML
90 lines
3.4 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_source
|
|
# ==============================================================================
|
|
# Origin or provider from which an entity is derived or obtained.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |---------------|------------------|------------------------|---------|------------------------------------------------------------|
|
|
# | **DCTerms** | `dcterms:source` | dcterms.rdf:1920-1943 | exact | "A related resource from which the described resource is derived." |
|
|
#
|
|
# CREATED: 2026-02-03
|
|
# UPDATED: 2026-02-08
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_source
|
|
name: has_source
|
|
title: Has Source
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
has_source:
|
|
slot_uri: dcterms:source
|
|
description: >-
|
|
To specify the origin, provider, or starting point from which an entity,
|
|
information, or resource is derived or obtained.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Om de oorsprong, verstrekker of uitgangspunt aan te geven waarvan een
|
|
entiteit, informatie of bron is afgeleid of verkregen.
|
|
de: >-
|
|
Zur Angabe des Ursprungs, Anbieters oder Ausgangspunkts, von dem eine
|
|
Entität, Information oder Ressource abgeleitet oder bezogen wird.
|
|
fr: >-
|
|
Pour spécifier l'origine, le fournisseur ou le point de départ à partir
|
|
duquel une entité, une information ou une ressource est dérivée ou obtenue.
|
|
ar: >-
|
|
لتحديد الأصل أو المزوّد أو نقطة البداية التي يُشتق منها أو يُحصل عليها
|
|
كيان أو معلومة أو مورد.
|
|
id: >-
|
|
Untuk menentukan asal, penyedia, atau titik awal dari mana suatu entitas,
|
|
informasi, atau sumber daya diturunkan atau diperoleh.
|
|
zh: >-
|
|
用于指定实体、信息或资源从中派生或获取的来源、提供者或起点。
|
|
es: >-
|
|
Para especificar el origen, proveedor o punto de partida del cual se
|
|
deriva u obtiene una entidad, información o recurso.
|
|
structured_aliases:
|
|
- literal_form: Bron
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Quelle
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: Source
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: مصدر
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: Sumber
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 来源
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: Fuente
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: string
|
|
multivalued: true
|
|
aliases:
|
|
- has_or_had_source
|
|
- is_or_was_endorsement_source
|
|
- endorsement_source
|
|
- observation_source
|
|
- place_source_text
|
|
- report_document
|
|
- source_file
|
|
- source_video_url
|
|
- source_video
|
|
- source
|
|
annotations:
|
|
custodian_types: '["*"]'
|