Major slot migrations following slot_fixes.yaml revisions: - TimeSpan: begin_of_the_begin, begin_of_the_end, end_of_the_begin, end_of_the_end - Quantity: has_or_had_measurement_unit with MeasureUnit class - Description: has_or_had_description with Description class - URL, WikiData, Timestamp, Location, Provenance pattern classes New slots for RiC-O compliance: - Temporal: has_or_had_time_interval, calendar_system - Transfer: is_or_was_transferred, has_or_had_policy - Location: starts/ends_or_started/ended_at_location - Provenance: has_or_had_provenance_path, is_or_was_webarchived_at Archive deprecated slots per Rule 53 workflow.
60 lines
1.6 KiB
YAML
60 lines
1.6 KiB
YAML
# calendar_system slot
|
|
# The calendar system used for a timestamp
|
|
#
|
|
# Generation date: 2026-01-15
|
|
# Rule compliance: 38 (slot centralization + semantic URI), 42 (no prefix), 43 (singular noun)
|
|
|
|
id: https://nde.nl/ontology/hc/slot/calendar_system
|
|
name: calendar_system_slot
|
|
title: Calendar System Slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
time: http://www.w3.org/2006/time#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
calendar_system:
|
|
slot_uri: time:hasTRS
|
|
description: |
|
|
The calendar system for the timestamp.
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary** (`slot_uri`): `time:hasTRS` - OWL Time temporal reference system
|
|
|
|
**Common Values**:
|
|
- gregorian: Standard Gregorian calendar (default)
|
|
- julian: Julian calendar (historical dates before 1582)
|
|
- hebrew: Hebrew calendar
|
|
- islamic: Islamic (Hijri) calendar
|
|
- chinese: Chinese calendar
|
|
- japanese: Japanese imperial calendar
|
|
|
|
**Usage**:
|
|
Defaults to Gregorian if not specified. Important for:
|
|
- Historical documents dated before Gregorian adoption
|
|
- Non-Western heritage institutions
|
|
- Religious calendar dates
|
|
|
|
range: string
|
|
required: false
|
|
multivalued: false
|
|
|
|
exact_mappings:
|
|
- time:hasTRS
|
|
|
|
annotations:
|
|
migration_date: "2026-01-15"
|
|
|
|
examples:
|
|
- value: "gregorian"
|
|
description: "Standard Gregorian calendar"
|
|
- value: "julian"
|
|
description: "Julian calendar for pre-1582 dates"
|
|
- value: "islamic"
|
|
description: "Islamic/Hijri calendar"
|