Class: ElectrodeSource

Information about the source and supplier of the electrode.

URI: https://echemdb.github.io/metadata-schema/autotag/ElectrodeSource

         classDiagram
    class ElectrodeSource
    click ElectrodeSource href "../ElectrodeSource/"
      ElectrodeSource : lot
        
      ElectrodeSource : manufacturer
        
      ElectrodeSource : model
        
      ElectrodeSource : purity
        
          
    
        
        
        ElectrodeSource --> "0..1" Purity : purity
        click Purity href "../Purity/"
    

        
      ElectrodeSource : supplier
        
      ElectrodeSource : url
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

manufacturer

0..1
String

Name of the electrode manufacturer

Your Favorite Crystals GmbH

lot

0..1
String

LOT or batch number

LOT-2024-PT111

purity

0..1
Purity

Purity specifications from the manufacturer or supplier

model

0..1
String

Model number or designation

PT111-10

url

0..1
HttpUrl

URL to product specification or datasheet

https://your-crystal-supplier.com/product/pt111

supplier

0..1
String

Name of the supplier

Chemicals & More Inc.

Usages

used by

used in

type

used

Electrode

source

range

ElectrodeSource

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/autotag/ElectrodeSource

native

https://echemdb.github.io/metadata-schema/autotag/ElectrodeSource

LinkML Source

Direct

```yaml name: ElectrodeSource description: Information about the source and supplier of the electrode. from_schema: https://echemdb.github.io/metadata-schema/autotag attributes: manufacturer: name: manufacturer description: Name of the electrode manufacturer. examples: - value: Your Favorite Crystals GmbH from_schema: https://echemdb.github.io/metadata-schema/system/electrode domain_of: - Instrumentation - ElectrodeSource - ComponentSource range: string lot: name: lot description: LOT or batch number. examples: - value: LOT-2024-PT111 from_schema: https://echemdb.github.io/metadata-schema/system/electrode rank: 1000 domain_of: - ElectrodeSource - ComponentSource range: string purity: name: purity description: Purity specifications from the manufacturer or supplier. from_schema: https://echemdb.github.io/metadata-schema/system/electrode domain_of: - Electrode - ElectrodeSource - Component - ComponentSource range: Purity inlined: true model: name: model description: Model number or designation. examples: - value: PT111-10 from_schema: https://echemdb.github.io/metadata-schema/system/electrode domain_of: - Instrumentation - ElectrodeSource range: string url: name: url description: URL to product specification or datasheet. examples: - value: https://your-crystal-supplier.com/product/pt111 from_schema: https://echemdb.github.io/metadata-schema/system/electrode domain_of: - Eln - Experimental - Project - Purity - ElectrodeSource - ElectrodePreparation - ElectrochemicalCellSource - Atmosphere range: HttpUrl supplier: name: supplier description: Name of the supplier. examples: - value: Chemicals & More Inc. from_schema: https://echemdb.github.io/metadata-schema/system/electrode domain_of: - Instrumentation - ElectrodeSource - ComponentSource range: string
</details>

### Induced

<details>
```yaml
name: ElectrodeSource
description: Information about the source and supplier of the electrode.
from_schema: https://echemdb.github.io/metadata-schema/autotag
attributes:
  manufacturer:
    name: manufacturer
    description: Name of the electrode manufacturer.
    examples:
    - value: Your Favorite Crystals GmbH
    from_schema: https://echemdb.github.io/metadata-schema/system/electrode
    alias: manufacturer
    owner: ElectrodeSource
    domain_of:
    - Instrumentation
    - ElectrodeSource
    - ComponentSource
    range: string
  lot:
    name: lot
    description: LOT or batch number.
    examples:
    - value: LOT-2024-PT111
    from_schema: https://echemdb.github.io/metadata-schema/system/electrode
    rank: 1000
    alias: lot
    owner: ElectrodeSource
    domain_of:
    - ElectrodeSource
    - ComponentSource
    range: string
  purity:
    name: purity
    description: Purity specifications from the manufacturer or supplier.
    from_schema: https://echemdb.github.io/metadata-schema/system/electrode
    alias: purity
    owner: ElectrodeSource
    domain_of:
    - Electrode
    - ElectrodeSource
    - Component
    - ComponentSource
    range: Purity
    inlined: true
  model:
    name: model
    description: Model number or designation.
    examples:
    - value: PT111-10
    from_schema: https://echemdb.github.io/metadata-schema/system/electrode
    alias: model
    owner: ElectrodeSource
    domain_of:
    - Instrumentation
    - ElectrodeSource
    range: string
  url:
    name: url
    description: URL to product specification or datasheet.
    examples:
    - value: https://your-crystal-supplier.com/product/pt111
    from_schema: https://echemdb.github.io/metadata-schema/system/electrode
    alias: url
    owner: ElectrodeSource
    domain_of:
    - Eln
    - Experimental
    - Project
    - Purity
    - ElectrodeSource
    - ElectrodePreparation
    - ElectrochemicalCellSource
    - Atmosphere
    range: HttpUrl
  supplier:
    name: supplier
    description: Name of the supplier.
    examples:
    - value: Chemicals & More Inc.
    from_schema: https://echemdb.github.io/metadata-schema/system/electrode
    alias: supplier
    owner: ElectrodeSource
    domain_of:
    - Instrumentation
    - ElectrodeSource
    - ComponentSource
    range: string