Slot: dimension

Physical dimension of the field (e.g., ‘time’, ‘potential’, ‘current density’).

URI: https://echemdb.github.io/metadata-schema/source_data/dimension Alias: dimension

Applicable Classes

Name

Description

Modifies Slot

DataField

Description of a data field (column) compatible with frictionless table-schem…

no

Properties

Type and Range

Property

Value

Range

String

Domain Of

DataField

Cardinality and Requirements

Property

Value

Slot Characteristics

Property

Value

Owner

DataField

Examples

Value

potential

time

current density

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

native

https://echemdb.github.io/metadata-schema/source_data/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/source_data rank: 1000 alias: dimension owner: DataField domain_of: - DataField range: string
</details>