Skip to content

Term: specific humidity (specific_humidity)

The mass of water vapour in a unit mass of moist air, usually expressed as grams of vapour per kilogram of air, or, in air conditioning, as grains per pound

URI: MIXS:0000214

Applicable Checklists and Extensions

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

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
15 per kilogram of air

Annotations

  • Preferred_unit: gram of air, kilogram of air

LinkML Source

name: specific_humidity
annotations:
  Preferred_unit:
    tag: Preferred_unit
    value: gram of air, kilogram of air
description: The mass of water vapour in a unit mass of moist air, usually expressed
  as grams of vapour per kilogram of air, or, in air conditioning, as grains per pound
title: specific humidity
examples:
- value: 15 per kilogram of air
from_schema: https://w3id.org/mixs
keywords:
- humidity
slot_uri: MIXS:0000214
alias: specific_humidity
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