Skip to content

Enum: ChemicalAnalysisStatus

URI: ChemicalAnalysisStatus

Permissible Values

Value Meaning Description
PLANNED None the chemical analysis is planned but has not been executed
IN_PROGRESS None the chemical analysis is in the making
DONE None the chemical analysis is in the done
CONFIRMED None the chemical analysis has been confirmed by a peer
UNCONFIRMED None the chemical analysis has not yet been confirmed by a peer

Slots

Name Description
has_status A property to provide the status of a ChemicalAnalysis

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/NFDI4Chem/MIChI

LinkML Source

name: ChemicalAnalysisStatus
from_schema: https://w3id.org/NFDI4Chem/MIChI
rank: 1000
permissible_values:
  PLANNED:
    text: PLANNED
    description: the chemical analysis is planned but has not been executed
  IN_PROGRESS:
    text: IN_PROGRESS
    description: the chemical analysis is in the making
  DONE:
    text: DONE
    description: the chemical analysis is in the done
  CONFIRMED:
    text: CONFIRMED
    description: the chemical analysis has been confirmed by a peer
  UNCONFIRMED:
    text: UNCONFIRMED
    description: the chemical analysis has not yet been confirmed by a peer