glam/schemas/20251121/linkml/modules/classes/CeasingEvent.yaml
kempersc 2c9d3598dc Refactor Wikidata schema classes for improved clarity and multilingual support
- Updated titles for clarity in WikidataClassification, WikidataCollectionInfo, WikidataContact, WikidataCoordinates, WikidataEnrichment, WikidataEntity, WikidataIdentifiers, WikidataLocation, WikidataMedia, and WikidataOrganization classes.
- Enhanced descriptions with multilingual support, providing translations in Dutch, German, French, Spanish, Arabic, Indonesian, and Chinese.
- Added structured aliases for better synonym mapping in multiple languages.
- Improved comments and keywords for better understanding and searchability.
- Ensured consistent use of slots and mappings across classes to align with ontology standards.
2026-02-15 14:08:11 +01:00

84 lines
2.5 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:
text: Eindgebeurtenis om vast te leggen wanneer een entiteit ophoudt te bestaan of te functioneren.
language: nl
de:
text: Endereignis zur Dokumentation, wann eine Entität aufhört zu existieren oder zu funktionieren.
language: de
fr:
text: Occurrence finale servant à documenter le moment où une entité cesse d'exister ou de fonctionner.
language: fr
es:
text: Hecho final usado para registrar cuándo una entidad deja de existir o de funcionar.
language: es
ar:
text: حدث نهائي يُستخدم لتوثيق متى يتوقف كيان عن الوجود أو العمل.
language: ar
id:
text: Peristiwa akhir untuk mencatat kapan suatu entitas berhenti ada atau beroperasi.
language: id
zh:
text: 用于记录某实体何时停止存在或停止运作的终止事件。
language: zh
structured_aliases:
nl:
- literal_form: eindgebeurtenis
language: nl
de:
- literal_form: Endereignis
language: de
fr:
- literal_form: événement terminal
language: fr
es:
- literal_form: evento terminal
language: es
ar:
- literal_form: حدث نهائي
language: ar
id:
- literal_form: peristiwa terminal
language: id
zh:
- literal_form: 终结事件
language: zh
slots:
- has_label
- has_description
- observed_by
- temporal_extent
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class.
custodian_types: '["*"]'