Skip to content

Slot: actual_start_microsecond

The actual time that something started, expressed as a system time used for timestamps.

URI: gist_upstream:actualStartMicrosecond Alias: actual_start_microsecond

Inheritance

Properties

Type and Range

Property Value
Range Datetime
Slot URI gist_upstream:actualStartMicrosecond

Cardinality and Requirements

Property Value

In Subsets

Aliases

  • actual start microsecond

Examples

Value
'2021-06-01T08:03:27.12324-6:00'^^xsd:dateTime

Comments

  • A system time will be as precise as the system can supply, typically at least milliseconds, sometimes microseconds. The convention for timestamps, such as recording a transaction, is to specify just the end point; the start time is rarely needed. This property is defined for the cases when you do need to capture the runtime of a system process, and is then used in conjunction with gist:actualEndMicrosecond.

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self gist_upstream:actualStartMicrosecond
native gist:actual_start_microsecond

LinkML Source

name: actual_start_microsecond
description: The actual time that something started, expressed as a system time used
  for timestamps.
comments:
- A system time will be as precise as the system can supply, typically at least milliseconds,
  sometimes microseconds. The convention for timestamps, such as recording a transaction,
  is to specify just the end point; the start time is rarely needed. This property
  is defined for the cases when you do need to capture the runtime of a system process,
  and is then used in conjunction with gist:actualEndMicrosecond.
examples:
- value: '''2021-06-01T08:03:27.12324-6:00''^^xsd:dateTime'
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- actual start microsecond
rank: 1000
is_a: actual_start_date_time
slot_uri: gist_upstream:actualStartMicrosecond
alias: actual_start_microsecond
range: datetime