Enum: DataSourceStatus
Lifecycle status of a data source.
URI: ber_registry:DataSourceStatus
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| active | None | Data source is actively maintained and available |
| deprecated | None | Data source is deprecated and should not be used for new work |
| archived | None | Data source is archived and read-only |
| experimental | None | Data source is experimental or in development |
| test | None | Data source is used for testing purposes only |
Slots
| Name | Description |
|---|---|
| status | Current lifecycle status of this data source |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/ber-data/ber-data-registry
LinkML Source
name: DataSourceStatus
description: Lifecycle status of a data source.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
permissible_values:
active:
text: active
description: Data source is actively maintained and available.
deprecated:
text: deprecated
description: Data source is deprecated and should not be used for new work.
archived:
text: archived
description: Data source is archived and read-only.
experimental:
text: experimental
description: Data source is experimental or in development.
test:
text: test
description: Data source is used for testing purposes only.