Class: Quantity
A physical quantity with a value, unit, and optional uncertainty.
URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/Quantity
classDiagram
class Quantity
click Quantity href "../Quantity/"
Quantity : calculation
Quantity : comment
Quantity : uncertainty
Quantity --> "0..1" Uncertainty : uncertainty
click Uncertainty href "../Uncertainty/"
Quantity : unit
Quantity : value
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Numerical value of the quantity |
|
|
0..1 |
Unit of measurement following astropy’s string notation (e |
|
|
0..1 |
Uncertainty information for a measured quantity |
||
0..1 |
Additional notes about the measurement or quantity |
|
|
0..1 |
Method or formula used to calculate this quantity |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
|||
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/minimum_echemdb/Quantity |
native |
https://echemdb.github.io/metadata-schema/minimum_echemdb/Quantity |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: Quantity
description: A physical quantity with a value, unit, and optional uncertainty.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
attributes:
value:
name: value
description: Numerical value of the quantity.
examples:
- value: '0.5'
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: value
owner: Quantity
domain_of:
- Quantity
- Uncertainty
- Purity
range: float
unit:
name: unit
description: Unit of measurement following astropy's string notation (e.g., 'mol
/ l', 'V', 'mA / cm2'). Use an empty string for dimensionless quantities.
examples:
- value: mol / l
- value: V
- value: mA / cm2
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: unit
owner: Quantity
domain_of:
- Quantity
- Uncertainty
- Purity
- DataField
range: string
uncertainty:
name: uncertainty
description: Uncertainty information for a measured quantity.
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: uncertainty
owner: Quantity
domain_of:
- Quantity
range: Uncertainty
inlined: true
comment:
name: comment
description: Additional notes about the measurement or quantity.
examples:
- value: Measured at room temperature
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: comment
owner: Quantity
domain_of:
- Quantity
- Uncertainty
- Component
- Electrolyte
- ElectrolyteContainerComponent
- Atmosphere
- Source
- FigureDescription
range: string
calculation:
name: calculation
description: Method or formula used to calculate this quantity.
examples:
- value: Obtained by multiplying U and I
from_schema: https://echemdb.github.io/metadata-schema/general/quantity
rank: 1000
alias: calculation
owner: Quantity
domain_of:
- Quantity
range: string