Class: QuantityValue
A quantity value expresses a measurement with a numeric value and a unit.
Based on NMDC Schema QuantityValue pattern.
__
URI: outcomes_model:QuantityValue
classDiagram
class QuantityValue
click QuantityValue href "../QuantityValue/"
QuantityValue : has_maximum_numeric_value
QuantityValue : has_minimum_numeric_value
QuantityValue : has_numeric_value
QuantityValue : has_unit
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| has_numeric_value | 0..1 Float |
The numeric value of a quantity | direct |
| has_unit | 0..1 String |
The unit of measurement for the quantity | direct |
| has_minimum_numeric_value | 0..1 Float |
The minimum value in a range | direct |
| has_maximum_numeric_value | 0..1 Float |
The maximum value in a range | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/EHS-Data-Standards/outcomes-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | outcomes_model:QuantityValue |
| native | outcomes_model:QuantityValue |
LinkML Source
Direct
name: QuantityValue
description: 'A quantity value expresses a measurement with a numeric value and a
unit.
Based on NMDC Schema QuantityValue pattern.
'
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
slots:
- has_numeric_value
- has_unit
- has_minimum_numeric_value
- has_maximum_numeric_value
Induced
name: QuantityValue
description: 'A quantity value expresses a measurement with a numeric value and a
unit.
Based on NMDC Schema QuantityValue pattern.
'
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
attributes:
has_numeric_value:
name: has_numeric_value
description: The numeric value of a quantity
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: has_numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: float
has_unit:
name: has_unit
description: The unit of measurement for the quantity
examples:
- value: Hz
- value: µm
- value: mm/min
- value: '%'
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: has_unit
owner: QuantityValue
domain_of:
- QuantityValue
range: string
has_minimum_numeric_value:
name: has_minimum_numeric_value
description: The minimum value in a range
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: has_minimum_numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: float
has_maximum_numeric_value:
name: has_maximum_numeric_value
description: The maximum value in a range
from_schema: https://w3id.org/EHS-Data-Standards/outcomes-model
rank: 1000
alias: has_maximum_numeric_value
owner: QuantityValue
domain_of:
- QuantityValue
range: float