- Introduced BirthDate class with support for EDTF notation, provenance tracking, and confidence scoring. - Added BirthPlace class to preserve historical names, link modern equivalents, and integrate geographic identifiers. - Created Approximation Level slot to express uncertainty levels for various values. - Migrated existing slots to structured classes for better data modeling, including has_or_had_date_of_birth and has_or_had_place_of_birth. - Enhanced service area representation with has_or_had_service_area slot, linking to ServiceArea class. - Updated is_or_was_approximate slot to model uncertainty levels using ApproximationStatus class. - Archived previous versions of slots for historical reference.
26 lines
801 B
YAML
26 lines
801 B
YAML
id: https://nde.nl/ontology/hc/slot/approximation_level
|
|
name: approximation_level_slot
|
|
title: Approximation Level Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
approximation_level:
|
|
description: >-
|
|
Level of approximation/uncertainty for a value.
|
|
|
|
See ApproximationLevelEnum for valid values:
|
|
- EXACT: Known with certainty
|
|
- APPROXIMATE: Close but not exact
|
|
- ESTIMATED: Calculated/inferred
|
|
- UNCERTAIN: Significant doubt
|
|
- UNKNOWN: Cannot be determined
|
|
range: string
|
|
slot_uri: hc:approximationLevel
|
|
annotations:
|
|
specificity_score: 0.30
|
|
specificity_rationale: >-
|
|
Approximation level is broadly useful for expressing uncertainty.
|