Skip to content

Enum: SourceStatusEnum

_A term indicating the development status of a resource. _

Permissible Values

Value Meaning Description
maintained_regular_updates None the resource's data is being actively maintained and updated on a regular or recurring schedule
maintained_as_needed_updates None the resource's data is not being actively maintained and updated on a regular or recurring schedule
not_maintained None the resource's data is not being actively maintained, and not subject to updates.
unknown None status of the source w.r.t. its maintenance and updates is not able to be determined.

Slots constrained by this enum

Name
source_status

LinkML Source

name: SourceStatusEnum
description: 'A term indicating the development status of a resource. '
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
permissible_values:
  maintained_regular_updates:
    text: maintained_regular_updates
    description: the resource's data is being actively maintained and updated on a
      regular or recurring schedule
  maintained_as_needed_updates:
    text: maintained_as_needed_updates
    description: the resource's data is not being actively maintained and updated
      on a regular or recurring schedule
  not_maintained:
    text: not_maintained
    description: the resource's data is not being actively maintained, and not subject
      to updates.
  unknown:
    text: unknown
    description: status of the source w.r.t. its maintenance and updates is not able
      to be determined.