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

49 lines
1.5 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/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
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.
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types:
- '*'
custodian_types_rationale: Universal utility concept