Skip to content

Class: Agitation Value (AgitationValue)

A class to hold a numerical value representing an agitation speed

URI: microbial_experiment_schema:AgitationValue

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
Decimal
The actual metadata value for an attribute NumberValue
unit 1
AgitationEnum
The agitation speed unit corresponding to a metadata value NumberValue

Usages

used by used in type used
CytoFLEXAcquisition incubation_agitation range AgitationValue
CellCultureInBroth incubation_agitation range AgitationValue
GenericTemplateDeprecated incubation_agitation range AgitationValue
FormaldehydeFixation incubation_agitation range AgitationValue
MicroscopyAcquisition incubation_agitation range AgitationValue
GenericTemplate incubation_agitation range AgitationValue
InitiateGrowthOfBSpizizenii incubation_agitation range AgitationValue

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AgitationValue
description: A class to hold a numerical value representing an agitation speed
title: Agitation Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: NumberValue
slot_usage:
  unit:
    name: unit
    description: The agitation speed unit corresponding to a metadata value
    range: AgitationEnum
    required: true

Induced

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