43 lines
1.2 KiB
YAML
43 lines
1.2 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_description
|
|
- ../slots/has_example
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
default_prefix: hc
|
|
classes:
|
|
UseCase:
|
|
description: Describes a practical application or scenario.
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_example
|
|
- has_score
|
|
slot_usage:
|
|
has_example:
|
|
range: Example
|
|
multivalued: true
|
|
inlined: true
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|