Class: Eln

Electronic lab notebook (ELN) reference for the experiment.

URI: https://echemdb.github.io/metadata-schema/autotag/Eln

         classDiagram
    class Eln
    click Eln href "../Eln/"
      Eln : url
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

url

1
HttpUrl

URL to the electronic lab notebook entry

https://eln.2024.2024/your-link-to-data

Usages

used by

used in

type

used

Autotag

eln

range

Eln

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/autotag

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/autotag/Eln

native

https://echemdb.github.io/metadata-schema/autotag/Eln

LinkML Source

Direct

```yaml name: Eln description: Electronic lab notebook (ELN) reference for the experiment. from_schema: https://echemdb.github.io/metadata-schema/autotag attributes: url: name: url description: URL to the electronic lab notebook entry. examples: - value: https://eln.2024.2024/your-link-to-data from_schema: https://echemdb.github.io/metadata-schema/eln rank: 1000 domain_of: - Eln - Experimental - Project - Purity - ElectrodeSource - ElectrodePreparation - ElectrochemicalCellSource - Atmosphere range: HttpUrl required: true
</details>

### Induced

<details>
```yaml
name: Eln
description: Electronic lab notebook (ELN) reference for the experiment.
from_schema: https://echemdb.github.io/metadata-schema/autotag
attributes:
  url:
    name: url
    description: URL to the electronic lab notebook entry.
    examples:
    - value: https://eln.2024.2024/your-link-to-data
    from_schema: https://echemdb.github.io/metadata-schema/eln
    rank: 1000
    alias: url
    owner: Eln
    domain_of:
    - Eln
    - Experimental
    - Project
    - Purity
    - ElectrodeSource
    - ElectrodePreparation
    - ElectrochemicalCellSource
    - Atmosphere
    range: HttpUrl
    required: true