Slot: encoding

Character encoding of the data file.

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

Applicable Classes

Name

Description

Modifies Slot

Dialect

CSV dialect specification describing the format of the source data file

no

Properties

Examples

Value

utf-8

latin-1

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

native

https://echemdb.github.io/metadata-schema/source_data/encoding

LinkML Source

```yaml name: encoding description: Character encoding of the data file. examples: - value: utf-8 - value: latin-1 from_schema: https://echemdb.github.io/metadata-schema/source_data rank: 1000 alias: encoding owner: Dialect domain_of: - Dialect range: string
</details>