Class: QuantityRange
A range of quantity values with minimum and maximum bounds.
URI: soma:QuantityRange
classDiagram
class QuantityRange
click QuantityRange href "../QuantityRange/"
QuantityRange : max_value
QuantityRange --> "0..1" QuantityValue : max_value
click QuantityValue href "../QuantityValue/"
QuantityRange : min_value
QuantityRange --> "0..1" QuantityValue : min_value
click QuantityValue href "../QuantityValue/"
QuantityRange : unit
QuantityRange --> "0..1" Unit : unit
click Unit href "../Unit/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| min_value | 0..1 QuantityValue |
direct | |
| max_value | 0..1 QuantityValue |
direct | |
| unit | 0..1 Unit |
The unit of measurement | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| PopulationSubject | age_range | range | QuantityRange |
| CellularSystem | size_range | range | QuantityRange |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/EHS-Data-Standards/soma
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | soma:QuantityRange |
| native | soma:QuantityRange |
LinkML Source
Direct
name: QuantityRange
description: A range of quantity values with minimum and maximum bounds.
from_schema: https://w3id.org/EHS-Data-Standards/soma
slots:
- min_value
- max_value
- unit
Induced
name: QuantityRange
description: A range of quantity values with minimum and maximum bounds.
from_schema: https://w3id.org/EHS-Data-Standards/soma
attributes:
min_value:
name: min_value
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: min_value
owner: QuantityRange
domain_of:
- QuantityRange
range: QuantityValue
inlined: true
max_value:
name: max_value
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: max_value
owner: QuantityRange
domain_of:
- QuantityRange
range: QuantityValue
inlined: true
unit:
name: unit
description: The unit of measurement.
from_schema: https://w3id.org/EHS-Data-Standards/soma
rank: 1000
alias: unit
owner: QuantityRange
domain_of:
- QuantityValue
- QuantityRange
range: Unit
inlined: true