glam/schemas/20251121/linkml/modules/classes/DigitalConfidence.yaml

82 lines
2.6 KiB
YAML

# DigitalConfidence class
# Represents confidence assessment for digital attributes/skills
#
# Created: 2026-01-25
# Rule compliance: 0b (Type/Types pattern), 38 (slot centralization), 39 (RiC-O naming), 53 (slot_fixes.yaml)
# Migration: digital_confidence → estimates_or_estimated + DigitalConfidence
id: https://nde.nl/ontology/hc/class/DigitalConfidence
name: DigitalConfidence
title: Digital Confidence Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dqv: http://www.w3.org/ns/dqv#
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../metadata
- ../slots/has_or_had_score
- ../slots/has_or_had_description
- ../slots/has_or_had_type
classes:
DigitalConfidence:
class_uri: dqv:QualityMeasurement
description: |
Confidence assessment for digital attributes, skills, or proficiency.
**DEFINITION**:
DigitalConfidence captures the certainty level associated with an inferred
or extracted digital attribute (e.g., digital proficiency inferred from a profile).
**Ontological Alignment**:
- **DQV**: `dqv:QualityMeasurement` - quality/confidence metric
**Migrated From** (per slot_fixes.yaml):
- `digital_confidence` (float) → estimates_or_estimated + DigitalConfidence
exact_mappings:
- dqv:QualityMeasurement
slots:
- has_or_had_score
- has_or_had_description
- has_or_had_type
slot_usage:
has_or_had_score:
description: |
Numeric confidence score (0.0-1.0).
Inherits broad range (Any) but overrides description/examples.
range: float
required: true
minimum_value: 0.0
maximum_value: 1.0
examples:
- value: 0.85
description: High confidence estimation
has_or_had_type:
description: Type of confidence assessment (e.g., PROFICIENCY_INFERENCE)
examples:
- value: SKILL_INFERENCE
has_or_had_description:
description: Explanation of the confidence assessment
examples:
- value: "Inferred from explicit skill endorsements and project history"
annotations:
custodian_types: '["P"]'
custodian_types_rationale: Digital confidence applies to person profiles (custodian staff)
specificity_score: 0.60
specificity_rationale: Specific to person profile enrichment
comments:
- "Represents confidence in digital attribute assessments"
- "Migrated from digital_confidence slot per slot_fixes.yaml"
- "Used in LinkedInProfile enrichment"