Enum: UpdateFrequency
How often a data source is updated.
URI: ber_registry:UpdateFrequency
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| real_time | None | Continuously updated in real time |
| daily | None | Updated once per day |
| weekly | None | Updated once per week |
| monthly | None | Updated once per month |
| quarterly | None | Updated once per quarter |
| annually | None | Updated once per year |
| irregular | None | Updated at irregular intervals |
| static | None | Not expected to be updated |
| unknown | None | Update frequency is not known |
Slots
| Name | Description |
|---|---|
| update_schedule | How frequently this data source is updated |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/ber-data/ber-data-registry
LinkML Source
name: UpdateFrequency
description: How often a data source is updated.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
permissible_values:
real_time:
text: real_time
description: Continuously updated in real time.
daily:
text: daily
description: Updated once per day.
weekly:
text: weekly
description: Updated once per week.
monthly:
text: monthly
description: Updated once per month.
quarterly:
text: quarterly
description: Updated once per quarter.
annually:
text: annually
description: Updated once per year.
irregular:
text: irregular
description: Updated at irregular intervals.
static:
text: static
description: Not expected to be updated.
unknown:
text: unknown
description: Update frequency is not known.