Class: System
Description of the experimental system including electrodes, electrolyte, and environmental conditions.
URI: https://echemdb.github.io/metadata-schema/echemdb_package/System
classDiagram
class System
click System href "../System/"
System : atmosphere
System --> "0..1" Atmosphere : atmosphere
click Atmosphere href "../Atmosphere/"
System : electrochemicalCell
System --> "0..1" ElectrochemicalCell : electrochemicalCell
click ElectrochemicalCell href "../ElectrochemicalCell/"
System : electrodes
System --> "1..*" Electrode : electrodes
click Electrode href "../Electrode/"
System : electrolyte
System --> "1" Electrolyte : electrolyte
click Electrolyte href "../Electrolyte/"
System : type
System --> "1" SystemType : type
click SystemType href "../SystemType/"
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
Type of experimental system |
|
||
The electrolyte solution used in the experiment |
|||
1..* |
List of electrodes used in the electrochemical cell (working, reference, coun… |
||
0..1 |
Description of the electrochemical cell and its configuration |
||
0..1 |
Atmospheric conditions during the experiment |
Usages
used by |
used in |
type |
used |
|---|---|---|---|
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/System |
native |
https://echemdb.github.io/metadata-schema/echemdb_package/System |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: System
description: Description of the experimental system including electrodes, electrolyte,
and environmental conditions.
from_schema: https://echemdb.github.io/metadata-schema/echemdb_package
attributes:
type:
name: type
description: Type of experimental system.
examples:
- value: electrochemical
from_schema: https://echemdb.github.io/metadata-schema/system
alias: type
owner: System
domain_of:
- Instrumentation
- Uncertainty
- FigureDescription
- DataField
- Electrode
- Shape
- Component
- Electrolyte
- ElectrolyteContainerComponent
- ElectrochemicalCell
- Atmosphere
- System
range: SystemType
required: true
electrolyte:
name: electrolyte
description: The electrolyte solution used in the experiment.
from_schema: https://echemdb.github.io/metadata-schema/system
rank: 1000
alias: electrolyte
owner: System
domain_of:
- System
range: Electrolyte
required: true
inlined: true
electrodes:
name: electrodes
description: List of electrodes used in the electrochemical cell (working, reference,
counter electrodes, ring electrodes).
from_schema: https://echemdb.github.io/metadata-schema/system
rank: 1000
alias: electrodes
owner: System
domain_of:
- System
range: Electrode
required: true
multivalued: true
inlined: true
inlined_as_list: true
electrochemicalCell:
name: electrochemicalCell
description: Description of the electrochemical cell and its configuration.
from_schema: https://echemdb.github.io/metadata-schema/system
rank: 1000
alias: electrochemicalCell
owner: System
domain_of:
- System
range: ElectrochemicalCell
inlined: true
atmosphere:
name: atmosphere
description: Atmospheric conditions during the experiment.
from_schema: https://echemdb.github.io/metadata-schema/system
rank: 1000
alias: atmosphere
owner: System
domain_of:
- System
range: Atmosphere
inlined: true