Skip to content

Class: TemperatureSensor

Temperature sensor used in continuous CO2 measurements. Accuracy and precision are reported in degrees Celsius.

URI: oae:TemperatureSensor

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

      TemperatureSensor : accuracy

      TemperatureSensor : calibration

      TemperatureSensor : comments

      TemperatureSensor : location

      TemperatureSensor : manufacturer

      TemperatureSensor : model

      TemperatureSensor : precision

      TemperatureSensor : 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 temperature sensor in degrees Celsius GenericSensor
precision 0..1
Float
Precision of the temperature sensor in degrees Celsius 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_temperature_sensor range TemperatureSensor

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: TemperatureSensor
description: Temperature sensor used in continuous CO2 measurements. Accuracy and
  precision are reported in degrees Celsius.
from_schema: https://schema.oaedata.org/OAEDataSchema
is_a: GenericSensor
slot_usage:
  accuracy:
    name: accuracy
    description: Accuracy of the temperature sensor in degrees Celsius.
    title: Accuracy (°C)
  precision:
    name: precision
    description: Precision of the temperature sensor in degrees Celsius.
    title: Precision (°C)

Induced

name: TemperatureSensor
description: Temperature sensor used in continuous CO2 measurements. Accuracy and
  precision are reported in degrees Celsius.
from_schema: https://schema.oaedata.org/OAEDataSchema
is_a: GenericSensor
slot_usage:
  accuracy:
    name: accuracy
    description: Accuracy of the temperature sensor in degrees Celsius.
    title: Accuracy (°C)
  precision:
    name: precision
    description: Precision of the temperature sensor in degrees Celsius.
    title: Precision (°C)
attributes:
  location:
    name: location
    description: Location of the sensor.
    title: Location
    from_schema: Instrument
    rank: 1000
    alias: location
    owner: TemperatureSensor
    domain_of:
    - GenericSensor
    range: string
  manufacturer:
    name: manufacturer
    description: Manufacturer of the sensor.
    title: Manufacturer
    from_schema: Instrument
    alias: manufacturer
    owner: TemperatureSensor
    domain_of:
    - StandardGas
    - AnalyzingInstrument
    - GenericSensor
    range: string
  model:
    name: model
    description: Model number of the sensor.
    title: Model
    from_schema: Instrument
    alias: model
    owner: TemperatureSensor
    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: TemperatureSensor
    domain_of:
    - AnalyzingInstrument
    - GenericSensor
    range: string
  accuracy:
    name: accuracy
    description: Accuracy of the temperature sensor in degrees Celsius.
    title: Accuracy (°C)
    from_schema: Instrument
    alias: accuracy
    owner: TemperatureSensor
    domain_of:
    - AnalyzingInstrument
    - GenericSensor
    range: float
  precision:
    name: precision
    description: Precision of the temperature sensor in degrees Celsius.
    title: Precision (°C)
    from_schema: Instrument
    alias: precision
    owner: TemperatureSensor
    domain_of:
    - AnalyzingInstrument
    - GenericSensor
    range: float
  calibration:
    name: calibration
    description: Calibration information for the sensor.
    title: Calibration
    from_schema: Instrument
    alias: calibration
    owner: TemperatureSensor
    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: TemperatureSensor
    domain_of:
    - GenericSensor
    range: string