- Introduced `prepared_by` slot to identify the individual or organization responsible for preparing an item, specimen, or document, with ontology alignment to CIDOC-CRM, PROV-O, Schema.org, and FOAF. - Added `prepared_on` slot to capture the date when a sample or document was prepared, including mappings to DC Terms and Schema.org. - Created `preserve` slot to define actions related to maintaining and protecting entities from harm or decay, with references to CIDOC-CRM and other ontologies. - Implemented `provide` slot to document the act of supplying resources or services, with related mappings to Schema.org and PROV-O. - Established `provide_to` slot to identify recipients of services or resources, with ontology alignment to Schema.org and CIDOC-CRM. - Added `receive` slot to capture the act of accepting delivery of objects or services. - Introduced `recommend` slot for suggesting courses of action or services. - Created `started_on` slot to record the initiation date of activities or processes, with mappings to PROV and Schema.org.
90 lines
3.5 KiB
YAML
90 lines
3.5 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_text
|
|
# ==============================================================================
|
|
# Written content or character string contained within a document or data field.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |----------------|----------------|--------------------------|---------|----------------------------------------------------------------|
|
|
# | **Schema.org** | `schema:text` | schemaorg.owl:37718-37738 | exact | "The textual content of this CreativeWork." Domain: CreativeWork only. |
|
|
#
|
|
# CREATED: 2026-02-03
|
|
# UPDATED: 2026-02-08
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_text
|
|
name: has_text
|
|
title: Has Text
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
has_text:
|
|
slot_uri: hc:hasText
|
|
description: >-
|
|
To specify the written content, body matter, or character string contained
|
|
within a document, user interface element, or data field.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Om de geschreven inhoud, hoofdtekst of tekenreeks aan te geven die
|
|
zich bevindt in een document, gebruikersinterface-element of gegevensveld.
|
|
de: >-
|
|
Zur Angabe des geschriebenen Inhalts, Fließtextes oder der Zeichenkette,
|
|
die in einem Dokument, Benutzeroberflächenelement oder Datenfeld
|
|
enthalten ist.
|
|
fr: >-
|
|
Pour spécifier le contenu écrit, le corps du texte ou la chaîne de
|
|
caractères contenu dans un document, un élément d'interface utilisateur
|
|
ou un champ de données.
|
|
ar: >-
|
|
لتحديد المحتوى المكتوب أو نص المتن أو سلسلة الأحرف الموجودة داخل
|
|
مستند أو عنصر واجهة مستخدم أو حقل بيانات.
|
|
id: >-
|
|
Untuk menentukan konten tertulis, isi utama, atau rangkaian karakter
|
|
yang terkandung dalam dokumen, elemen antarmuka pengguna, atau bidang data.
|
|
zh: >-
|
|
用于指定文档、用户界面元素或数据字段中包含的书面内容、正文或字符串。
|
|
es: >-
|
|
Para especificar el contenido escrito, el cuerpo del texto o la cadena
|
|
de caracteres contenida en un documento, elemento de interfaz de usuario
|
|
o campo de datos.
|
|
structured_aliases:
|
|
- literal_form: Tekst
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Text
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: Texte
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: نص
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: Teks
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 文本
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: Texto
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: string
|
|
multivalued: true
|
|
exact_mappings:
|
|
- schema:text # schemaorg.owl:37718-37738 — "The textual content of this CreativeWork." Domain: CreativeWork only.
|
|
aliases:
|
|
- has_or_had_text
|
|
- connections_text
|
|
- content
|
|
- link_text
|
|
- policy_text
|
|
- price_text
|
|
annotations:
|
|
custodian_types: '["*"]'
|