Slot: dimension
Physical dimension of the field (e.g., ‘time’, ‘potential’, ‘current density’).
URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/dimension Alias: dimension
Applicable Classes
Name |
Description |
Modifies Slot |
|---|---|---|
Description of a data field (column) compatible with frictionless table-schem… |
no |
Properties
Range: String
Examples
Value |
|---|
potential |
time |
current density |
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/dimension |
native |
https://echemdb.github.io/metadata-schema/minimum_echemdb/dimension |
LinkML Source
```yaml
name: dimension
description: Physical dimension of the field (e.g., 'time', 'potential', 'current
density').
examples:
- value: potential
- value: time
- value: current density
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
rank: 1000
alias: dimension
owner: DataField
domain_of:
- DataField
range: string
</details>