Class: Experimental

Details about the configuration of the experimental setup.

URI: https://echemdb.github.io/metadata-schema/svgdigitizer/Experimental

         classDiagram
    class Experimental
    click Experimental href "../Experimental/"
      Experimental : description
        
      Experimental : instrumentation
        
          
    
        
        
        Experimental --> "*" Instrumentation : instrumentation
        click Instrumentation href "../Instrumentation/"
    

        
      Experimental : tags
        
      Experimental : url
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

tags

*
String

Keywords or tags describing the experiment, such as BCV, ORR, COOR, XPS, or M…

BCV, ORR, COOR, FAOR

url

0..1
HttpUrl

URL to related documentation, publication (DOI), or ELN entry

https://doi.org/10.1234/experiment.2024

instrumentation

*
Instrumentation

Instruments and equipment used in the experiment

description

0..1
String

Detailed description of the experimental setup and conditions

Cyclic voltammetry performed at room temperature with 50 mV/s scan rate

Usages

used by

used in

type

used

Svgdigitizer

experimental

range

Experimental

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/svgdigitizer/Experimental

native

https://echemdb.github.io/metadata-schema/svgdigitizer/Experimental

LinkML Source

Direct

```yaml name: Experimental description: Details about the configuration of the experimental setup. from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer attributes: tags: name: tags description: Keywords or tags describing the experiment, such as BCV, ORR, COOR, XPS, or MS. examples: - value: BCV - value: ORR - value: COOR - value: FAOR from_schema: https://echemdb.github.io/metadata-schema/experimental rank: 1000 domain_of: - Experimental range: string multivalued: true url: name: url description: URL to related documentation, publication (DOI), or ELN entry. examples: - value: https://doi.org/10.1234/experiment.2024 from_schema: https://echemdb.github.io/metadata-schema/experimental domain_of: - Eln - Experimental - Project - Source - Purity - ElectrodeSource - ElectrodePreparation - ElectrochemicalCellSource - Atmosphere range: HttpUrl instrumentation: name: instrumentation description: Instruments and equipment used in the experiment. from_schema: https://echemdb.github.io/metadata-schema/experimental rank: 1000 domain_of: - Experimental range: Instrumentation multivalued: true inlined: true inlined_as_list: true description: name: description description: Detailed description of the experimental setup and conditions. examples: - value: Cyclic voltammetry performed at room temperature with 50 mV/s scan rate from_schema: https://echemdb.github.io/metadata-schema/experimental rank: 1000 domain_of: - Experimental - DataField - Electrode - Shape - ElectrodePreparation - ElectrolyteContainer - ElectrochemicalCellComponent - Atmosphere range: string
</details>

### Induced

<details>
```yaml
name: Experimental
description: Details about the configuration of the experimental setup.
from_schema: https://echemdb.github.io/metadata-schema/svgdigitizer
attributes:
  tags:
    name: tags
    description: Keywords or tags describing the experiment, such as BCV, ORR, COOR,
      XPS, or MS.
    examples:
    - value: BCV
    - value: ORR
    - value: COOR
    - value: FAOR
    from_schema: https://echemdb.github.io/metadata-schema/experimental
    rank: 1000
    alias: tags
    owner: Experimental
    domain_of:
    - Experimental
    range: string
    multivalued: true
  url:
    name: url
    description: URL to related documentation, publication (DOI), or ELN entry.
    examples:
    - value: https://doi.org/10.1234/experiment.2024
    from_schema: https://echemdb.github.io/metadata-schema/experimental
    alias: url
    owner: Experimental
    domain_of:
    - Eln
    - Experimental
    - Project
    - Source
    - Purity
    - ElectrodeSource
    - ElectrodePreparation
    - ElectrochemicalCellSource
    - Atmosphere
    range: HttpUrl
  instrumentation:
    name: instrumentation
    description: Instruments and equipment used in the experiment.
    from_schema: https://echemdb.github.io/metadata-schema/experimental
    rank: 1000
    alias: instrumentation
    owner: Experimental
    domain_of:
    - Experimental
    range: Instrumentation
    multivalued: true
    inlined: true
    inlined_as_list: true
  description:
    name: description
    description: Detailed description of the experimental setup and conditions.
    examples:
    - value: Cyclic voltammetry performed at room temperature with 50 mV/s scan rate
    from_schema: https://echemdb.github.io/metadata-schema/experimental
    rank: 1000
    alias: description
    owner: Experimental
    domain_of:
    - Experimental
    - DataField
    - Electrode
    - Shape
    - ElectrodePreparation
    - ElectrolyteContainer
    - ElectrochemicalCellComponent
    - Atmosphere
    range: string