- Added MeasureUnitEnum.yaml to define standard measurement units for area, length, and related quantities, compliant with ISO 80000-1, QUDT, and UCUM. - Included units such as square meters, hectares, acres, meters, kilometers, and their conversions. feat: Create applies_or_applied_to_call slot for funding requirements - Introduced applies_or_applied_to_call.yaml to track funding calls related to requirements, following RiC-O naming conventions. chore: Archive annual_participants slot and migrate to has_or_had_annual_participant_count - Archived annual_participants_archived_20260115.yaml, replaced with has_or_had_annual_participant_count for better temporal naming. chore: Archive applies_to_call slot and migrate to applies_or_applied_to_call - Archived applies_to_call_archived_20260115.yaml, replaced with applies_or_applied_to_call for improved naming consistency. chore: Archive area_hectares slot and migrate to has_area_in_hectare - Archived area_hectares_archived_20260115.yaml, replaced with has_area_in_hectare for standardized area measurement. chore: Archive arrangement_notes slot and migrate to has_arrangement_note - Archived arrangement_notes_archived_20260115.yaml, replaced with has_arrangement_note for better naming alignment. chore: Archive available_caption_languages slot and migrate to has_available_caption_language - Archived available_caption_languages_archived_20260115.yaml, replaced with has_available_caption_language for improved naming. chore: Archive beneficiary_group slot and migrate to has_or_had_beneficiary - Archived beneficiary_group_archived_20260115.yaml, replaced with has_or_had_beneficiary for compliance with naming conventions. chore: Archive branch_head slot and migrate to has_or_had_head - Archived branch_head_archived_20260114.yaml, replaced with has_or_had_head for better semantic alignment. chore: Archive budget_currency slot - Archived budget_currency_archived_20260114.yaml for future migration. chore: Archive building_floor_area_sqm slot and migrate to has_or_had_area - Archived building_floor_area_sqm_archived_20260115.yaml, replaced with has_or_had_area for standardized area measurement. chore: Archive has_area_in_hectare slot and migrate to has_or_had_area - Archived has_area_in_hectare_archived_20260115.yaml, replaced with has_or_had_area for compliance with generic predicates. feat: Introduce has_or_had_area slot for area measurements - Added has_or_had_area.yaml as the authoritative slot for area measurements, compliant with Rule 53. feat: Introduce has_or_had_beneficiary slot for beneficiary tracking - Added has_or_had_beneficiary.yaml to identify beneficiaries of organizational programs, following RiC-O naming conventions. feat: Introduce has_or_had_currency slot for monetary values - Added has_or_had_currency.yaml to track currency associated with monetary amounts, compliant with ISO 4217. feat: Introduce has_or_had_head slot for organizational heads - Added has_or_had_head.yaml to link organizational units with their heads, following W3C ORG standards.
63 lines
1.6 KiB
YAML
63 lines
1.6 KiB
YAML
# Rationale - Rationale/justification class
|
|
#
|
|
# Created per slot_fixes.yaml migration for: wikidata_mapping_rationale
|
|
# Creation date: 2026-01-14
|
|
|
|
id: https://nde.nl/ontology/hc/class/Rationale
|
|
name: Rationale
|
|
title: Rationale
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
prov: http://www.w3.org/ns/prov#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_rationale
|
|
|
|
classes:
|
|
Rationale:
|
|
class_uri: skos:note
|
|
description: |
|
|
A rationale or justification for a decision.
|
|
|
|
**USAGE**:
|
|
Used for:
|
|
- Mapping rationale (Wikidata, ontology alignments)
|
|
- Decision justifications
|
|
- Methodology explanations
|
|
|
|
slots:
|
|
- has_or_had_rationale
|
|
|
|
attributes:
|
|
decision_type:
|
|
range: string
|
|
description: Type of decision (MAPPING, CLASSIFICATION, EXCLUSION)
|
|
|
|
confidence:
|
|
range: float
|
|
description: Confidence level in the decision (0.0-1.0)
|
|
|
|
alternatives_considered:
|
|
range: string
|
|
multivalued: true
|
|
description: Alternative options that were considered
|
|
|
|
close_mappings:
|
|
- prov:wasInfluencedBy
|
|
|
|
annotations:
|
|
specificity_score: "0.45"
|
|
specificity_rationale: "Moderately specific - rationale documentation is common."
|
|
|
|
examples:
|
|
- value:
|
|
has_or_had_rationale: "Mapped based on exact name match and location"
|
|
decision_type: MAPPING
|
|
confidence: 0.95
|
|
description: Wikidata mapping rationale
|