Skip to content

Class: OperationParameters

Operation parameters for the reaction

URI: catcore:OperationParameters

classDiagram class OperationParameters click OperationParameters href "../OperationParameters/" CatCoreEntity <|-- OperationParameters click CatCoreEntity href "../CatCoreEntity/" OperationParameters : atmosphere OperationParameters : experiment_duration OperationParameters : experiment_pressure OperationParameters : feed_composition_range OperationParameters : identifier OperationParameters : reactor_temperature_range

Inheritance

Slots

Name Cardinality and Range Description Inheritance
reactor_temperature_range *
String
Temperature range in reactor direct
atmosphere *
String
Atmospheric conditions direct
experiment_pressure *
Float
Pressure during experiment direct
feed_composition_range *
String
Range of feed composition direct
experiment_duration *
Float
Duration of the experiment direct
identifier 0..1
String
Unique identifier for the entity CatCoreEntity

Usages

used by used in type used
Reaction operation_parameters range OperationParameters

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/catcore

Mappings

Mapping Type Mapped Value
self catcore:OperationParameters
native catcore:OperationParameters

LinkML Source

Direct

name: OperationParameters
description: Operation parameters for the reaction
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
slots:
- reactor_temperature_range
- atmosphere
- experiment_pressure
- feed_composition_range
- experiment_duration

Induced

name: OperationParameters
description: Operation parameters for the reaction
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
attributes:
  reactor_temperature_range:
    name: reactor_temperature_range
    description: Temperature range in reactor
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: voc4cat:0007032
    alias: reactor_temperature_range
    owner: OperationParameters
    domain_of:
    - OperationParameters
    range: string
    multivalued: true
  atmosphere:
    name: atmosphere
    description: Atmospheric conditions
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:atmosphere
    alias: atmosphere
    owner: OperationParameters
    domain_of:
    - PlasmaAssisted
    - CombustionSynthesis
    - MechanochemicalSynthesis
    - MolecularSynthesis
    - PowderXRD
    - InfraredSpectroscopy
    - RamanSpectroscopy
    - NMRSpectroscopy
    - Thermogravimetry
    - XPS
    - DRIFTS
    - CyclicVoltammetry
    - OperationParameters
    range: string
    multivalued: true
  experiment_pressure:
    name: experiment_pressure
    description: Pressure during experiment
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: voc4cat:0000118
    alias: experiment_pressure
    owner: OperationParameters
    domain_of:
    - OperationParameters
    range: float
    multivalued: true
    unit:
      ucum_code: bar
  feed_composition_range:
    name: feed_composition_range
    description: Range of feed composition
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:feed_composition_range
    alias: feed_composition_range
    owner: OperationParameters
    domain_of:
    - OperationParameters
    range: string
    multivalued: true
  experiment_duration:
    name: experiment_duration
    description: Duration of the experiment
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: AFR:0002455
    alias: experiment_duration
    owner: OperationParameters
    domain_of:
    - PowderXRD
    - OperationParameters
    range: float
    multivalued: true
    unit:
      ucum_code: h
  identifier:
    name: identifier
    description: Unique identifier for the entity
    from_schema: https://w3id.org/nfdi4cat/catcore
    rank: 1000
    slot_uri: catcore:identifier
    alias: identifier
    owner: OperationParameters
    domain_of:
    - CatCoreEntity
    range: string