Class: Shape
Physical dimensions and shape of the electrode.
URI: https://echemdb.github.io/metadata-schema/source_data/Shape
classDiagram
class Shape
click Shape href "../Shape/"
Shape : description
Shape : diameter
Shape --> "0..1" Quantity : diameter
click Quantity href "../Quantity/"
Shape : height
Shape --> "0..1" Quantity : height
click Quantity href "../Quantity/"
Shape : length
Shape --> "0..1" Quantity : length
click Quantity href "../Quantity/"
Shape : type
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Type or shape of electrode |
|
|
0..1 |
Height of the electrode |
|
|
0..1 |
Diameter of the electrode (for cylindrical shapes) |
|
|
0..1 |
Length of the electrode |
|
|
0..1 |
Detailed description of the electrode shape |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/source_data
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/source_data/Shape |
native |
https://echemdb.github.io/metadata-schema/source_data/Shape |
LinkML Source
Direct
```yaml
name: Shape
description: Physical dimensions and shape of the electrode.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
type:
name: type
description: Type or shape of electrode.
examples:
- value: disc
- value: wire
- value: rod
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
domain_of:
- Uncertainty
- Electrode
- Shape
- Component
- Electrolyte
- ElectrolyteContainerComponent
- ElectrochemicalCell
- Atmosphere
- System
- Instrumentation
- FigureDescription
- DataField
range: string
height:
name: height
description: Height of the electrode.
examples:
- value: '{value: 5, unit: mm}'
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
rank: 1000
domain_of:
- Shape
range: Quantity
inlined: true
diameter:
name: diameter
description: Diameter of the electrode (for cylindrical shapes).
examples:
- value: '{value: 5, unit: mm}'
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
rank: 1000
domain_of:
- Shape
range: Quantity
inlined: true
length:
name: length
description: Length of the electrode.
examples:
- value: '{value: 10, unit: mm}'
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
rank: 1000
domain_of:
- Shape
range: Quantity
inlined: true
description:
name: description
description: Detailed description of the electrode shape.
examples:
- value: Hemispherical tip
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
domain_of:
- Electrode
- Shape
- ElectrodePreparation
- ElectrolyteContainer
- ElectrochemicalCellComponent
- Atmosphere
- Experimental
- DataField
- FieldUnit
range: string
</details>
### Induced
<details>
```yaml
name: Shape
description: Physical dimensions and shape of the electrode.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
type:
name: type
description: Type or shape of electrode.
examples:
- value: disc
- value: wire
- value: rod
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
alias: type
owner: Shape
domain_of:
- Uncertainty
- Electrode
- Shape
- Component
- Electrolyte
- ElectrolyteContainerComponent
- ElectrochemicalCell
- Atmosphere
- System
- Instrumentation
- FigureDescription
- DataField
range: string
height:
name: height
description: Height of the electrode.
examples:
- value: '{value: 5, unit: mm}'
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
rank: 1000
alias: height
owner: Shape
domain_of:
- Shape
range: Quantity
inlined: true
diameter:
name: diameter
description: Diameter of the electrode (for cylindrical shapes).
examples:
- value: '{value: 5, unit: mm}'
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
rank: 1000
alias: diameter
owner: Shape
domain_of:
- Shape
range: Quantity
inlined: true
length:
name: length
description: Length of the electrode.
examples:
- value: '{value: 10, unit: mm}'
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
rank: 1000
alias: length
owner: Shape
domain_of:
- Shape
range: Quantity
inlined: true
description:
name: description
description: Detailed description of the electrode shape.
examples:
- value: Hemispherical tip
from_schema: https://echemdb.github.io/metadata-schema/system/electrode
alias: description
owner: Shape
domain_of:
- Electrode
- Shape
- ElectrodePreparation
- ElectrolyteContainer
- ElectrochemicalCellComponent
- Atmosphere
- Experimental
- DataField
- FieldUnit
range: string