Skip to content

Slot: water current (water_current)

Measurement of magnitude and direction of flow within a fluid

URI: MIXS:0000203 Alias: water_current

Applicable Classes

Name Description Modifies Slot
WaterInterface water dh_interface no
MiscEnvsInterface misc_envs dh_interface no

Properties

  • Range: String

  • Regex pattern: ^[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?( *- *[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?)? *.*$

Examples

Value
10 m3/s

Comments

  • Value must be reported in one of the following units: [kn_i], m3/s. Provide the numeric portion followed by a space and the unit.

Identifier and Mapping Information

Annotations

property value
Preferred_unit cubic meter per second, knots
storage_units [kn_i]

Schema Source

Mappings

Mapping Type Mapped Value
self MIXS:0000203
native nmdc_sub_schema:water_current

LinkML Source

name: water_current
annotations:
  Preferred_unit:
    tag: Preferred_unit
    value: cubic meter per second, knots
  storage_units:
    tag: storage_units
    value: '[kn_i]|m3/s'
description: Measurement of magnitude and direction of flow within a fluid
title: water current
comments:
- 'Value must be reported in one of the following units: [kn_i], m3/s. Provide the
  numeric portion followed by a space and the unit.'
examples:
- value: 10 m3/s
from_schema: https://example.com/nmdc_submission_schema
rank: 236
keywords:
- water
slot_uri: MIXS:0000203
alias: water_current
domain_of:
- MiscEnvsInterface
- WaterInterface
slot_group: mixs_core_section
range: string
pattern: ^[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?( *- *[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?)?
  *.*$
structured_pattern:
  syntax: ^{scientific_float}( *- *{scientific_float})? *{text}$
  interpolated: true
  partial_match: true