Class: Atmosphere

Atmospheric conditions and gas composition during the experiment.

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

         classDiagram
    class Atmosphere
    click Atmosphere href "../Atmosphere/"
      Atmosphere : comment
        
      Atmosphere : components
        
          
    
        
        
        Atmosphere --> "*" Component : components
        click Component href "../Component/"
    

        
      Atmosphere : description
        
      Atmosphere : totalOrganicCarbon
        
          
    
        
        
        Atmosphere --> "0..1" Quantity : totalOrganicCarbon
        click Quantity href "../Quantity/"
    

        
      Atmosphere : type
        
      Atmosphere : url
        
      
    

Slots

Name

Cardinality and Range

Description

Examples

type

0..1
String

Type of atmospheric condition, such as inert (Ar saturated), ambient, UHV (ul…

inert, ambient, UHV

totalOrganicCarbon

0..1
Quantity

Total organic carbon content measurement in the atmosphere

{value: 3, unit: ppb}

components

*
Component

Gas components present in the atmosphere

url

0..1
HttpUrl

URL with further details on the atmospheric setup or control system

https://doi.org/10.1234/atmosphere-protocol.2024

description

0..1
String

Detailed description of the atmospheric conditions

Argon purged for 30 minutes before measurement

comment

0..1
String

Additional notes about the atmosphere

Slight overpressure maintained throughout experiment

Usages

used by

used in

type

used

System

atmosphere

range

Atmosphere

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

native

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

LinkML Source

Direct

```yaml name: Atmosphere description: Atmospheric conditions and gas composition during the experiment. from_schema: https://echemdb.github.io/metadata-schema/source_data attributes: type: name: type description: Type of atmospheric condition, such as inert (Ar saturated), ambient, UHV (ultra high vacuum). examples: - value: inert - value: ambient - value: UHV from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere domain_of: - Uncertainty - Electrode - Shape - Component - Electrolyte - ElectrolyteContainerComponent - ElectrochemicalCell - Atmosphere - System - Instrumentation - FigureDescription - DataField range: string totalOrganicCarbon: name: totalOrganicCarbon description: Total organic carbon content measurement in the atmosphere. examples: - value: '{value: 3, unit: ppb}' from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere domain_of: - Purity - Atmosphere range: Quantity inlined: true components: name: components description: Gas components present in the atmosphere. from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere domain_of: - Electrolyte - ElectrolyteContainer - ElectrochemicalCell - Atmosphere range: Component multivalued: true inlined: true inlined_as_list: true url: name: url description: URL with further details on the atmospheric setup or control system. examples: - value: https://doi.org/10.1234/atmosphere-protocol.2024 from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere domain_of: - Purity - ElectrodeSource - ElectrodePreparation - ElectrochemicalCellSource - Atmosphere - Source - Experimental range: HttpUrl description: name: description description: Detailed description of the atmospheric conditions. examples: - value: Argon purged for 30 minutes before measurement from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere domain_of: - Electrode - Shape - ElectrodePreparation - ElectrolyteContainer - ElectrochemicalCellComponent - Atmosphere - Experimental - DataField - FieldUnit range: string comment: name: comment description: Additional notes about the atmosphere. examples: - value: Slight overpressure maintained throughout experiment from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere domain_of: - Quantity - Uncertainty - Component - Electrolyte - ElectrolyteContainerComponent - Atmosphere - Source - FigureDescription range: string
</details>

### Induced

<details>
```yaml
name: Atmosphere
description: Atmospheric conditions and gas composition during the experiment.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
  type:
    name: type
    description: Type of atmospheric condition, such as inert (Ar saturated), ambient,
      UHV (ultra high vacuum).
    examples:
    - value: inert
    - value: ambient
    - value: UHV
    from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere
    alias: type
    owner: Atmosphere
    domain_of:
    - Uncertainty
    - Electrode
    - Shape
    - Component
    - Electrolyte
    - ElectrolyteContainerComponent
    - ElectrochemicalCell
    - Atmosphere
    - System
    - Instrumentation
    - FigureDescription
    - DataField
    range: string
  totalOrganicCarbon:
    name: totalOrganicCarbon
    description: Total organic carbon content measurement in the atmosphere.
    examples:
    - value: '{value: 3, unit: ppb}'
    from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere
    alias: totalOrganicCarbon
    owner: Atmosphere
    domain_of:
    - Purity
    - Atmosphere
    range: Quantity
    inlined: true
  components:
    name: components
    description: Gas components present in the atmosphere.
    from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere
    alias: components
    owner: Atmosphere
    domain_of:
    - Electrolyte
    - ElectrolyteContainer
    - ElectrochemicalCell
    - Atmosphere
    range: Component
    multivalued: true
    inlined: true
    inlined_as_list: true
  url:
    name: url
    description: URL with further details on the atmospheric setup or control system.
    examples:
    - value: https://doi.org/10.1234/atmosphere-protocol.2024
    from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere
    alias: url
    owner: Atmosphere
    domain_of:
    - Purity
    - ElectrodeSource
    - ElectrodePreparation
    - ElectrochemicalCellSource
    - Atmosphere
    - Source
    - Experimental
    range: HttpUrl
  description:
    name: description
    description: Detailed description of the atmospheric conditions.
    examples:
    - value: Argon purged for 30 minutes before measurement
    from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere
    alias: description
    owner: Atmosphere
    domain_of:
    - Electrode
    - Shape
    - ElectrodePreparation
    - ElectrolyteContainer
    - ElectrochemicalCellComponent
    - Atmosphere
    - Experimental
    - DataField
    - FieldUnit
    range: string
  comment:
    name: comment
    description: Additional notes about the atmosphere.
    examples:
    - value: Slight overpressure maintained throughout experiment
    from_schema: https://echemdb.github.io/metadata-schema/system/atmosphere
    alias: comment
    owner: Atmosphere
    domain_of:
    - Quantity
    - Uncertainty
    - Component
    - Electrolyte
    - ElectrolyteContainerComponent
    - Atmosphere
    - Source
    - FigureDescription
    range: string