Skip to content

Slot: actual_end_year

The actual date that something ended, with precision of one year.

URI: gist_upstream:actualEndYear Alias: actual_end_year

Inheritance

Properties

Type and Range

Property Value
Range Datetime
Slot URI gist_upstream:actualEndYear

Cardinality and Requirements

Property Value

In Subsets

Aliases

  • actual end year

Examples

Value
The tenure of the previous chairman of the board ended in 2021.
'2021-01-01T00:00:00-06:00'^^xsd:dateTime

Comments

  • Used for things where the precision of a year is sufficient. Recommended usage is to zero out the hours through microseconds to avoid spurious precision. Note that it is not valid to zero out months and days, so arbitrary values must be included.

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self gist_upstream:actualEndYear
native gist:actual_end_year

LinkML Source

name: actual_end_year
description: The actual date that something ended, with precision of one year.
comments:
- Used for things where the precision of a year is sufficient. Recommended usage is
  to zero out the hours through microseconds to avoid spurious precision. Note that
  it is not valid to zero out months and days, so arbitrary values must be included.
examples:
- value: The tenure of the previous chairman of the board ended in 2021.
- value: '''2021-01-01T00:00:00-06:00''^^xsd:dateTime'
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- actual end year
rank: 1000
is_a: actual_end_date_time
slot_uri: gist_upstream:actualEndYear
alias: actual_end_year
range: datetime