Slot: Start Time (startTime)
When the action started; for actions that span a period of time.
URI: schema:startTime
Alias: startTime
Applicable Classes
| Name |
Description |
Modifies Slot |
| Action |
The act of creation of one or more MBO datasets |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Value Constraints |
|
| Property |
Value |
| Regex Pattern |
^(\d{4}(-\d{2}(-\d{2})?)?)$ |
- The point in time when the act of creation began.
A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format
For example:
2024
2024-01
2024-01-15
Schema Source
- from schema: https://w3id.org/marco-bolo/csv-input-classes
Mappings
| Mapping Type |
Mapped Value |
| self |
schema:startTime |
| native |
mbo:startTime |
LinkML Source
name: startTime
description: When the action started; for actions that span a period of time.
title: Start Time
comments:
- 'The point in time when the act of creation began.
A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format
For example: `2024`
`2024-01`
`2024-01-15`
'
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:startTime
alias: startTime
domain_of:
- Action
range: string
required: false
multivalued: false
pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$