glam/schemas/20251121/linkml/modules/classes/UseCase.yaml

42 lines
1 KiB
YAML

id: https://nde.nl/ontology/hc/class/UseCase
name: UseCase
title: Use Case Class
description: >-
A specific scenario or use case demonstrating the application of a concept.
**RULE 53 COMPLIANT**: Created for example_instance migration.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ../slots/has_or_had_description
- ../slots/has_or_had_example
- ../slots/specificity_annotation
- ../slots/has_or_had_score
- ./Example
default_prefix: hc
classes:
UseCase:
description: >-
Describes a practical application or scenario.
slots:
- has_or_had_identifier
- has_or_had_label
- has_or_had_description
- has_or_had_example
- specificity_annotation
- has_or_had_score
slot_usage:
has_or_had_example:
range: Example
multivalued: true
inlined: true
description: Concrete examples illustrating this use case.