Class: Number Value (NumberValue)
A class to hold a numerical value with a free-text string as a unit
URI: microbial_experiment_schema:NumberValue
classDiagram
class NumberValue
click NumberValue href "../NumberValue"
NumberValue <|-- VolumeValue
click VolumeValue href "../VolumeValue"
NumberValue <|-- LengthValue
click LengthValue href "../LengthValue"
NumberValue <|-- DurationValue
click DurationValue href "../DurationValue"
NumberValue <|-- TemperatureValue
click TemperatureValue href "../TemperatureValue"
NumberValue <|-- CountValue
click CountValue href "../CountValue"
NumberValue <|-- FlowRateValue
click FlowRateValue href "../FlowRateValue"
NumberValue <|-- AgitationValue
click AgitationValue href "../AgitationValue"
NumberValue <|-- UnitlessValue
click UnitlessValue href "../UnitlessValue"
NumberValue : unit
NumberValue : value
Inheritance
- NumberValue
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1 Decimal |
The actual metadata value for an attribute | direct |
unit | 0..1 String |
The unit corresponding to a metadata value | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CytoFLEXAcquisition | fc_acquisition_threshold_value | range | NumberValue |
GenericTemplateDeprecated | fc_acquisition_threshold_value | range | NumberValue |
GenericTemplate | fc_acquisition_threshold_value | range | NumberValue |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/usnistgov/microbial-experiment-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microbial_experiment_schema:NumberValue |
native | microbial_experiment_schema:NumberValue |
LinkML Source
Direct
name: NumberValue
description: A class to hold a numerical value with a free-text string as a unit
title: Number Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
slots:
- value
- unit
slot_usage:
value:
name: value
range: decimal
unit:
name: unit
range: string
required: false
Induced
name: NumberValue
description: A class to hold a numerical value with a free-text string as a unit
title: Number Value
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
slot_usage:
value:
name: value
range: decimal
unit:
name: unit
range: string
required: false
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: NumberValue
domain_of:
- BooleanValue
- NumberValue
- StringValue
- UriValue
- DateValue
- ArrayValue
- ELabItemValue
- FCInjectionModeValue
- IncubationAtmosphereValue
range: decimal
required: true
unit:
name: unit
description: The unit corresponding to a metadata value
title: unit
from_schema: https://w3id.org/usnistgov/microbial-experiment-schema
rank: 1000
alias: unit
owner: NumberValue
domain_of:
- NumberValue
range: string
required: false