40 lines
1,017 B
YAML
40 lines
1,017 B
YAML
id: https://nde.nl/ontology/hc/class/Cancellation
|
|
name: Cancellation
|
|
title: Cancellation Class
|
|
description: >-
|
|
Details regarding the cancellation of an event or activity.
|
|
|
|
**RULE 53 COMPLIANT**: Created for event_cancelled_reason migration.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_rationale
|
|
- ../slots/has_or_had_description
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ./Rationale
|
|
|
|
default_prefix: hc
|
|
|
|
classes:
|
|
Cancellation:
|
|
class_uri: prov:Activity
|
|
description: >-
|
|
Represents the cancellation event/action.
|
|
slots:
|
|
- has_or_had_identifier
|
|
- has_or_had_rationale
|
|
- has_or_had_description
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
slot_usage:
|
|
has_or_had_rationale:
|
|
range: Rationale
|
|
inlined: true
|
|
description: The reason for cancellation.
|