Class: ElectrochemicalCellSource

Source information for the electrochemical cell.

URI: https://echemdb.github.io/metadata-schema/echemdb_package/ElectrochemicalCellSource

         classDiagram
    class ElectrochemicalCellSource
    click ElectrochemicalCellSource href "../ElectrochemicalCellSource/"
      ElectrochemicalCellSource : url
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

url

0..1
HttpUrl

URL to product page or technical documentation

https://your-cell-supplier.com/product/h-cell

Usages

used by

used in

type

used

ElectrochemicalCell

source

range

ElectrochemicalCellSource

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

native

https://echemdb.github.io/metadata-schema/echemdb_package/ElectrochemicalCellSource

LinkML Source

Direct

```yaml name: ElectrochemicalCellSource description: Source information for the electrochemical cell. from_schema: https://echemdb.github.io/metadata-schema/echemdb_package attributes: url: name: url description: URL to product page or technical documentation. examples: - value: https://your-cell-supplier.com/product/h-cell from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell domain_of: - Experimental - Purity - ElectrodeSource - ElectrodePreparation - ElectrochemicalCellSource - Atmosphere - Source range: HttpUrl
</details>

### Induced

<details>
```yaml
name: ElectrochemicalCellSource
description: Source information for the electrochemical cell.
from_schema: https://echemdb.github.io/metadata-schema/echemdb_package
attributes:
  url:
    name: url
    description: URL to product page or technical documentation.
    examples:
    - value: https://your-cell-supplier.com/product/h-cell
    from_schema: https://echemdb.github.io/metadata-schema/system/electrochemical_cell
    alias: url
    owner: ElectrochemicalCellSource
    domain_of:
    - Experimental
    - Purity
    - ElectrodeSource
    - ElectrodePreparation
    - ElectrochemicalCellSource
    - Atmosphere
    - Source
    range: HttpUrl