Class: System

Description of the experimental system including electrodes, electrolyte, and environmental conditions.

URI: https://echemdb.github.io/metadata-schema/source_data/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

1
SystemType

Type of experimental system

electrochemical

electrolyte

1
Electrolyte

The electrolyte solution used in the experiment

electrodes

1..*
Electrode

List of electrodes used in the electrochemical cell (working, reference, coun…

electrochemicalCell

0..1
ElectrochemicalCell

Description of the electrochemical cell and its configuration

atmosphere

0..1
Atmosphere

Atmospheric conditions during the experiment

Usages

used by

used in

type

used

SourceData

system

range

System

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/source_data

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/source_data/System

native

https://echemdb.github.io/metadata-schema/source_data/System

LinkML Source

Direct

```yaml name: System description: Description of the experimental system including electrodes, electrolyte, and environmental conditions. from_schema: https://echemdb.github.io/metadata-schema/source_data attributes: type: name: type description: Type of experimental system. examples: - value: electrochemical from_schema: https://echemdb.github.io/metadata-schema/system domain_of: - Uncertainty - Electrode - Shape - Component - Electrolyte - ElectrolyteContainerComponent - ElectrochemicalCell - Atmosphere - System - Instrumentation - FigureDescription - DataField 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 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 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 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 domain_of: - System range: Atmosphere inlined: true
</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/source_data
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:
    - Uncertainty
    - Electrode
    - Shape
    - Component
    - Electrolyte
    - ElectrolyteContainerComponent
    - ElectrochemicalCell
    - Atmosphere
    - System
    - Instrumentation
    - FigureDescription
    - DataField
    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