Class: Atmosphere
Atmospheric conditions and gas composition during the experiment.
URI: https://echemdb.github.io/metadata-schema/minimum_echemdb/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 |
|---|---|---|---|
0..1 |
Type of atmospheric condition, such as inert (Ar saturated), ambient, UHV (ul… |
|
|
0..1 |
Total organic carbon content measurement in the atmosphere |
|
|
Gas components present in the atmosphere |
|||
0..1 |
URL with further details on the atmospheric setup or control system |
|
|
0..1 |
Detailed description of the atmospheric conditions |
|
|
0..1 |
Additional notes about the atmosphere |
|
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/minimum_echemdb/Atmosphere |
native |
https://echemdb.github.io/metadata-schema/minimum_echemdb/Atmosphere |
LinkML Source
Direct
</details>
### Induced
<details>
```yaml
name: Atmosphere
description: Atmospheric conditions and gas composition during the experiment.
from_schema: https://echemdb.github.io/metadata-schema/minimum_echemdb
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
- FigureDescription
- DataField
- Instrumentation
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
- DataField
- Experimental
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