Skip to content

Slot: actual_end_date

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

URI: gist_upstream:actualEndDate Alias: actual_end_date

Inheritance

Properties

Type and Range

Property Value
Range Datetime
Slot URI gist_upstream:actualEndDate

Cardinality and Requirements

Property Value

In Subsets

Aliases

  • actual end date

Examples

Value
'2021-06-01T00:00:00-06:00'^^xsd:dateTime

Comments

  • Used for things where the precision of a date is sufficient, such as most projects, tasks, and the like. Recommended usage is to zero out the hours through microseconds to avoid spurious precision.

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self gist_upstream:actualEndDate
native gist:actual_end_date

LinkML Source

name: actual_end_date
description: The actual date that something ended, with precision of one day.
comments:
- Used for things where the precision of a date is sufficient, such as most projects,
  tasks, and the like. Recommended usage is to zero out the hours through microseconds
  to avoid spurious precision.
examples:
- value: '''2021-06-01T00:00:00-06:00''^^xsd:dateTime'
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- actual end date
rank: 1000
is_a: actual_end_date_time
slot_uri: gist_upstream:actualEndDate
alias: actual_end_date
range: datetime