Class: ElectrodePreparation

Procedures and methods used to prepare the electrode.

URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/ElectrodePreparation

         classDiagram
    class ElectrodePreparation
    click ElectrodePreparation href "../ElectrodePreparation/"
      ElectrodePreparation : description
        
      ElectrodePreparation : url
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

url

0..1
HttpUrl

URL to detailed preparation protocol or procedure, such as an article DOI

https://doi.org/10.1234/preparation.2024

description

*
String

Step-by-step description of preparation procedure

Polished with 0.05 um alumina, rinsed with ultrapure water

Usages

used by

used in

type

used

Electrode

preparationProcedure

range

ElectrodePreparation

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/minimum_echemdb/ElectrodePreparation

native

https://echemdb.github.io/metadata-schema/minimum_echemdb/ElectrodePreparation

LinkML Source

Direct

```yaml name: ElectrodePreparation description: Procedures and methods used to prepare the electrode. from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb attributes: url: name: url description: URL to detailed preparation protocol or procedure, such as an article DOI. examples: - value: https://doi.org/10.1234/preparation.2024 from_schema: https://echemdb.github.io/metadata-schema/system/electrode domain_of: - Purity - ElectrodeSource - ElectrodePreparation - ElectrochemicalCellSource - Atmosphere - Source - Experimental range: HttpUrl description: name: description description: Step-by-step description of preparation procedure. examples: - value: Polished with 0.05 um alumina, rinsed with ultrapure water from_schema: https://echemdb.github.io/metadata-schema/system/electrode domain_of: - Electrode - Shape - ElectrodePreparation - ElectrolyteContainer - ElectrochemicalCellComponent - Atmosphere - DataField - Experimental range: string multivalued: true
</details>

### Induced

<details>
```yaml
name: ElectrodePreparation
description: Procedures and methods used to prepare the electrode.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
attributes:
  url:
    name: url
    description: URL to detailed preparation protocol or procedure, such as an article
      DOI.
    examples:
    - value: https://doi.org/10.1234/preparation.2024
    from_schema: https://echemdb.github.io/metadata-schema/system/electrode
    alias: url
    owner: ElectrodePreparation
    domain_of:
    - Purity
    - ElectrodeSource
    - ElectrodePreparation
    - ElectrochemicalCellSource
    - Atmosphere
    - Source
    - Experimental
    range: HttpUrl
  description:
    name: description
    description: Step-by-step description of preparation procedure.
    examples:
    - value: Polished with 0.05 um alumina, rinsed with ultrapure water
    from_schema: https://echemdb.github.io/metadata-schema/system/electrode
    alias: description
    owner: ElectrodePreparation
    domain_of:
    - Electrode
    - Shape
    - ElectrodePreparation
    - ElectrolyteContainer
    - ElectrochemicalCellComponent
    - Atmosphere
    - DataField
    - Experimental
    range: string
    multivalued: true