Skip to content

Class: MarineAirMeasurement

Information about CO2 measurements in marine air.

URI: oae:MarineAirMeasurement

 classDiagram
    class MarineAirMeasurement
    click MarineAirMeasurement href "../MarineAirMeasurement"
      MarineAirMeasurement : drying_method

      MarineAirMeasurement : location_and_height

      MarineAirMeasurement : measured

      MarineAirMeasurement : measurement_interval


Slots

Name Cardinality and Range Description Inheritance
measured 1
Boolean
Whether CO2 in marine air was measured direct
measurement_interval 0..1
String
How often marine air CO2 is measured, e direct
location_and_height 0..1
String
Location and height of the marine air intake direct
drying_method 0..1
String
Method used to dry the gas stream for marine air measurements direct

Usages

used by used in type used
ContinuousCO2Variable marine_air_measurement range MarineAirMeasurement

Identifier and Mapping Information

Schema Source

  • from schema: https://schema.oaedata.org/OAEDataSchema

Mappings

Mapping Type Mapped Value
self oae:MarineAirMeasurement
native oae:MarineAirMeasurement

LinkML Source

Direct

name: MarineAirMeasurement
description: Information about CO2 measurements in marine air.
from_schema: https://schema.oaedata.org/OAEDataSchema
attributes:
  measured:
    name: measured
    description: Whether CO2 in marine air was measured.
    title: CO2 in marine air measured
    from_schema: Instrument
    rank: 1000
    domain_of:
    - MarineAirMeasurement
    range: boolean
    required: true
  measurement_interval:
    name: measurement_interval
    description: How often marine air CO2 is measured, e.g., 5 readings in a group
      every 5 hours.
    title: Measurement interval
    from_schema: Instrument
    rank: 1000
    domain_of:
    - MarineAirMeasurement
    range: string
  location_and_height:
    name: location_and_height
    description: Location and height of the marine air intake.
    title: Location and height
    from_schema: Instrument
    rank: 1000
    domain_of:
    - MarineAirMeasurement
    range: string
  drying_method:
    name: drying_method
    description: Method used to dry the gas stream for marine air measurements.
    title: Drying method
    from_schema: Instrument
    rank: 1000
    domain_of:
    - MarineAirMeasurement
    - ContinuousCO2Variable
    range: string

Induced

name: MarineAirMeasurement
description: Information about CO2 measurements in marine air.
from_schema: https://schema.oaedata.org/OAEDataSchema
attributes:
  measured:
    name: measured
    description: Whether CO2 in marine air was measured.
    title: CO2 in marine air measured
    from_schema: Instrument
    rank: 1000
    alias: measured
    owner: MarineAirMeasurement
    domain_of:
    - MarineAirMeasurement
    range: boolean
    required: true
  measurement_interval:
    name: measurement_interval
    description: How often marine air CO2 is measured, e.g., 5 readings in a group
      every 5 hours.
    title: Measurement interval
    from_schema: Instrument
    rank: 1000
    alias: measurement_interval
    owner: MarineAirMeasurement
    domain_of:
    - MarineAirMeasurement
    range: string
  location_and_height:
    name: location_and_height
    description: Location and height of the marine air intake.
    title: Location and height
    from_schema: Instrument
    rank: 1000
    alias: location_and_height
    owner: MarineAirMeasurement
    domain_of:
    - MarineAirMeasurement
    range: string
  drying_method:
    name: drying_method
    description: Method used to dry the gas stream for marine air measurements.
    title: Drying method
    from_schema: Instrument
    rank: 1000
    alias: drying_method
    owner: MarineAirMeasurement
    domain_of:
    - MarineAirMeasurement
    - ContinuousCO2Variable
    range: string