- 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.
63 lines
2.1 KiB
YAML
63 lines
2.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/CeasingEvent
|
|
name: CeasingEvent
|
|
title: Ceasing Event Class
|
|
description: >-
|
|
Terminal occurrence used to note when an entity stops operating or existing.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
- ../slots/observed_by
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
CeasingEvent:
|
|
class_uri: schema:Event
|
|
broad_mappings:
|
|
- schema:Event
|
|
close_mappings:
|
|
- crm:E64_End_of_Existence
|
|
description: >-
|
|
Terminal occurrence used to note when an entity stops operating or existing.
|
|
alt_descriptions:
|
|
nl: Eindgebeurtenis om vast te leggen wanneer een entiteit ophoudt te bestaan of te functioneren.
|
|
de: Endereignis zur Dokumentation, wann eine Entität aufhört zu existieren oder zu funktionieren.
|
|
fr: Occurrence finale servant à documenter le moment où une entité cesse d'exister ou de fonctionner.
|
|
es: Hecho final usado para registrar cuándo una entidad deja de existir o de funcionar.
|
|
ar: حدث نهائي يُستخدم لتوثيق متى يتوقف كيان عن الوجود أو العمل.
|
|
id: Peristiwa akhir untuk mencatat kapan suatu entitas berhenti ada atau beroperasi.
|
|
zh: 用于记录某实体何时停止存在或停止运作的终止事件。
|
|
structured_aliases:
|
|
- literal_form: eindgebeurtenis
|
|
in_language: nl
|
|
- literal_form: Endereignis
|
|
in_language: de
|
|
- literal_form: événement terminal
|
|
in_language: fr
|
|
- literal_form: evento terminal
|
|
in_language: es
|
|
- literal_form: حدث نهائي
|
|
in_language: ar
|
|
- literal_form: peristiwa terminal
|
|
in_language: id
|
|
- literal_form: 终结事件
|
|
in_language: zh
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- observed_by
|
|
- temporal_extent
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class.
|
|
custodian_types: '["*"]'
|