Skip to content

Class: Operator ID Value (OperatorIDValue)

A named sub-class of ELabItemValue to hold an operator identifier value

URI: microbial_experiment_schema:OperatorIDValue

classDiagram class OperatorIDValue click OperatorIDValue href "../OperatorIDValue" ELabItemValue <|-- OperatorIDValue click ELabItemValue href "../ELabItemValue" OperatorIDValue : value OperatorIDValue --> "1" ELabItem : value click ELabItem href "../ELabItem"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
ELabItem
The actual metadata value for an attribute ELabItemValue

Usages

used by used in type used
Experiment operator_id range OperatorIDValue
ExperimentWithData operator_id range OperatorIDValue
ExperimentWithInstrument operator_id range OperatorIDValue
ExperimentWithInstrumentNoData operator_id range OperatorIDValue
CytoFLEXAcquisition operator_id range OperatorIDValue
NucleicAcidExtraction operator_id range OperatorIDValue
CellCultureInBroth operator_id range OperatorIDValue
CytoFLEXVolumeCalibration operator_id range OperatorIDValue
GenericTemplateDeprecated operator_id range OperatorIDValue
FormaldehydeFixation operator_id range OperatorIDValue
MicroscopyAcquisition operator_id range OperatorIDValue
GenericTemplate operator_id range OperatorIDValue
CoulterAcquisition operator_id range OperatorIDValue
BactoBoxAcquisition operator_id range OperatorIDValue
LogCOMETSamplePrep operator_id range OperatorIDValue
CFU operator_id range OperatorIDValue
DifcoAmendedSporulationAgarProtocol operator_id range OperatorIDValue
InitiateGrowthOfBSpizizenii operator_id range OperatorIDValue
SlideCleaning operator_id range OperatorIDValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/usnistgov/microbial-experiment-schema

Mappings

Mapping Type Mapped Value
self microbial_experiment_schema:OperatorIDValue
native microbial_experiment_schema:OperatorIDValue

LinkML Source

Direct

name: OperatorIDValue
description: A named sub-class of ELabItemValue to hold an operator identifier value
title: Operator ID Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ELabItemValue

Induced

name: OperatorIDValue
description: A named sub-class of ELabItemValue to hold an operator identifier value
title: Operator ID Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: ELabItemValue
attributes:
  value:
    name: value
    description: The actual metadata value for an attribute
    title: value
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: value
    owner: OperatorIDValue
    domain_of:
    - BooleanValue
    - NumberValue
    - StringValue
    - UriValue
    - DateValue
    - ArrayValue
    - ELabItemValue
    - FCInjectionModeValue
    - IncubationAtmosphereValue
    range: ELabItem
    required: true
    inlined: true