Skip to content

Class: ExperimentalConditions

Environmental and experimental conditions

URI: lambdaber:ExperimentalConditions

classDiagram class ExperimentalConditions click ExperimentalConditions href "../ExperimentalConditions/" AttributeGroup <|-- ExperimentalConditions click AttributeGroup href "../AttributeGroup/" ExperimentalConditions : atmosphere ExperimentalConditions : beam_energy ExperimentalConditions --> "0..1" QuantityValue : beam_energy click QuantityValue href "../QuantityValue/" ExperimentalConditions : description ExperimentalConditions : exposure_time ExperimentalConditions --> "0..1" QuantityValue : exposure_time click QuantityValue href "../QuantityValue/" ExperimentalConditions : humidity ExperimentalConditions --> "0..1" QuantityValue : humidity click QuantityValue href "../QuantityValue/" ExperimentalConditions : pressure ExperimentalConditions --> "0..1" QuantityValue : pressure click QuantityValue href "../QuantityValue/" ExperimentalConditions : temperature ExperimentalConditions --> "0..1" QuantityValue : temperature click QuantityValue href "../QuantityValue/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
temperature 0..1
QuantityValue
Temperature, typically specified in degrees Celsius direct
humidity 0..1
QuantityValue
Humidity, typically specified as a percentage (0-100) direct
pressure 0..1
QuantityValue
Pressure, typically specified in kilopascals (kPa) direct
atmosphere 0..1
String
Atmosphere composition direct
beam_energy 0..1
QuantityValue
Beam energy, typically specified in kiloelectronvolts (keV) direct
exposure_time 0..1
QuantityValue
Exposure time, typically specified in seconds direct
description 0..1
String
AttributeGroup

Usages

used by used in type used
ExperimentRun experimental_conditions range ExperimentalConditions

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lambda-ber-schema/

Mappings

Mapping Type Mapped Value
self lambdaber:ExperimentalConditions
native lambdaber:ExperimentalConditions

LinkML Source

Direct

name: ExperimentalConditions
description: Environmental and experimental conditions
from_schema: https://w3id.org/lambda-ber-schema/
is_a: AttributeGroup
attributes:
  temperature:
    name: temperature
    description: Temperature, typically specified in degrees Celsius. Data providers
      may specify alternative units by including the unit in the QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    domain_of:
    - StorageConditions
    - ExperimentalConditions
    - MeasurementConditions
    range: QuantityValue
    inlined: true
  humidity:
    name: humidity
    description: Humidity, typically specified as a percentage (0-100). Data providers
      may specify as a decimal fraction or percentage by including the unit in the
      QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    domain_of:
    - ExperimentalConditions
    range: QuantityValue
    inlined: true
  pressure:
    name: pressure
    description: Pressure, typically specified in kilopascals (kPa). Data providers
      may specify alternative units by including the unit in the QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    domain_of:
    - ExperimentalConditions
    range: QuantityValue
    inlined: true
  atmosphere:
    name: atmosphere
    description: Atmosphere composition
    from_schema: https://w3id.org/lambda-ber-schema/
    domain_of:
    - StorageConditions
    - ExperimentalConditions
  beam_energy:
    name: beam_energy
    description: Beam energy, typically specified in kiloelectronvolts (keV). Data
      providers may specify alternative units by including the unit in the QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    domain_of:
    - XRFImage
    - ExperimentalConditions
    range: QuantityValue
    inlined: true
  exposure_time:
    name: exposure_time
    description: Exposure time, typically specified in seconds. Data providers may
      specify alternative units by including the unit in the QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    domain_of:
    - ExperimentRun
    - Image
    - ExperimentalConditions
    range: QuantityValue
    inlined: true

Induced

name: ExperimentalConditions
description: Environmental and experimental conditions
from_schema: https://w3id.org/lambda-ber-schema/
is_a: AttributeGroup
attributes:
  temperature:
    name: temperature
    description: Temperature, typically specified in degrees Celsius. Data providers
      may specify alternative units by including the unit in the QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: temperature
    owner: ExperimentalConditions
    domain_of:
    - StorageConditions
    - ExperimentalConditions
    - MeasurementConditions
    range: QuantityValue
    inlined: true
  humidity:
    name: humidity
    description: Humidity, typically specified as a percentage (0-100). Data providers
      may specify as a decimal fraction or percentage by including the unit in the
      QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    alias: humidity
    owner: ExperimentalConditions
    domain_of:
    - ExperimentalConditions
    range: QuantityValue
    inlined: true
  pressure:
    name: pressure
    description: Pressure, typically specified in kilopascals (kPa). Data providers
      may specify alternative units by including the unit in the QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    alias: pressure
    owner: ExperimentalConditions
    domain_of:
    - ExperimentalConditions
    range: QuantityValue
    inlined: true
  atmosphere:
    name: atmosphere
    description: Atmosphere composition
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: atmosphere
    owner: ExperimentalConditions
    domain_of:
    - StorageConditions
    - ExperimentalConditions
    range: string
  beam_energy:
    name: beam_energy
    description: Beam energy, typically specified in kiloelectronvolts (keV). Data
      providers may specify alternative units by including the unit in the QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: beam_energy
    owner: ExperimentalConditions
    domain_of:
    - XRFImage
    - ExperimentalConditions
    range: QuantityValue
    inlined: true
  exposure_time:
    name: exposure_time
    description: Exposure time, typically specified in seconds. Data providers may
      specify alternative units by including the unit in the QuantityValue.
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: exposure_time
    owner: ExperimentalConditions
    domain_of:
    - ExperimentRun
    - Image
    - ExperimentalConditions
    range: QuantityValue
    inlined: true
  description:
    name: description
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: description
    owner: ExperimentalConditions
    domain_of:
    - NamedThing
    - AttributeGroup
    range: string