Skip to content

Enum: ModelStateEnum

A term describing where the model is in the development life cycle.

URI: ModelStateEnum

Permissible Values

Value Meaning Description
development None Used when the curator is still working on the model
production None Used when the curator has declared the model is ready for public consumption

Slots

Name Description
status The status of the model in terms of its progression along the developmental l...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gocam

LinkML Source

name: ModelStateEnum
description: A term describing where the model is in the development life cycle.
from_schema: https://w3id.org/gocam
rank: 1000
permissible_values:
  development:
    text: development
    description: Used when the curator is still working on the model. Edits are still
      being made, and the information in the model is not yet guaranteed to be accurate
      or complete. The model should not be displayed in end-user facing websites,
      unless it is made clear that the model is a work in progress.
    aliases:
    - work in progress
  production:
    text: production
    description: Used when the curator has declared the model is ready for public
      consumption. Edits might still be performed on the model in future, but the
      information in the model is believed to be both accurate and reasonably complete.
      The model may be displayed in public websites.