glam/schemas/20251121/linkml/modules/classes/GhcidHistoryEntry.yaml
2026-01-08 15:56:28 +01:00

50 lines
1.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#
imports:
- linkml:types
default_range: string
classes:
GhcidHistoryEntry:
description: Historical GHCID entry with validity period
attributes:
ghcid:
range: string
required: true
description: GHCID value at this time
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)