- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
46 lines
1.5 KiB
YAML
46 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/CalendarSystem
|
|
name: CalendarSystem
|
|
title: Calendar System Class
|
|
description: 'Represents a temporal reference system (calendar) for dating events.
|
|
|
|
**OWL TIME ALIGNMENT**: Maps to time:TRS (Temporal Reference System).
|
|
|
|
**SUPPORTED SYSTEMS**: - gregorian: Gregorian calendar (ISO 8601 default) - julian:
|
|
Julian calendar (pre-1582 dates) - hebrew: Hebrew calendar - islamic: Islamic (Hijri)
|
|
calendar - chinese: Chinese traditional calendar - japanese: Japanese imperial calendar
|
|
|
|
**USE CASES**: - Historical dates using Julian calendar - Religious dates in Hebrew
|
|
or Islamic calendars - East Asian historical dates'
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
time: http://www.w3.org/2006/time#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_label
|
|
classes:
|
|
CalendarSystem:
|
|
class_uri: time:TRS
|
|
description: A temporal reference system (calendar) used for dating.
|
|
exact_mappings:
|
|
- time:TRS
|
|
close_mappings:
|
|
- schema:Thing
|
|
slots:
|
|
- has_or_had_label
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: string
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
system_uri: http://www.opengis.net/def/trs/BIPM/0/Gregorian
|
|
- value: null
|
|
- value: null
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.5
|
|
specificity_rationale: Moderately specific - calendar systems used in temporal
|
|
context across heritage.
|