Skip to content

Class: Flow Rate Value (FlowRateValue)

A class to hold a numerical value representing a flow rate measurement

URI: microbial_experiment_schema:FlowRateValue

classDiagram class FlowRateValue click FlowRateValue href "../FlowRateValue" NumberValue <|-- FlowRateValue click NumberValue href "../NumberValue" FlowRateValue : unit FlowRateValue --> "1" FlowRateUnitEnum : unit click FlowRateUnitEnum href "../FlowRateUnitEnum" FlowRateValue : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
Decimal
The actual metadata value for an attribute NumberValue
unit 1
FlowRateUnitEnum
The flow rate unit corresponding to a metadata value NumberValue

Usages

used by used in type used
CytoFLEXAcquisition fc_flow_rate_setting range FlowRateValue
CytoFLEXVolumeCalibration fc_flow_rate_setting range FlowRateValue
GenericTemplateDeprecated fc_flow_rate_setting range FlowRateValue
GenericTemplate fc_flow_rate_setting range FlowRateValue

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: FlowRateValue
description: A class to hold a numerical value representing a flow rate measurement
title: Flow Rate Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: NumberValue
slot_usage:
  unit:
    name: unit
    description: The flow rate unit corresponding to a metadata value
    range: FlowRateUnitEnum
    required: true

Induced

name: FlowRateValue
description: A class to hold a numerical value representing a flow rate measurement
title: Flow Rate Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: NumberValue
slot_usage:
  unit:
    name: unit
    description: The flow rate unit corresponding to a metadata value
    range: FlowRateUnitEnum
    required: true
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: FlowRateValue
    domain_of:
    - BooleanValue
    - NumberValue
    - StringValue
    - UriValue
    - DateValue
    - ArrayValue
    - ELabItemValue
    - FCInjectionModeValue
    - IncubationAtmosphereValue
    range: decimal
    required: true
  unit:
    name: unit
    description: The flow rate unit corresponding to a metadata value
    title: unit
    from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
    rank: 1000
    alias: unit
    owner: FlowRateValue
    domain_of:
    - NumberValue
    range: FlowRateUnitEnum
    required: true