glam/schemas/20251121/linkml/modules/classes/Concatenation.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

48 lines
2.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/Concatenation
name: Concatenation
title: Concatenation
description: The process of linking things together in a series or chain. MIGRATED from full_extracted_text slot context.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_label
default_prefix: hc
classes:
Concatenation:
class_uri: prov:Activity
description: >-
Transformation activity that joins multiple textual or tokenized segments
into one continuous sequence.
alt_descriptions:
nl: Transformatieactiviteit die meerdere tekst- of tokensegmenten samenvoegt tot één doorlopende reeks.
de: Transformationsaktivitaet die mehrere Text- oder Tokensegmente zu einer fortlaufenden Sequenz verbindet.
fr: Activite de transformation qui assemble plusieurs segments textuels ou tokenises en une sequence continue.
es: Actividad de transformacion que une varios segmentos de texto o tokens en una secuencia continua.
ar: نشاط تحويل يضم مقاطع نصية أو رمزية متعددة في تسلسل واحد متصل.
id: Aktivitas transformasi yang menggabungkan beberapa segmen teks atau token menjadi satu urutan berkelanjutan.
zh: 将多个文本或标记片段拼接为连续序列的转换活动。
structured_aliases:
- {literal_form: samenvoeging, in_language: nl}
- {literal_form: Verkettung, in_language: de}
- {literal_form: concatenation, in_language: fr}
- {literal_form: concatenacion, in_language: es}
- {literal_form: دمج تسلسلي, in_language: ar}
- {literal_form: konkatenasi, in_language: id}
- {literal_form: 串接, in_language: zh}
broad_mappings:
- prov:Activity
keywords:
- text processing
- sequence merge
- extraction pipeline
slots:
- has_label
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"