Class: ElectrochemicalCellComponent

A component or part of the electrochemical cell.

URI: https://echemdb.github.io/metadata-schema/svgdigitizer/ElectrochemicalCellComponent

         classDiagram
    class ElectrochemicalCellComponent
    click ElectrochemicalCellComponent href "../ElectrochemicalCellComponent/"
      ElectrochemicalCellComponent : description
        
      ElectrochemicalCellComponent : name
        
      ElectrochemicalCellComponent : part
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

name

1
String

Name or identifier of the component

Cell body

part

1
String

Part number or designation

EC-CELL-100

description

0..1
String

Detailed description of the component

Borosilicate glass cell with multiple ports

Usages

used by

used in

type

used

ElectrochemicalCell

components

range

ElectrochemicalCellComponent

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/svgdigitizer/ElectrochemicalCellComponent

native

https://echemdb.github.io/metadata-schema/svgdigitizer/ElectrochemicalCellComponent

LinkML Source

Direct

```yaml name: ElectrochemicalCellComponent description: A component or part of the electrochemical cell. from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer attributes: name: name: name description: Name or identifier of the component. examples: - value: Cell body from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell domain_of: - Process - Instrumentation - DataField - Project - Electrode - Component - ElectrolyteContainerComponent - ElectrochemicalCellComponent range: string required: true part: name: part description: Part number or designation. examples: - value: EC-CELL-100 from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell rank: 1000 domain_of: - ElectrochemicalCellComponent range: string required: true description: name: description description: Detailed description of the component. examples: - value: Borosilicate glass cell with multiple ports from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell domain_of: - Experimental - DataField - Electrode - Shape - ElectrodePreparation - ElectrolyteContainer - ElectrochemicalCellComponent - Atmosphere range: string
</details>

### Induced

<details>
```yaml
name: ElectrochemicalCellComponent
description: A component or part of the electrochemical cell.
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer
attributes:
  name:
    name: name
    description: Name or identifier of the component.
    examples:
    - value: Cell body
    from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
    alias: name
    owner: ElectrochemicalCellComponent
    domain_of:
    - Process
    - Instrumentation
    - DataField
    - Project
    - Electrode
    - Component
    - ElectrolyteContainerComponent
    - ElectrochemicalCellComponent
    range: string
    required: true
  part:
    name: part
    description: Part number or designation.
    examples:
    - value: EC-CELL-100
    from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
    rank: 1000
    alias: part
    owner: ElectrochemicalCellComponent
    domain_of:
    - ElectrochemicalCellComponent
    range: string
    required: true
  description:
    name: description
    description: Detailed description of the component.
    examples:
    - value: Borosilicate glass cell with multiple ports
    from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
    alias: description
    owner: ElectrochemicalCellComponent
    domain_of:
    - Experimental
    - DataField
    - Electrode
    - Shape
    - ElectrodePreparation
    - ElectrolyteContainer
    - ElectrochemicalCellComponent
    - Atmosphere
    range: string