Skip to content

Term: dew point (dew_point)

The temperature to which a given parcel of humid air must be cooled, at constant barometric pressure, for water vapor to condense into water

URI: MIXS:0000129

Applicable Checklists and Extensions

NOTE: does not include Combinations (of checklists and extensions) that use dew_point.

Name Description Checklist/Extension
BuiltEnvironment A collection of terms appropriate when collecting samples and sequencing samp... Extension

Properties

  • Range: String
  • Cardinality: 0..1

  • Structured pattern: ^{scientific_float}( *- *{scientific_float})? *{text}$

  • Regex pattern: ^[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?( *- *[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?)? *([^\s-]{1,2}|[^\s-]+.+[^\s-]+)$

Examples

Value
22 degree Celsius

Annotations

  • Preferred_unit: degree Celsius

LinkML Source

name: dew_point
annotations:
  Preferred_unit:
    tag: Preferred_unit
    value: degree Celsius
description: The temperature to which a given parcel of humid air must be cooled,
  at constant barometric pressure, for water vapor to condense into water
title: dew point
examples:
- value: 22 degree Celsius
from_schema: https://w3id.org/mixs
slot_uri: MIXS:0000129
alias: dew_point
domain_of:
- BuiltEnvironment
range: string
pattern: ^[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?( *- *[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?)?
  *([^\s-]{1,2}|[^\s-]+.+[^\s-]+)$
structured_pattern:
  syntax: ^{scientific_float}( *- *{scientific_float})? *{text}$
  interpolated: true
  partial_match: true