Class: ElectrodeSource
Information about the source and supplier of the electrode.
URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/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 |
|---|---|---|---|
0..1 |
Name of the electrode manufacturer |
|
|
0..1 |
LOT or batch number |
|
|
0..1 |
Purity specifications from the manufacturer or supplier |
||
0..1 |
Model number or designation |
|
|
0..1 |
URL to product specification or datasheet |
|
|
0..1 |
Name of the supplier |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
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/ElectrodeSource |
native |
https://echemdb.github.io/metadata-schema/minimum_echemdb/ElectrodeSource |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: ElectrodeSource
description: Information about the source and supplier of the electrode.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
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
rank: 1000
alias: manufacturer
owner: ElectrodeSource
domain_of:
- ElectrodeSource
- ComponentSource
- Instrumentation
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
rank: 1000
alias: model
owner: ElectrodeSource
domain_of:
- ElectrodeSource
- Instrumentation
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:
- Purity
- ElectrodeSource
- ElectrodePreparation
- ElectrochemicalCellSource
- Atmosphere
- Source
- Experimental
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
rank: 1000
alias: supplier
owner: ElectrodeSource
domain_of:
- ElectrodeSource
- ComponentSource
- Instrumentation
range: string