Skip to content

Term: absolute air humidity (abs_air_humidity)

Actual mass of water vapor present in the air water vapor mixture.

URI: MIXS:0000122

Applicable Checklists and Extensions

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

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

Properties

  • Range: String
  • Cardinality: 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
7 gram per cubic meter

Annotations

  • Preferred_unit: gram per gram, kilogram per kilogram, kilogram, pound, gram per cubic meter, kilogram per cubic meter, percent

LinkML Source

name: abs_air_humidity
annotations:
  Preferred_unit:
    tag: Preferred_unit
    value: gram per gram, kilogram per kilogram, kilogram, pound, gram per cubic meter,
      kilogram per cubic meter, percent
description: Actual mass of water vapor present in the air water vapor mixture.
title: absolute air humidity
comments:
- Can be calculated via mass of water vapor divided by the volume of the air and water
  vapor mixture.
examples:
- value: 7 gram per cubic meter
from_schema: https://w3id.org/mixs
keywords:
- absolute
- air
- humidity
slot_uri: MIXS:0000122
alias: abs_air_humidity
domain_of:
- BuiltEnvironment
range: string
required: true
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