Class: Purity
Purity specifications of a chemical component.
URI: https://echemdb.github.io/metadata-schema/echemdb_package/Purity
classDiagram
class Purity
click Purity href "../Purity/"
Purity : container
Purity : grade
Purity : internalLot
Purity : refinement
Purity : totalIonConductivity
Purity --> "0..1" Quantity : totalIonConductivity
click Quantity href "../Quantity/"
Purity : totalOrganicCarbon
Purity --> "0..1" Quantity : totalOrganicCarbon
click Quantity href "../Quantity/"
Purity : unit
Purity : url
Purity : value
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Quality grade designation |
|
|
0..1 |
Value for the total organic carbon content measurement |
|
|
0..1 |
Value for the total ionic conductivity measurement |
|
|
0..1 |
Purity value as a number |
|
|
0..1 |
Unit for purity value |
|
|
0..1 |
Name or identifier of the container in which the chemical is stored |
|
|
0..1 |
Internal LOT or batch number |
|
|
0..1 |
URL with further details on the purity or container |
|
|
0..1 |
Description of additional purification or treatment performed |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
|||
range |
|||
range |
|||
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/echemdb_package
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/echemdb_package/Purity |
native |
https://echemdb.github.io/metadata-schema/echemdb_package/Purity |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: Purity
description: Purity specifications of a chemical component.
from_schema: https://echemdb.github.io/metadata-schema/echemdb_package
attributes:
grade:
name: grade
description: Quality grade designation.
examples:
- value: ACS reagent
from_schema: https://echemdb.github.io/metadata-schema/general/purity
rank: 1000
alias: grade
owner: Purity
domain_of:
- Purity
range: string
totalOrganicCarbon:
name: totalOrganicCarbon
description: Value for the total organic carbon content measurement.
examples:
- value: '{value: 3, unit: ppb}'
from_schema: https://echemdb.github.io/metadata-schema/general/purity
rank: 1000
alias: totalOrganicCarbon
owner: Purity
domain_of:
- Purity
- Atmosphere
range: Quantity
inlined: true
totalIonConductivity:
name: totalIonConductivity
description: Value for the total ionic conductivity measurement.
examples:
- value: '{value: 0.055, unit: uS / cm}'
from_schema: https://echemdb.github.io/metadata-schema/general/purity
rank: 1000
alias: totalIonConductivity
owner: Purity
domain_of:
- Purity
range: Quantity
inlined: true
value:
name: value
description: Purity value as a number.
examples:
- value: '99.9'
from_schema: https://echemdb.github.io/metadata-schema/general/purity
alias: value
owner: Purity
domain_of:
- Quantity
- Uncertainty
- Purity
range: float
unit:
name: unit
description: Unit for purity value.
examples:
- value: pct
from_schema: https://echemdb.github.io/metadata-schema/general/purity
alias: unit
owner: Purity
domain_of:
- Quantity
- Uncertainty
- DataField
- Purity
range: string
container:
name: container
description: Name or identifier of the container in which the chemical is stored.
examples:
- value: Glass bottle, amber
from_schema: https://echemdb.github.io/metadata-schema/general/purity
rank: 1000
alias: container
owner: Purity
domain_of:
- Purity
range: string
internalLot:
name: internalLot
description: Internal LOT or batch number.
examples:
- value: LOT-2024-001
from_schema: https://echemdb.github.io/metadata-schema/general/purity
rank: 1000
alias: internalLot
owner: Purity
domain_of:
- Purity
range: string
url:
name: url
description: URL with further details on the purity or container.
examples:
- value: https://your-chemical-supplier.com/specification/12345
from_schema: https://echemdb.github.io/metadata-schema/general/purity
alias: url
owner: Purity
domain_of:
- Experimental
- Purity
- ElectrodeSource
- ElectrodePreparation
- ElectrochemicalCellSource
- Atmosphere
- Source
range: HttpUrl
refinement:
name: refinement
description: Description of additional purification or treatment performed.
examples:
- value: Triple distilled
from_schema: https://echemdb.github.io/metadata-schema/general/purity
rank: 1000
alias: refinement
owner: Purity
domain_of:
- Purity
- ComponentSource
range: string