33 lines
893 B
YAML
33 lines
893 B
YAML
id: https://nde.nl/ontology/hc/class/ExpertiseArea
|
|
name: ExpertiseArea
|
|
title: Expertise Area Class
|
|
description: 'A specific area of expertise or knowledge domain.
|
|
|
|
**RULE 53 COMPLIANT**: Created for expertise_area 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_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
default_prefix: hc
|
|
classes:
|
|
ExpertiseArea:
|
|
class_uri: skos:Concept
|
|
description: A domain of expertise.
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_score
|
|
slot_usage:
|
|
has_label:
|
|
# range: string
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|