74 lines
2.5 KiB
YAML
74 lines
2.5 KiB
YAML
# GhcidHistoryEntry - Historical GHCID entry with validity period
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/GhcidHistoryEntry
|
|
name: GhcidHistoryEntry
|
|
title: GhcidHistoryEntry
|
|
|
|
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#
|
|
dcterms: http://purl.org/dc/terms/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
GhcidHistoryEntry:
|
|
description: >-
|
|
Historical GHCID entry with validity period tracking the evolution of
|
|
a Global Heritage Custodian Identifier over time, including reasons
|
|
for changes and supersession relationships.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this represents a historical state
|
|
of an identifier entity with temporal validity bounds
|
|
- close_mappings includes dcterms:Identifier for identifier semantics
|
|
- related_mappings includes prov:Revision for versioning context
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- dcterms:Identifier
|
|
related_mappings:
|
|
- prov:Revision
|
|
attributes:
|
|
ghcid:
|
|
range: string
|
|
required: false
|
|
description: GHCID value at this time (may be absent for component-level changes)
|
|
ghcid_numeric:
|
|
range: integer
|
|
description: Numeric form at this time (stored as integer in YAML)
|
|
ghcid_uuid:
|
|
range: string
|
|
description: UUID v5 form at this time
|
|
ghcid_uuid_sha256:
|
|
range: string
|
|
description: UUID v8 (SHA-256) form at this time
|
|
valid_from:
|
|
range: string
|
|
description: Start of validity period (datetime string, can be null)
|
|
valid_to:
|
|
range: string
|
|
description: End of validity period (null = current)
|
|
reason:
|
|
range: string
|
|
description: Reason for change
|
|
superseded_by:
|
|
range: string
|
|
description: GHCID that replaced this one (if superseded)
|
|
previous_ghcid_component:
|
|
range: string
|
|
description: Previous GHCID component value (for component-level changes)
|
|
new_ghcid_component:
|
|
range: string
|
|
description: New GHCID component value (for component-level changes)
|
|
change_date:
|
|
range: string
|
|
description: Date of the GHCID change (ISO datetime string)
|