Class: ElectrochemicalCell
Description of the electrochemical cell setup and configuration.
URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/ElectrochemicalCell
classDiagram
class ElectrochemicalCell
click ElectrochemicalCell href "../ElectrochemicalCell/"
ElectrochemicalCell : cellDescription
ElectrochemicalCell : cleaningProcedure
ElectrochemicalCell : components
ElectrochemicalCell --> "*" ElectrochemicalCellComponent : components
click ElectrochemicalCellComponent href "../ElectrochemicalCellComponent/"
ElectrochemicalCell : source
ElectrochemicalCell --> "0..1" ElectrochemicalCellSource : source
click ElectrochemicalCellSource href "../ElectrochemicalCellSource/"
ElectrochemicalCell : type
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Type of electrochemical cell, such as H-cell, beaker glass, flow cell |
|
|
Physical components and parts of the cell that are in contact with the electr… |
|||
0..1 |
Detailed description of the cell configuration |
|
|
0..1 |
Procedure used to clean the cell before experiments |
|
|
Source and supplier information for the cell |
Usages
used by |
used in |
type |
used |
|---|---|---|---|
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/ElectrochemicalCell |
native |
https://echemdb.github.io/metadata-schema/minimum_echemdb/ElectrochemicalCell |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: ElectrochemicalCell
description: Description of the electrochemical cell setup and configuration.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
attributes:
type:
name: type
description: Type of electrochemical cell, such as H-cell, beaker glass, flow
cell.
examples:
- value: H-cell
- value: beaker glass
- value: flow cell
from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
alias: type
owner: ElectrochemicalCell
domain_of:
- Uncertainty
- Electrode
- Shape
- Component
- Electrolyte
- ElectrolyteContainerComponent
- ElectrochemicalCell
- Atmosphere
- System
- FigureDescription
- DataField
- Instrumentation
range: string
components:
name: components
description: Physical components and parts of the cell that are in contact with
the electrolyte.
from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
alias: components
owner: ElectrochemicalCell
domain_of:
- Electrolyte
- ElectrolyteContainer
- ElectrochemicalCell
- Atmosphere
range: ElectrochemicalCellComponent
multivalued: true
inlined: true
inlined_as_list: true
cellDescription:
name: cellDescription
description: Detailed description of the cell configuration.
examples:
- value: Three-electrode setup with glass cell and Teflon cap
from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
rank: 1000
alias: cellDescription
owner: ElectrochemicalCell
domain_of:
- ElectrochemicalCell
range: string
cleaningProcedure:
name: cleaningProcedure
description: Procedure used to clean the cell before experiments.
examples:
- value: Cleaned with aqua regia, rinsed with ultrapure water, and dried in Ar
stream
from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
rank: 1000
alias: cleaningProcedure
owner: ElectrochemicalCell
domain_of:
- ElectrochemicalCell
range: string
source:
name: source
description: Source and supplier information for the cell.
from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
alias: source
owner: ElectrochemicalCell
domain_of:
- MinimumEchemdb
- Electrode
- Component
- ElectrochemicalCell
range: ElectrochemicalCellSource
inlined: true