Skip to content

Class: Volume Value (VolumeValue)

A class to hold a numerical value representing a volumetric measurement

URI: microbial_experiment_schema:VolumeValue

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

Inheritance

Slots

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

Usages

used by used in type used
GenericTemplateDeprecated acquisition_volume range VolumeValue
GenericTemplateDeprecated cell_volume range VolumeValue
GenericTemplateDeprecated diluent_volume range VolumeValue

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: VolumeValue
description: A class to hold a numerical value representing a volumetric measurement
title: Volume Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
is_a: NumberValue
slot_usage:
  unit:
    name: unit
    description: The volume unit corresponding to a metadata value
    range: VolumeUnitEnum
    required: true

Induced

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