Enum: TimestampPrecisionEnum
Permissible Values
| Value | Meaning | Description | 
|---|---|---|
| day | None | |
| hour | None | |
| minute | None | |
| month | None | |
| second | None | |
| year | None | 
Slots
| Name | Description | 
|---|---|
| TimestampPrecisionVocab | "Defines an open-vocabulary of timestamp precision granularities | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
LinkML Source
name: TimestampPrecisionEnum
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
permissible_values:
  day:
    text: day
  hour:
    text: hour
  minute:
    text: minute
  month:
    text: month
  second:
    text: second
  year:
    text: year