Skip to content

Slot: wind_speed

placeholder description; linter will ignore this

URI: MIXS:0000118

Applicable Classes

Name Description Modifies Slot
Air placeholder description; linter will ignore this yes
FoodFarmEnvironment placeholder description; linter will ignore this yes

Properties

  • Range: String

  • Regex pattern: [-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)? [^s\|][^\r\n\t\|]*

Examples

Value
21 kilometer per hour
1.6 kilometers per hour

Identifier and Mapping Information

Annotations

property value
global_preferred_unit m/s, km/h

Schema Source

  • from schema: https://github.com/turbomam/mixs-subset-examples-first/tree/main/src/mixs_subset_examples_first

LinkML Source

name: wind_speed
annotations:
  global_preferred_unit:
    tag: global_preferred_unit
    value: m/s, km/h
  global_raw_definition:
    tag: global_raw_definition
    value: Speed of wind measured at the time of sampling
  occurrence:
    tag: occurrence
    value: '1'
description: placeholder description; linter will ignore this
title: wind speed
examples:
- value: 21 kilometer per hour
- value: 1.6 kilometers per hour
from_schema: https://github.com/turbomam/mixs-subset-examples-first/tree/main/src/mixs_subset_examples_first
rank: 1000
slot_uri: MIXS:0000118
alias: wind_speed
domain_of:
- Air
- FoodFarmEnvironment
range: string
pattern: '[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)? [^s\|][^\r\n\t\|]*'
structured_pattern:
  syntax: '{float} {unit}'