- Deleted obsolete slot definitions: statement_summary, statement_text, statement_type, status_name, supersede_articles, supersede_condition, supersede_name, temporal_dynamics, total_amount, typical_contents, use_cases, was_acquired_through, was_fetched_at, was_retrieved_at. - Updated existing slot definitions for states_or_stated to enhance clarity and structure. - Introduced new classes: Article, ConditionofAccess, FinancialStatementType, MaximumQuantity, Series, Summary, Type, and their respective slots to improve schema organization and usability. - Added new slots: changes_or_changed_through, has_or_had_condition_of_access, has_or_had_heritage_type, is_or_was_part_of_series, is_or_was_retrieved_at, maximum_of_maximum to capture additional metadata and relationships.
75 lines
2.3 KiB
YAML
75 lines
2.3 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/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"
|