Skip to content

Enum: ProductStatusEnum

Status of a data product

URI: neon:ProductStatusEnum

Permissible Values

Value Meaning Description
FUTURE None Product planned for future release
ACTIVE None Product currently being collected and released
RETIRED None Product no longer being collected

Slots

Name Description
product_status Current status of the product

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/neon-schema

LinkML Source

name: ProductStatusEnum
description: Status of a data product
from_schema: https://w3id.org/neon-schema
rank: 1000
permissible_values:
  FUTURE:
    text: FUTURE
    description: Product planned for future release
  ACTIVE:
    text: ACTIVE
    description: Product currently being collected and released
  RETIRED:
    text: RETIRED
    description: Product no longer being collected