- Added new aliases for existing slots to improve clarity and usability, including: - has_deadline: has_embargo_end_date - has_extent: has_extent_text - has_fonds: has_fond - has_laboratory: conservation_lab - has_language: has_iso_code639_1, has_iso_code639_3 - has_legal_basis: legal_basis - has_light_exposure: max_light_lux - has_measurement_unit: has_unit - has_note: has_custodian_observation - has_occupation: occupation - has_operating_hours: has_operating_hours - has_position: position - has_quantity: has_artwork_count, link_count - has_roadmap: review_date - has_skill: skill - has_speaker: speaker_label - has_specification: specification_url - has_statement: rights_statement_url, rights_statement - has_type: custodian_only - has_user_category: serves_visitors_only - hold_record_set: record_count - identified_by: has_index_number - in_period: has_period - in_place: has_place - in_series: has_series - measure: has_measurement - measured_on: measurement_date - organized_by: has_organizer - originate_from: has_origin - part_of: suborganization_of - published_on: has_publication_date - receive_investment: has_investment - related_to: connection_heritage_type - require: preservation_requirement - safeguarded_by: current_keeper, record_holder_note - state: states_or_stated - take_comission: takes_or_took_comission - take_place_at: takes_or_took_place_at - transmit_through: transmits_or_transmitted_through - warrant: warrants_or_warranted - Introduced a new slot definition for evaluated_through to capture evaluation methodologies and review statuses.
67 lines
2.4 KiB
YAML
67 lines
2.4 KiB
YAML
id: https://nde.nl/ontology/hc/classes/ProvenanceBlock
|
|
name: ProvenanceBlock
|
|
title: ProvenanceBlock
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
pav: http://purl.org/pav/
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/DataTierEnum
|
|
- ../slots/generated_by
|
|
- ../slots/has_note
|
|
- ../slots/has_type
|
|
- ../slots/has_url
|
|
- ../slots/has_standard
|
|
# default_range: string
|
|
classes:
|
|
ProvenanceBlock:
|
|
description: "Complete provenance tracking for the entry, supporting both nested\
|
|
\ and flat formats. Contains information about data sources, extraction methods,\
|
|
\ timestamps, confidence scores, and verification status. This is the primary\
|
|
\ class for documenting the lineage and quality of data in custodian records.\n\
|
|
Ontology mapping rationale: - class_uri is prov:Bundle because this represents\
|
|
\ a named set of provenance\n descriptions bundled together - it's provenance\
|
|
\ ABOUT provenance/data\n- close_mappings includes pav:Provenance conceptually\
|
|
\ as PAV's approach to\n tracking authoring and versioning provenance\n- related_mappings\
|
|
\ includes prov:Entity (the bundle is itself an entity) and\n prov:Activity\
|
|
\ (extraction/enrichment are activities with timestamps)"
|
|
class_uri: prov:Bundle
|
|
close_mappings:
|
|
- pav:Provenance
|
|
related_mappings:
|
|
- prov:Entity
|
|
- prov:Activity
|
|
slots:
|
|
- generated_by
|
|
- has_note
|
|
- has_url
|
|
- has_type
|
|
- has_standard
|
|
slot_usage:
|
|
generated_by:
|
|
range: GenerationEvent
|
|
required: false
|
|
inlined: true
|
|
description: 'Generation event containing confidence score for the provenance
|
|
block. MIGRATED 2026-01-19: Replaces confidence_score slot with structured
|
|
pattern.'
|
|
examples:
|
|
- value:
|
|
has_score:
|
|
has_score: 0.95
|
|
has_method: automated_extraction
|
|
- value:
|
|
has_score:
|
|
has_score: 0.65
|
|
has_method: manual_review
|
|
comments:
|
|
- 'MIGRATED 2026-01-19: confidence_score → generated_by + GenerationEvent
|
|
+ ConfidenceScore (Rule 53)'
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|