Skip to content

Enum: TimeOfDay

Common times of day

URI: valuesets:TimeOfDay

Permissible Values

Value Meaning Description
DAWN None Dawn (first light)
MORNING None Morning
NOON None Noon/Midday
AFTERNOON None Afternoon
EVENING None Evening
NIGHT None Night
MIDNIGHT None Midnight

Slots

Name Description
time_of_day Common times of day

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: TimeOfDay
description: Common times of day
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  DAWN:
    text: DAWN
    description: Dawn (first light)
    annotations:
      typical_time:
        tag: typical_time
        value: 05:00-06:00
  MORNING:
    text: MORNING
    description: Morning
    annotations:
      typical_time:
        tag: typical_time
        value: 06:00-12:00
  NOON:
    text: NOON
    description: Noon/Midday
    annotations:
      typical_time:
        tag: typical_time
        value: 720
  AFTERNOON:
    text: AFTERNOON
    description: Afternoon
    annotations:
      typical_time:
        tag: typical_time
        value: 12:00-18:00
  EVENING:
    text: EVENING
    description: Evening
    annotations:
      typical_time:
        tag: typical_time
        value: 18:00-21:00
  NIGHT:
    text: NIGHT
    description: Night
    annotations:
      typical_time:
        tag: typical_time
        value: 21:00-05:00
  MIDNIGHT:
    text: MIDNIGHT
    description: Midnight
    annotations:
      typical_time:
        tag: typical_time
        value: 00:00