All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m4s
Session 2026-01-19: Completed remaining migrations per Rules 53/56/60. Major migrations: 1. claim_type → has_or_had_type + ClaimType/ClaimTypes (60+ concrete types in 11 categories) 2. circumstances_of_death → is_deceased + DeceasedStatus + CauseOfDeath 3. claims_count → has_or_had_quantity + Quantity (with based_on_claim for provenance) 4. classification_status → has_or_had_type + ClassificationStatusType Created files: - ClaimType.yaml, ClaimTypes.yaml (abstract base + 60+ concrete subclasses) - DeceasedStatus.yaml, CauseOfDeath.yaml, CauseOfDeathTypeEnum.yaml - ClassificationStatus.yaml, ClassificationStatusType.yaml, ClassificationStatusTypes.yaml - CITESAppendix.yaml, City.yaml, CertaintyLevel.yaml - is_deceased.yaml, is_or_was_caused_by.yaml, based_on_claim.yaml Archived slots: - claim_type, circumstances_of_death, claims_count, classification_status Added Rule 60 to AGENTS.md: No Migration Deferral - agents MUST execute all migrations. All 527 slot_fixes.yaml entries now complete (100%).
108 lines
3.4 KiB
YAML
108 lines
3.4 KiB
YAML
# NanIsilEnrichment - Nationaal Archief ISIL registry match
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/NanIsilEnrichment
|
|
name: NanIsilEnrichment
|
|
title: NanIsilEnrichment
|
|
|
|
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#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
- ../enums/DataTierEnum
|
|
|
|
- ./IsilCodeEntry
|
|
- ./SourceProvenance
|
|
default_range: string
|
|
|
|
classes:
|
|
NanIsilEnrichment:
|
|
description: >-
|
|
Nationaal Archief ISIL registry match containing ISIL codes, institution
|
|
names, assignment dates, and matching metadata from the Dutch National Archive.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this represents enrichment data
|
|
derived from the Nationaal Archief ISIL registry (authoritative source)
|
|
- close_mappings includes dcterms:Identifier for ISIL identifier semantics
|
|
- related_mappings includes prov:PrimarySource for authoritative registry
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- dcterms:Identifier
|
|
related_mappings:
|
|
- prov:PrimarySource
|
|
attributes:
|
|
source:
|
|
range: string
|
|
source_file:
|
|
range: string
|
|
source_file_path:
|
|
range: string
|
|
description: Full path to source file
|
|
source_url:
|
|
range: uri
|
|
data_tier:
|
|
range: DataTierEnum
|
|
extraction_date:
|
|
range: datetime
|
|
enrichment_timestamp:
|
|
range: datetime
|
|
enrichment_method:
|
|
range: string
|
|
description: fuzzy_name_city_match, exact_match, etc.
|
|
match_confidence:
|
|
range: Any
|
|
any_of:
|
|
- range: float
|
|
- range: string
|
|
description: Match confidence (float or string like exact_isil_match)
|
|
isil_code:
|
|
range: string
|
|
isil_codes:
|
|
any_of:
|
|
- range: string
|
|
multivalued: true
|
|
- range: IsilCodeEntry
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Multiple ISIL codes if applicable (can be strings or structured
|
|
objects)
|
|
nan_name:
|
|
range: string
|
|
description: Name from Nationaal Archief
|
|
nan_city:
|
|
range: string
|
|
nan_toegekend_op:
|
|
range: string
|
|
description: Date ISIL was assigned
|
|
nan_opmerking:
|
|
range: string
|
|
description: Remarks
|
|
note:
|
|
range: string
|
|
description: Additional notes about this enrichment
|
|
notes:
|
|
range: string
|
|
description: Additional notes about this enrichment (plural alias)
|
|
nan_plaats:
|
|
range: string
|
|
description: City/place from Nationaal Archief
|
|
assigned_date:
|
|
range: string
|
|
description: Date the ISIL was assigned
|
|
match_method:
|
|
range: string
|
|
description: Method used to match (manual_correction, fuzzy_match, etc.)
|
|
integration_timestamp:
|
|
range: datetime
|
|
description: When this enrichment was integrated
|
|
source_provenance:
|
|
range: SourceProvenance
|
|
description: Detailed provenance information about the source
|