glam/schemas/20251121/linkml/modules/classes/DigitalProfessionalAssessment.yaml
kempersc 626bd3a095 refactor(schemas): apply naming conventions to 261 class files
- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots
- Apply Rule 43: Singular noun convention (keywords → keyword)
- Update slot references to match renamed slot files
- Maintain schema integrity across all class definitions
2026-01-10 15:36:33 +01:00

58 lines
1.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/DigitalProfessionalAssessment
name: digital_professional_assessment_class
title: Digital Professional Assessment Class
version: 1.0.0
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
imports:
- linkml:types
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/digital_confidence
- ../slots/digital_indicator
- ../slots/likely_whatsapp_proficient
default_range: string
classes:
DigitalProfessionalAssessment:
class_uri: hc:DigitalProfessionalAssessment
description: |
Assessment of a person's digital/technology proficiency.
slots:
- digital_confidence
- digital_indicator
- likely_whatsapp_proficient
- specificity_annotation
- template_specificity
slot_usage:
likely_whatsapp_proficient:
description: Whether person is likely proficient with WhatsApp
range: boolean
digital_indicator:
description: Indicators of digital proficiency from profile
range: string
multivalued: true
digital_confidence:
description: 'Confidence level: low, medium, high'
range: string
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
slots:
likely_whatsapp_proficient:
description: Whether person is likely WhatsApp proficient
range: boolean
digital_indicator:
description: Indicators of digital proficiency
range: string
multivalued: true
digital_confidence:
description: Digital proficiency confidence level
range: string