40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Experience
|
|
name: Experience
|
|
title: Experience Class
|
|
description: 'Knowledge or skill acquired through involvement in or exposure to an event or subject.
|
|
|
|
**RULE 53 COMPLIANT**: Created for experience migration per slot_fixes.yaml revision.'
|
|
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/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
default_prefix: hc
|
|
classes:
|
|
Experience:
|
|
class_uri: skos:Concept
|
|
description: A specific experience entry.
|
|
slots:
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: string
|
|
description: Name or label of the experience.
|
|
has_or_had_description:
|
|
range: string
|
|
description: Description of the experience.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|