Skip to content

Enum: Quarter

Calendar quarters

URI: valuesets:Quarter

Permissible Values

Value Meaning Description
Q1 None First quarter (January-March)
Q2 None Second quarter (April-June)
Q3 None Third quarter (July-September)
Q4 None Fourth quarter (October-December)

Slots

Name Description
quarter Calendar quarters

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: Quarter
description: Calendar quarters
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  Q1:
    text: Q1
    description: First quarter (January-March)
    annotations:
      months:
        tag: months
        value: Jan-Mar
  Q2:
    text: Q2
    description: Second quarter (April-June)
    annotations:
      months:
        tag: months
        value: Apr-Jun
  Q3:
    text: Q3
    description: Third quarter (July-September)
    annotations:
      months:
        tag: months
        value: Jul-Sep
  Q4:
    text: Q4
    description: Fourth quarter (October-December)
    annotations:
      months:
        tag: months
        value: Oct-Dec