Skip to content

Term: mean annual temperature (annual_temp)

Mean annual temperature

URI: MIXS:0000642

Applicable Checklists and Extensions

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

Name Description Checklist/Extension
Agriculture A collection of terms appropriate when sequencing samples obtained in an agri... Extension
Soil 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
12.5 degree Celsius

Annotations

  • Preferred_unit: degree Celsius

LinkML Source

name: annual_temp
annotations:
  Preferred_unit:
    tag: Preferred_unit
    value: degree Celsius
description: Mean annual temperature
title: mean annual temperature
examples:
- value: 12.5 degree Celsius
from_schema: https://w3id.org/mixs
keywords:
- mean
- temperature
slot_uri: MIXS:0000642
alias: annual_temp
domain_of:
- Agriculture
- Soil
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