Class: QuantityValue
A quantity with a numeric value and unit of measurement. Used for all measurement values in assays.
URI: soma:QuantityValue
classDiagram
class QuantityValue
click QuantityValue href "../QuantityValue/"
QuantityValue : unit
QuantityValue --> "0..1" Unit : unit
click Unit href "../Unit/"
QuantityValue : value
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| value | 0..1 String |
The numeric value of the quantity | direct |
| unit | 0..1 Unit |
The unit of measurement | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/EHS-Data-Standards/soma
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | soma:QuantityValue |
| native | soma:QuantityValue |
LinkML Source
Direct
name: QuantityValue
description: A quantity with a numeric value and unit of measurement. Used for all
measurement values in assays.
from_schema: https://w3id.org/EHS-Data-Standards/soma
slots:
- value
- unit
Induced
name: QuantityValue
description: A quantity with a numeric value and unit of measurement. Used for all
measurement values in assays.
from_schema: https://w3id.org/EHS-Data-Standards/soma
attributes:
value:
name: value
description: The numeric value of the quantity.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: value
owner: QuantityValue
domain_of:
- QuantityValue
range: string
unit:
name: unit
description: The unit of measurement.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: unit
owner: QuantityValue
domain_of:
- QuantityValue
- QuantityRange
range: Unit
inlined: true