Class: Electrolyte
The properties and components of the electrolyte solution.
URI: https://echemdb.github.io/metadata-schema/svgdigitizer/Electrolyte
classDiagram
class Electrolyte
click Electrolyte href "../Electrolyte/"
Electrolyte : comment
Electrolyte : components
Electrolyte --> "*" Component : components
click Component href "../Component/"
Electrolyte : electrolyteContainer
Electrolyte --> "0..1" ElectrolyteContainer : electrolyteContainer
click ElectrolyteContainer href "../ElectrolyteContainer/"
Electrolyte : ph
Electrolyte --> "0..1" Quantity : ph
click Quantity href "../Quantity/"
Electrolyte : temperature
Electrolyte --> "0..1" Quantity : temperature
click Quantity href "../Quantity/"
Electrolyte : type
Electrolyte --> "1" ElectrolyteType : type
click ElectrolyteType href "../ElectrolyteType/"
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
Type of electrolyte defined by the solvent |
|
||
0..1 |
Container used to prepare or store the electrolyte before the measurement |
||
Chemical components of the electrolyte including solvents, salts, acids, base… |
|||
0..1 |
pH value of the electrolyte solution |
|
|
0..1 |
Temperature of the electrolyte during the experiment |
|
|
0..1 |
Additional notes or observations about the electrolyte |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/svgdigitizer
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/svgdigitizer/Electrolyte |
native |
https://echemdb.github.io/metadata-schema/svgdigitizer/Electrolyte |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: Electrolyte
description: The properties and components of the electrolyte solution.
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer
attributes:
type:
name: type
description: Type of electrolyte defined by the solvent.
examples:
- value: aqueous
- value: non-aqueous
- value: ionic liquid
- value: solid
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
alias: type
owner: Electrolyte
domain_of:
- Instrumentation
- Uncertainty
- FigureDescription
- DataField
- Project
- Electrode
- Shape
- Component
- Electrolyte
- ElectrolyteContainerComponent
- ElectrochemicalCell
- Atmosphere
- System
range: ElectrolyteType
required: true
electrolyteContainer:
name: electrolyteContainer
description: Container used to prepare or store the electrolyte before the measurement.
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
rank: 1000
alias: electrolyteContainer
owner: Electrolyte
domain_of:
- Electrolyte
range: ElectrolyteContainer
inlined: true
components:
name: components
description: Chemical components of the electrolyte including solvents, salts,
acids, bases, and gases.
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
rank: 1000
alias: components
owner: Electrolyte
domain_of:
- Electrolyte
- ElectrolyteContainer
- ElectrochemicalCell
- Atmosphere
range: Component
multivalued: true
inlined: true
inlined_as_list: true
ph:
name: ph
description: pH value of the electrolyte solution.
examples:
- value: '{value: 1, unit: ''''}'
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
rank: 1000
alias: ph
owner: Electrolyte
domain_of:
- Electrolyte
range: Quantity
inlined: true
temperature:
name: temperature
description: Temperature of the electrolyte during the experiment.
examples:
- value: '{value: 298.15, unit: K}'
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
rank: 1000
alias: temperature
owner: Electrolyte
domain_of:
- Electrolyte
range: Quantity
inlined: true
comment:
name: comment
description: Additional notes or observations about the electrolyte.
examples:
- value: Electrolyte was not replaced between measurements.
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
alias: comment
owner: Electrolyte
domain_of:
- Quantity
- Uncertainty
- FigureDescription
- Source
- Component
- Electrolyte
- ElectrolyteContainerComponent
- Atmosphere
range: string