Skip to content

Enum: TimePeriod

Common time periods and intervals

URI: valuesets:TimePeriod

Permissible Values

Value Meaning Description
HOURLY None Every hour
DAILY None Every day
WEEKLY None Every week
BIWEEKLY None Every two weeks
MONTHLY None Every month
QUARTERLY None Every quarter (3 months)
SEMIANNUALLY None Every six months
ANNUALLY None Every year
BIANNUALLY None Every two years

Slots

Name Description
time_period Common time periods and intervals

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: TimePeriod
description: Common time periods and intervals
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  HOURLY:
    text: HOURLY
    description: Every hour
    annotations:
      ucum:
        tag: ucum
        value: h
  DAILY:
    text: DAILY
    description: Every day
    annotations:
      ucum:
        tag: ucum
        value: d
  WEEKLY:
    text: WEEKLY
    description: Every week
    annotations:
      ucum:
        tag: ucum
        value: wk
  BIWEEKLY:
    text: BIWEEKLY
    description: Every two weeks
    annotations:
      ucum:
        tag: ucum
        value: 2.wk
  MONTHLY:
    text: MONTHLY
    description: Every month
    annotations:
      ucum:
        tag: ucum
        value: mo
  QUARTERLY:
    text: QUARTERLY
    description: Every quarter (3 months)
    annotations:
      ucum:
        tag: ucum
        value: 3.mo
  SEMIANNUALLY:
    text: SEMIANNUALLY
    description: Every six months
    annotations:
      ucum:
        tag: ucum
        value: 6.mo
  ANNUALLY:
    text: ANNUALLY
    description: Every year
    annotations:
      ucum:
        tag: ucum
        value: a
  BIANNUALLY:
    text: BIANNUALLY
    description: Every two years
    annotations:
      ucum:
        tag: ucum
        value: 2.a