Class: ElectrolyteContainer

Container used to prepare or store the electrolyte before the measurement.

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

description

0..1
String

The vessel in which the supplying electrolyte was prepared or stored before t…

500 ml PTFE bottle

components

*
ElectrolyteContainerComponent

Components of the electrolyte container

Usages

used by

used in

type

used

Electrolyte

electrolyteContainer

range

ElectrolyteContainer

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

native

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