Enum: PeriodEnum
The enumerated values to specify the period, e.g. day, week.
URI: common_domain_model:PeriodEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| D | None | Day |
| W | None | Week |
| M | None | Month |
| Y | None | Year |
Slots
| Name | Description |
|---|---|
| period | A time period, e |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: PeriodEnum
description: The enumerated values to specify the period, e.g. day, week.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
D:
text: D
description: Day
W:
text: W
description: Week
M:
text: M
description: Month
Y:
text: Y
description: Year