- 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.
56 lines
2.3 KiB
YAML
56 lines
2.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/CeaseEvent
|
|
name: CeaseEvent
|
|
title: Cease Event
|
|
description: >-
|
|
Termination occurrence that records when an entity, process, or state is declared no longer valid.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
default_prefix: hc
|
|
classes:
|
|
CeaseEvent:
|
|
class_uri: prov:Invalidation
|
|
description: >-
|
|
Termination occurrence that records when an entity, process, or state is declared no longer valid.
|
|
alt_descriptions:
|
|
nl: Beëindigingsgebeurtenis die vastlegt wanneer een entiteit, proces of toestand niet langer geldig wordt verklaard.
|
|
de: Beendigungsereignis, das festhält, wann eine Entität, ein Prozess oder ein Zustand für ungültig erklärt wird.
|
|
fr: Occurrence de fin qui consigne le moment où une entité, un processus ou un état est déclaré invalide.
|
|
es: Hecho de finalización que registra cuándo una entidad, proceso o estado se declara ya no válido.
|
|
ar: حدث إنهاء يوثّق متى يُعلن أن كيانًا أو عملية أو حالة لم تعد صالحة.
|
|
id: Peristiwa penghentian yang mencatat kapan suatu entitas, proses, atau keadaan dinyatakan tidak lagi berlaku.
|
|
zh: 用于记录某个实体、过程或状态何时被宣布不再有效的终止事件。
|
|
structured_aliases:
|
|
- literal_form: beëindigingsgebeurtenis
|
|
in_language: nl
|
|
- literal_form: Beendigungsereignis
|
|
in_language: de
|
|
- literal_form: événement de fin
|
|
in_language: fr
|
|
- literal_form: evento de terminación
|
|
in_language: es
|
|
- literal_form: حدث إنهاء
|
|
in_language: ar
|
|
- literal_form: peristiwa penghentian
|
|
in_language: id
|
|
- literal_form: 终止事件
|
|
in_language: zh
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|