glam/schemas/20251121/linkml/modules/classes/DigitalConfidence.yaml
kempersc 1516d509cf Add metadata to LinkML class definitions and update prefixes
- Added `id`, `name`, `title`, and `description` fields to multiple LinkML class YAML files.
- Standardized prefixes across all class definitions.
- Introduced a new script `fix_linkml_metadata.py` to automate the addition of metadata to class files.
- Updated existing class files to ensure compliance with the new metadata structure.
2026-01-29 17:40:47 +01:00

92 lines
3 KiB
YAML

id: https://nde.nl/ontology/hc/class/DigitalConfidence
name: DigitalConfidence
title: Digital Confidence
description: LinkML class definition for Digital Confidence
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
# 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"