Skip to content

Class: PressureSensor

Pressure sensor used in continuous CO2 measurements. Accuracy and precision are reported in hectopascals (hPa).

URI: oae:PressureSensor

 classDiagram
    class PressureSensor
    click PressureSensor href "../PressureSensor"
      GenericSensor <|-- PressureSensor
        click GenericSensor href "../GenericSensor"

      PressureSensor : accuracy

      PressureSensor : calibration

      PressureSensor : comments

      PressureSensor : location

      PressureSensor : manufacturer

      PressureSensor : model

      PressureSensor : precision

      PressureSensor : serial_number


Inheritance

Slots

Name Cardinality and Range Description Inheritance
location 0..1
String
Location of the sensor GenericSensor
manufacturer 0..1
String
Manufacturer of the sensor GenericSensor
model 0..1
String
Model number of the sensor GenericSensor
serial_number 0..1
String
Serial number of the sensor GenericSensor
accuracy 0..1
Float
Accuracy of the pressure sensor in hectopascals (hPa) GenericSensor
precision 0..1
Float
Precision of the pressure sensor in hectopascals (hPa) GenericSensor
calibration 0..1
String
Calibration information for the sensor GenericSensor
comments 0..1
String
Additional comments about the sensor GenericSensor

Usages

used by used in type used
ContinuousCO2Variable equilibrator_pressure_sensor range PressureSensor
ContinuousCO2Variable atmospheric_pressure_sensor range PressureSensor

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PressureSensor
description: Pressure sensor used in continuous CO2 measurements. Accuracy and precision
  are reported in hectopascals (hPa).
from_schema: https://schema.oaedata.org/OAEDataSchema
is_a: GenericSensor
slot_usage:
  accuracy:
    name: accuracy
    description: Accuracy of the pressure sensor in hectopascals (hPa).
    title: Accuracy (hPa)
  precision:
    name: precision
    description: Precision of the pressure sensor in hectopascals (hPa).
    title: Precision (hPa)

Induced

name: PressureSensor
description: Pressure sensor used in continuous CO2 measurements. Accuracy and precision
  are reported in hectopascals (hPa).
from_schema: https://schema.oaedata.org/OAEDataSchema
is_a: GenericSensor
slot_usage:
  accuracy:
    name: accuracy
    description: Accuracy of the pressure sensor in hectopascals (hPa).
    title: Accuracy (hPa)
  precision:
    name: precision
    description: Precision of the pressure sensor in hectopascals (hPa).
    title: Precision (hPa)
attributes:
  location:
    name: location
    description: Location of the sensor.
    title: Location
    from_schema: Instrument
    rank: 1000
    alias: location
    owner: PressureSensor
    domain_of:
    - GenericSensor
    range: string
  manufacturer:
    name: manufacturer
    description: Manufacturer of the sensor.
    title: Manufacturer
    from_schema: Instrument
    alias: manufacturer
    owner: PressureSensor
    domain_of:
    - StandardGas
    - AnalyzingInstrument
    - GenericSensor
    range: string
  model:
    name: model
    description: Model number of the sensor.
    title: Model
    from_schema: Instrument
    alias: model
    owner: PressureSensor
    domain_of:
    - AnalyzingInstrument
    - GenericSensor
    range: string
  serial_number:
    name: serial_number
    description: Serial number of the sensor.
    title: Serial number
    from_schema: Instrument
    alias: serial_number
    owner: PressureSensor
    domain_of:
    - AnalyzingInstrument
    - GenericSensor
    range: string
  accuracy:
    name: accuracy
    description: Accuracy of the pressure sensor in hectopascals (hPa).
    title: Accuracy (hPa)
    from_schema: Instrument
    alias: accuracy
    owner: PressureSensor
    domain_of:
    - AnalyzingInstrument
    - GenericSensor
    range: float
  precision:
    name: precision
    description: Precision of the pressure sensor in hectopascals (hPa).
    title: Precision (hPa)
    from_schema: Instrument
    alias: precision
    owner: PressureSensor
    domain_of:
    - AnalyzingInstrument
    - GenericSensor
    range: float
  calibration:
    name: calibration
    description: Calibration information for the sensor.
    title: Calibration
    from_schema: Instrument
    alias: calibration
    owner: PressureSensor
    domain_of:
    - AnalyzingInstrument
    - PHInstrument
    - CRMInstrument
    - CO2GasDetector
    - ContinuousCO2GasDetector
    - GenericSensor
    range: string
  comments:
    name: comments
    description: Additional comments about the sensor.
    title: Comments
    from_schema: Instrument
    rank: 1000
    alias: comments
    owner: PressureSensor
    domain_of:
    - GenericSensor
    range: string