Class: Electrolyte

The properties and components of the electrolyte solution.

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

1
ElectrolyteType

Type of electrolyte defined by the solvent

aqueous, non-aqueous, ionic liquid, solid

electrolyteContainer

0..1
ElectrolyteContainer

Container used to prepare or store the electrolyte before the measurement

components

*
Component

Chemical components of the electrolyte including solvents, salts, acids, base…

ph

0..1
Quantity

pH value of the electrolyte solution

{value: 1, unit: ''}

temperature

0..1
Quantity

Temperature of the electrolyte during the experiment

{value: 298.15, unit: K}

comment

0..1
String

Additional notes or observations about the electrolyte

Electrolyte was not replaced between measurements.

Usages

used by

used in

type

used

System

electrolyte

range

Electrolyte

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/Electrolyte

native

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

LinkML Source

Direct

```yaml name: Electrolyte description: The properties and components of the electrolyte solution. from_schema: https://echemdb.github.io/metadata-schema/source_data 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 domain_of: - Uncertainty - Electrode - Shape - Component - Electrolyte - ElectrolyteContainerComponent - ElectrochemicalCell - Atmosphere - System - Instrumentation - FigureDescription - DataField 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 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 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 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 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 domain_of: - Quantity - Uncertainty - Component - Electrolyte - ElectrolyteContainerComponent - Atmosphere - Source - FigureDescription range: string
</details>

### Induced

<details>
```yaml
name: Electrolyte
description: The properties and components of the electrolyte solution.
from_schema: https://echemdb.github.io/metadata-schema/source_data
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:
    - Uncertainty
    - Electrode
    - Shape
    - Component
    - Electrolyte
    - ElectrolyteContainerComponent
    - ElectrochemicalCell
    - Atmosphere
    - System
    - Instrumentation
    - FigureDescription
    - DataField
    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
    - Component
    - Electrolyte
    - ElectrolyteContainerComponent
    - Atmosphere
    - Source
    - FigureDescription
    range: string