Class: ElectrolyteContainer
Container used to prepare or store the electrolyte before the measurement.
URI: https://echemdb.github.io/metadata-schema/svgdigitizer/ElectrolyteContainer
classDiagram
class ElectrolyteContainer
click ElectrolyteContainer href "../ElectrolyteContainer/"
ElectrolyteContainer : components
ElectrolyteContainer --> "*" ElectrolyteContainerComponent : components
click ElectrolyteContainerComponent href "../ElectrolyteContainerComponent/"
ElectrolyteContainer : description
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
The vessel in which the supplying electrolyte was prepared or stored before t… |
|
|
Components of the electrolyte container |
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/ElectrolyteContainer |
native |
https://echemdb.github.io/metadata-schema/svgdigitizer/ElectrolyteContainer |
LinkML Source
Direct
```yaml
name: ElectrolyteContainer
description: Container used to prepare or store the electrolyte before the measurement.
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer
attributes:
description:
name: description
description: The vessel in which the supplying electrolyte was prepared or stored
before the measurement.
examples:
- value: 500 ml PTFE bottle
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
domain_of:
- Experimental
- DataField
- Electrode
- Shape
- ElectrodePreparation
- ElectrolyteContainer
- ElectrochemicalCellComponent
- Atmosphere
range: string
components:
name: components
description: Components of the electrolyte container.
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
domain_of:
- Electrolyte
- ElectrolyteContainer
- ElectrochemicalCell
- Atmosphere
range: ElectrolyteContainerComponent
multivalued: true
inlined: true
inlined_as_list: true
</details>
### Induced
<details>
```yaml
name: ElectrolyteContainer
description: Container used to prepare or store the electrolyte before the measurement.
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer
attributes:
description:
name: description
description: The vessel in which the supplying electrolyte was prepared or stored
before the measurement.
examples:
- value: 500 ml PTFE bottle
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
alias: description
owner: ElectrolyteContainer
domain_of:
- Experimental
- DataField
- Electrode
- Shape
- ElectrodePreparation
- ElectrolyteContainer
- ElectrochemicalCellComponent
- Atmosphere
range: string
components:
name: components
description: Components of the electrolyte container.
from_schema: https://echemdb.github.io/metadata-schema/system/electrolyte
alias: components
owner: ElectrolyteContainer
domain_of:
- Electrolyte
- ElectrolyteContainer
- ElectrochemicalCell
- Atmosphere
range: ElectrolyteContainerComponent
multivalued: true
inlined: true
inlined_as_list: true