37 lines
1.7 KiB
YAML
37 lines
1.7 KiB
YAML
id: https://nde.nl/ontology/hc/classes/WikidataTimeValue
|
|
name: WikidataTimeValue
|
|
title: WikidataTimeValue
|
|
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#
|
|
wikibase: http://wikiba.se/ontology#
|
|
time: http://www.w3.org/2006/time#
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
classes:
|
|
WikidataTimeValue:
|
|
description: "Wikidata time value with precision metadata. Records temporal information in ISO 8601 format along with precision level (9=year, 10=month, 11=day) and calendar model (typically Gregorian).\nOntology mapping rationale: - class_uri is wikibase:TimeValue because this directly represents\n Wikidata's native time value datatype with precision\n- close_mappings includes time:Instant from OWL-Time as both\n represent points in time (though TimeValue adds precision)\n- related_mappings includes xsd:dateTime (base type) and\n prov:InstantaneousEvent (provenance temporal marker)"
|
|
class_uri: wikibase:TimeValue
|
|
close_mappings:
|
|
- time:Instant
|
|
related_mappings:
|
|
- xsd:dateTime
|
|
- prov:InstantaneousEvent
|
|
attributes:
|
|
time:
|
|
range: string
|
|
description: Time value in ISO 8601 format (e.g., +2015-00-00T00:00:00Z)
|
|
precision:
|
|
range: integer
|
|
description: Precision level (9=year, 10=month, 11=day, etc.)
|
|
calendarmodel:
|
|
range: uri
|
|
description: Calendar model URI (e.g., http://www.wikidata.org/entity/Q1985727 for Gregorian)
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|