Skip to content

Class: ExperimentalConditions

Environmental and experimental conditions

URI: biostride_schema:ExperimentalConditions

classDiagram class ExperimentalConditions click ExperimentalConditions href "../ExperimentalConditions/" ExperimentalConditions : atmosphere ExperimentalConditions : beam_energy ExperimentalConditions : exposure_time ExperimentalConditions : humidity ExperimentalConditions : pressure ExperimentalConditions : temperature

Slots

Name Cardinality and Range Description Inheritance
temperature 0..1
Float
Temperature in Celsius direct
humidity 0..1
Float
Humidity percentage direct
pressure 0..1
Float
Pressure in kPa direct
atmosphere 0..1
String
Atmosphere composition direct
beam_energy 0..1
Float
Beam energy in keV direct
exposure_time 0..1
Float
Exposure time in seconds direct

Usages

used by used in type used
ExperimentRun experimental_conditions range ExperimentalConditions

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/biostride/

Mappings

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

LinkML Source

Direct

name: ExperimentalConditions
description: Environmental and experimental conditions
from_schema: https://w3id.org/biostride/
attributes:
  temperature:
    name: temperature
    description: Temperature in Celsius
    from_schema: https://w3id.org/biostride/
    domain_of:
    - StorageConditions
    - ExperimentalConditions
    range: float
  humidity:
    name: humidity
    description: Humidity percentage
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - ExperimentalConditions
    range: float
  pressure:
    name: pressure
    description: Pressure in kPa
    from_schema: https://w3id.org/biostride/
    rank: 1000
    domain_of:
    - ExperimentalConditions
    range: float
  atmosphere:
    name: atmosphere
    description: Atmosphere composition
    from_schema: https://w3id.org/biostride/
    domain_of:
    - StorageConditions
    - ExperimentalConditions
  beam_energy:
    name: beam_energy
    description: Beam energy in keV
    from_schema: https://w3id.org/biostride/
    domain_of:
    - XRFImage
    - ExperimentalConditions
    range: float
  exposure_time:
    name: exposure_time
    description: Exposure time in seconds
    from_schema: https://w3id.org/biostride/
    domain_of:
    - Image
    - ExperimentalConditions
    range: float

Induced

name: ExperimentalConditions
description: Environmental and experimental conditions
from_schema: https://w3id.org/biostride/
attributes:
  temperature:
    name: temperature
    description: Temperature in Celsius
    from_schema: https://w3id.org/biostride/
    alias: temperature
    owner: ExperimentalConditions
    domain_of:
    - StorageConditions
    - ExperimentalConditions
    range: float
  humidity:
    name: humidity
    description: Humidity percentage
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: humidity
    owner: ExperimentalConditions
    domain_of:
    - ExperimentalConditions
    range: float
  pressure:
    name: pressure
    description: Pressure in kPa
    from_schema: https://w3id.org/biostride/
    rank: 1000
    alias: pressure
    owner: ExperimentalConditions
    domain_of:
    - ExperimentalConditions
    range: float
  atmosphere:
    name: atmosphere
    description: Atmosphere composition
    from_schema: https://w3id.org/biostride/
    alias: atmosphere
    owner: ExperimentalConditions
    domain_of:
    - StorageConditions
    - ExperimentalConditions
    range: string
  beam_energy:
    name: beam_energy
    description: Beam energy in keV
    from_schema: https://w3id.org/biostride/
    alias: beam_energy
    owner: ExperimentalConditions
    domain_of:
    - XRFImage
    - ExperimentalConditions
    range: float
  exposure_time:
    name: exposure_time
    description: Exposure time in seconds
    from_schema: https://w3id.org/biostride/
    alias: exposure_time
    owner: ExperimentalConditions
    domain_of:
    - Image
    - ExperimentalConditions
    range: float