67 lines
1.9 KiB
YAML
67 lines
1.9 KiB
YAML
# GenealogiewerkbalkEnrichment - Dutch genealogy archives registry data
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/GenealogiewerkbalkEnrichment
|
|
name: GenealogiewerkbalkEnrichment
|
|
title: GenealogiewerkbalkEnrichment
|
|
|
|
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
|
|
|
|
- ./ArchiveInfo
|
|
- ./MunicipalityInfo
|
|
- ./ProvinceInfo
|
|
default_range: string
|
|
|
|
classes:
|
|
GenealogiewerkbalkEnrichment:
|
|
description: >-
|
|
Dutch genealogy archives registry (Genealogiewerkbalk) data including
|
|
municipality, province, and associated archive information.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this represents enrichment data
|
|
derived from the Dutch genealogy archives registry
|
|
- close_mappings includes schema:Dataset for registry data semantics
|
|
- related_mappings includes prov:PrimarySource for source registry
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- schema:Dataset
|
|
related_mappings:
|
|
- prov:PrimarySource
|
|
attributes:
|
|
source:
|
|
range: string
|
|
source_url:
|
|
range: uri
|
|
data_url:
|
|
range: uri
|
|
data_tier:
|
|
range: DataTierEnum
|
|
enrichment_timestamp:
|
|
range: datetime
|
|
match_method:
|
|
range: string
|
|
match_confidence:
|
|
range: float
|
|
municipality:
|
|
range: MunicipalityInfo
|
|
municipal_archive:
|
|
range: ArchiveInfo
|
|
province:
|
|
range: ProvinceInfo
|
|
provincial_archive:
|
|
range: ArchiveInfo
|
|
extra_info:
|
|
range: string
|
|
description: Additional information from the source
|