86 lines
3.1 KiB
YAML
86 lines
3.1 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_function
|
|
# ==============================================================================
|
|
# To specify the particular role, purpose, activity, or operation that an
|
|
# entity is designed or used to perform.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# No exact standard property match. RiC-O has an Activity class but no
|
|
# "hasFunction" property. schema:potentialAction and schema:additionalType
|
|
# are too generic.
|
|
#
|
|
# CREATED: 2026-01-14
|
|
# UPDATED: 2026-02-07 - Added header, multilingual, no standard match
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_function
|
|
name: has_function
|
|
title: has_function
|
|
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_function:
|
|
name: has_function
|
|
title: has_function
|
|
description: >-
|
|
To specify the particular role, purpose, activity, or operation that an
|
|
entity is designed or used to perform.
|
|
alt_descriptions:
|
|
nl: >-
|
|
De specifieke rol, het doel, de activiteit of de bewerking specificeren
|
|
waarvoor een entiteit is ontworpen of wordt gebruikt.
|
|
de: >-
|
|
Die bestimmte Rolle, den Zweck, die Aktivität oder den Vorgang
|
|
angeben, für den eine Entität konzipiert ist oder verwendet wird.
|
|
fr: >-
|
|
Spécifier le rôle, l'objectif, l'activité ou l'opération particulière
|
|
qu'une entité est conçue ou utilisée pour accomplir.
|
|
ar: >-
|
|
تحديد الدور أو الغرض أو النشاط أو العملية المحددة التي صُمم الكيان
|
|
أو يُستخدم لأدائها.
|
|
id: >-
|
|
Menentukan peran, tujuan, aktivitas, atau operasi tertentu yang
|
|
dirancang atau digunakan oleh suatu entitas untuk dilakukan.
|
|
zh: >-
|
|
指定实体被设计或用于执行的特定角色、目的、活动或操作。
|
|
es: >-
|
|
Especificar el rol, propósito, actividad u operación particular que
|
|
una entidad está diseñada o se utiliza para realizar.
|
|
structured_aliases:
|
|
- literal_form: functie
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Funktion
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: fonction
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: وظيفة
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: fungsi
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 功能
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: función
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
slot_uri: hc:hasFunction
|
|
range: string # uriorcurie
|
|
multivalued: true
|
|
aliases:
|
|
- has_or_had_function
|
|
- institution_function
|
|
- membership_role
|
|
- religious_function
|
|
annotations:
|
|
custodian_types: '["*"]'
|