- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
85 lines
2.8 KiB
YAML
85 lines
2.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/Cancellation
|
|
name: Cancellation
|
|
title: Cancellation Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_rationale
|
|
- ../slots/has_score
|
|
- ../slots/has_label
|
|
classes:
|
|
Cancellation:
|
|
class_uri: hc:Cancellation
|
|
description: >-
|
|
Event representing the cancellation of a scheduled activity, event,
|
|
or service, including the reason and circumstances.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Gebeurtenis die de annulering vertegenwoordigt van een geplande activiteit,
|
|
evenement of dienst, inclusief de reden en omstandigheden.
|
|
de: >-
|
|
Ereignis, das die Absage einer geplanten Aktivität, Veranstaltung oder
|
|
Dienstleistung darstellt, einschließlich Grund und Umstände.
|
|
fr: >-
|
|
Événement représentant l'annulation d'une activité, d'un événement ou
|
|
d'un service prévu, y compris la raison et les circonstances.
|
|
es: >-
|
|
Evento que representa la cancelación de una actividad, evento o servicio
|
|
programado, incluyendo la razón y las circunstancias.
|
|
ar: >-
|
|
حدث يمثل إلغاء نشاط أو حدث أو خدمة مجدولة، بما في ذلك السبب والظروف.
|
|
id: >-
|
|
Peristiwa yang mewakili pembatalan aktivitas, acara, atau layanan yang
|
|
dijadwalkan, termasuk alasan dan keadaannya.
|
|
zh: >-
|
|
表示取消计划活动、事件或服务的事件,包括原因和情况。
|
|
structured_aliases:
|
|
- literal_form: annulering
|
|
in_language: nl
|
|
- literal_form: Absage
|
|
in_language: de
|
|
- literal_form: annulation
|
|
in_language: fr
|
|
- literal_form: cancelación
|
|
in_language: es
|
|
- literal_form: إلغاء
|
|
in_language: ar
|
|
- literal_form: pembatalan
|
|
in_language: id
|
|
- literal_form: 取消
|
|
in_language: zh
|
|
broad_mappings:
|
|
- prov:Activity
|
|
- skos:Concept
|
|
slots:
|
|
- identified_by
|
|
- has_rationale
|
|
- has_description
|
|
- has_score
|
|
- has_label
|
|
comments:
|
|
- Represents cancellation events for scheduled activities
|
|
- Includes reason/rationale for cancellation
|
|
- Used for event management and booking systems
|
|
examples:
|
|
- value:
|
|
has_label: Event Cancelled
|
|
has_rationale: Venue closed for emergency maintenance
|
|
has_description: The workshop scheduled for March 15 has been cancelled
|
|
description: Event cancellation record
|
|
keywords:
|
|
- cancellation
|
|
- event cancellation
|
|
- service cancellation
|
|
- rationale
|
|
annotations:
|
|
specificity_score: "0.4"
|
|
specificity_rationale: Event class for cancellations
|
|
custodian_types: "['*']"
|