35 lines
995 B
YAML
35 lines
995 B
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_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
default_prefix: hc
|
|
classes:
|
|
Experience:
|
|
class_uri: skos:Concept
|
|
description: A specific experience entry.
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_score
|
|
slot_usage:
|
|
has_label:
|
|
# range: string
|
|
has_description:
|
|
# range: string
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|