glam/schemas/20251121/linkml/modules/classes/DigitalConfidence.yaml
2026-02-04 00:24:46 +01:00

68 lines
2 KiB
YAML

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/20260202_matang/has_description
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_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_score
- has_description
- has_type
slot_usage:
has_score:
range: float
required: true
minimum_value: 0.0
maximum_value: 1.0
examples:
- value: 0.85
has_type:
examples:
- value: SKILL_INFERENCE
has_description:
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"