43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/Roadmap
|
|
name: Roadmap
|
|
title: Roadmap Class
|
|
description: >-
|
|
A strategic plan or schedule for future activities.
|
|
|
|
**RULE 53 COMPLIANT**: Created for expected_transfer_date migration.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
- ../slots/contains_or_contained
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ./ArchivingPlan
|
|
|
|
default_prefix: hc
|
|
|
|
classes:
|
|
Roadmap:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
A plan outlining future goals or steps.
|
|
slots:
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- contains_or_contained
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
slot_usage:
|
|
contains_or_contained:
|
|
range: ArchivingPlan
|
|
multivalued: true
|
|
inlined: true
|
|
description: Plans contained within this roadmap.
|