Skip to content

Slot: amount of light (amount_light)

The unit of illuminance and luminous emittance, measuring luminous flux per unit area

URI: MIXS:0000140 Alias: amount_light

Applicable Classes

Name Description Modifies Slot
BuiltEnvInterface built_env dh_interface no

Properties

  • Range: String

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

Comments

  • Value must be reported in one of the following units: lm/m2, lx. Provide the numeric portion followed by a space and the unit.

Identifier and Mapping Information

Annotations

property value
Preferred_unit lux, lumens per square meter
storage_units lm/m2

Schema Source

Mappings

Mapping Type Mapped Value
self MIXS:0000140
native nmdc_sub_schema:amount_light

LinkML Source

name: amount_light
annotations:
  Preferred_unit:
    tag: Preferred_unit
    value: lux, lumens per square meter
  storage_units:
    tag: storage_units
    value: lm/m2|lx
description: The unit of illuminance and luminous emittance, measuring luminous flux
  per unit area
title: amount of light
comments:
- 'Value must be reported in one of the following units: lm/m2, lx. Provide the numeric
  portion followed by a space and the unit.'
from_schema: https://example.com/nmdc_submission_schema
rank: 66
keywords:
- light
slot_uri: MIXS:0000140
alias: amount_light
domain_of:
- BuiltEnvInterface
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