Reaction
Schema class name
In the CoreMeta4Cat schema this class is named CatalyticReaction (not Reaction) to avoid name conflicts with identically named classes in top-level profiles such as chemdcat-ap. The simplified name Reaction is used throughout this documentation for readability. When writing data files or referencing the class programmatically, always use the full schema name CatalyticReaction.
The Reaction data class defines metadata required to document catalytic testing procedures, reactor configurations, operating conditions, and analytical methods. It provides structured descriptors necessary to contextualize catalytic performance data.
Core fields include reactor design type, operational parameters, and product identification and quantification methods. The class also specifies metadata required to report and evaluate catalyst performance metrics, enabling structured comparison across experimental studies.
Legend
-
Description:A short description for Comprehension purposes
-
Data Type: This specifies exactly what kind of information belongs in this field. Most simply, it could be a direct value, such as a number (float) or a piece of text (string). However, the Data Type can also point to another Class in the schema. When this happens, the field is not just a single value; it becomes a structured container. Designating a Class as the Data Type causes the field to contain a complete structured record, defined entirely by its own comprehensive collection of specific fields. Consequently, this allows for the systematic construction of complex data structures via organized, nested information layers within the broader schema architecture.
-
Cardinality: This controls how many entries a specific data field must have. It defines if a field is required or optional, and whether it can accept a single value versus a list of multiple values.
-
CURIE: A CURIE (Compact URI) is a short, easy-to-read reference that acts as a useful shortcut for a long, complex web address. Instead of seeing a full URL, you will see a two-part reference like gene:symbol, where the parts are separated by a colon. The first part is the prefix (a short code for the source website), and the second is the local identifier for the specific item. This structure is much easier to read and type, making the schema less cluttered and reducing errors. The full web link (URI) for the CURIE is always available if you click the provided link.
-
Schema Reference: This link directs you to the complete, technical documentation for this part of the schema. This detailed view is generated automatically by LinkML's documentation tool and provides all underlying rules, data types, and complex relationships for expert users and developers.
-
Slots: A Slot represents an individual data field or attribute that belongs to a specific Class (entity type) within the schema. If a Class defines an entity like 'Book', the Slots define the individual pieces of information about that book, such as the 'title', 'author', and 'ISBN'. Essentially, Slots are the essential building blocks that define the characteristics and permissible data for every record in the schema.
-
Enumerations: Often called an Enum, Enumerations are a predefined, fixed list of permissible values that a Slot can accept. It is used to strictly limit the available choices for a data field to ensure consistency and prevent errors. For example, a 'Status' field might be restricted to the Enumeration list of only 'Active', 'Inactive', or 'Pending'. Any data entered that is not on this limited list is considered invalid by the schema.
Slots
catalyst quantity (Recommended, Multivalued)
Description: Mass of catalyst loaded into the reactor.
Data Type: Mass
Cardinality: Recommended, Multivalued
CURIE: coremeta4cat:catalyst_quantity
Schema Reference: catalyst_quantity
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Schema Reference: Mass
Possible Subclasses / Enumerations of Mass:
MolarMass
Description: A Mass (physical quality) that quantifies the mass of a homogeneous ChemicalSubstance containing 6.02 x 10^23 atoms or molecules.
CURIE: AFR:0002409
Schema Reference: MolarMass
catalyst type (Recommended, Multivalued)
Description: The catalytic regime of the reaction (e.g. heterogeneous, homogeneous, biocatalysis, electrocatalysis, photocatalysis). For the physical form/presentation of the catalyst itself, use catalyst_form instead.
Deliberately kept recommended rather than required (see nfdi4cat/
CoreMeta4Cat#117): classification here can be genuinely disputed or
not yet covered by CatalysisResearchFieldEnum for a novel catalyst,
and forcing a value would push researchers into a premature or
contested classification rather than leaving the field unset until
consensus/vocabulary catches up. Open for discussion in a follow-up
issue if a different tradeoff is wanted. See also nfdi4cat/
CoreMeta4Cat#116 on whether this two-slot design (catalyst_type +
catalyst_form) or PR #118's CatalystType class hierarchy should be
the long-term mechanism -- kept as two enums here because the
VOC4CAT terms show CatalystType conflates the regime axis
(Heterogeneous/Homogeneous/Bio/Electro/Photo) with the physical-form
axis (ThinFilm/Bulk/Powdered/DepositedSample/Supported -- identical
VOC4CAT ids to catalyst_form's permissible values), which are
independent and often both apply to the same catalyst at once.
Data Type: CatalysisResearchFieldEnum
Cardinality: Recommended, Multivalued
CURIE: VOC4CAT:0007014
Schema Reference: catalyst_type
catalyst form (Recommended, Multivalued)
Description: The physical form or presentation of the catalyst as loaded into the reactor (e.g. thin film, bulk, powder, supported). A separate axis from catalyst_type (the catalytic regime).
Data Type: CatalystFormEnum
Cardinality: Recommended, Multivalued
Schema Reference: catalyst_form
reaction name (Recommended)
Description: A name for the catalytic reaction which assigns the reactants and (desired) products (e.g. "ammonia synthesis", "Fischer-Tropsch synthesis").
Data Type: string
Cardinality: Recommended
CURIE: VOC4CAT:0007009
Schema Reference: reaction_name
reactor temperature range (Optional, Multivalued)
Description: Temperature range in the reactor during the reaction, provided as a QuantitativeRange with min_value and max_value (unit_code: "Cel"). For a single set-point, set min_value equal to max_value.
Data Type: QuantitativeRange
Cardinality: Optional, Multivalued
CURIE: VOC4CAT:0007032
Schema Reference: reactor_temperature_range
Data Type Class Details:
QuantitativeRange
Description: A quantitative property expressed as a range between a lower and upper bound, sharing a common unit. Used where an experiment operates over a range of conditions (e.g. a temperature sweep, a feed concentration window).
Aligned to qudt:Quantity (as in the DCAT-AP-PLUS QuantitativeAttribute pattern) but with min_value / max_value instead of a single value to represent an interval rather than a point value. Provide the shared unit as a QUDT DefinedTerm.
CURIE: qudt:Quantity
Schema Reference: QuantitativeRange
Slots
title (Optional)
Description: No description available
Data Type: string
Cardinality: Optional
Schema Reference: title
description (Optional)
Description: No description available
Data Type: string
Cardinality: Optional
Schema Reference: description
has atmosphere (Optional, Multivalued)
Description: Gaseous environment or atmospheric conditions during a process.
Data Type: Atmosphere
Cardinality: Optional, Multivalued
CURIE: VOC4CAT:0007809
Schema Reference: has_atmosphere
Data Type Class Details:
Atmosphere
Description: A qualitative descriptor of the gaseous environment or atmospheric conditions during a process (e.g. "air", "N2", "5% H2/Ar").
CURIE: coremeta4cat:Atmosphere
Schema Reference: Atmosphere
Possible Subclasses / Enumerations of Atmosphere:
CalcinationGaseousEnvironment
Description: The specific gaseous environment maintained during a calcination step (e.g. "air", "N2", "10% O2/N2").
CURIE: VOC4CAT:0000055
Schema Reference: CalcinationGaseousEnvironment
experiment pressure (Optional, Multivalued)
Description: Total pressure in the reactor during the experiment.
Data Type: Pressure
Cardinality: Optional, Multivalued
CURIE: VOC4CAT:0000118
Schema Reference: experiment_pressure
Data Type Class Details:
feed composition range (Optional, Multivalued)
Description: Feed composition range studied, provided as a QuantitativeRange. Express concentration bounds in an appropriate unit (e.g. "mol/L", "%" for vol% or mol%). For fixed-composition experiments use reactant.has_concentration.
Data Type: QuantitativeRange
Cardinality: Optional, Multivalued
CURIE: coremeta4cat:feed_composition_range
Schema Reference: feed_composition_range
Data Type Class Details:
QuantitativeRange
Description: A quantitative property expressed as a range between a lower and upper bound, sharing a common unit. Used where an experiment operates over a range of conditions (e.g. a temperature sweep, a feed concentration window).
Aligned to qudt:Quantity (as in the DCAT-AP-PLUS QuantitativeAttribute pattern) but with min_value / max_value instead of a single value to represent an interval rather than a point value. Provide the shared unit as a QUDT DefinedTerm.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has experiment duration (Optional)
Description: Total duration of the experiment or measurement run.
Data Type: Duration
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_experiment_duration
Data Type Class Details:
Duration
Description: A quantitative measure of elapsed time (duration of a process step).
CURIE: qudt:Quantity
Schema Reference: Duration
product identification method (Mandatory, Multivalued)
Description: The analytical method used to identify and/or quantify reaction products. Should reference a CharacterizationTechnique instance (e.g. GCMS, HPLC_MS). The abstract stub ProductIdentificationMethod is retained for backward compatibility.
Data Type: ProductIdentificationMethod
Cardinality: Mandatory, Multivalued
CURIE: coremeta4cat:product_identification_method
Schema Reference: product_identification_method
Data Type Class Details:
ProductIdentificationMethod
Description: Abstract Plan representing the method used to identify and quantify reaction products. In practice, users should reference a concrete CharacterizationTechnique subclass from coremeta4cat_characterization_ap (e.g. GCMS, HPLC_MS, NMRSpectroscopy).
This abstract class is retained for backward compatibility with the original CoreMeta4Cat monolith. It is a subclass of CatalysisPlan (which is itself a Plan, prov:Plan / OBI:0000272) so that it can participate in the realized_plan slot, and so it (and every other CoreMeta4Cat protocol/technique class) can carry a persistent id.
CURIE: OBI:0000272
Schema Reference: ProductIdentificationMethod
Slots
id (Optional)
Description: No description available
Data Type: string
Cardinality: Optional
Schema Reference: id
used starting material (Recommended, Multivalued)
Description: The slot to specify the StartingMaterial(s) of a ChemicalReaction.
Data Type: StartingMaterial
Cardinality: Recommended, Multivalued
CURIE: RO:0004009
Schema Reference: used_starting_material
Data Type Class Details:
StartingMaterial
Description: A ChemicalSubstance with that has a starting material role in a synthesis.
CURIE: PROCO:0000029
Schema Reference: StartingMaterial
Slots
has molar equivalent (Optional)
Description: A slot to provide the MolarEquivalent of a ChemicalSubstance, such as the DissolvingSubstance, Starting Material or Reactant, within the context of a chemical reaction.
Data Type: MolarEquivalent
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_molar_equivalent
Data Type Class Details:
MolarEquivalent
Description: A dimensionless ratio that quantifies the stoichiometric proportion of a chemical substance relative to a reference substance in a chemical reaction.
CURIE: qudt:Quantity
Schema Reference: MolarEquivalent
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Schema Reference: Temperature
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Schema Reference: Volume
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Schema Reference: Density
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has concentration (Optional)
Description: The slot to provide the Concentration of a ChemicalSubstance.
Data Type: Concentration
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_concentration
Data Type Class Details:
Concentration
Description: A QuantitativeAttribute of a ChemicalSubstance that represents the amount of a constituent divided by the volume of the mixture.
CURIE: CHMO:0002820
Schema Reference: Concentration
has ph value (Optional)
Description: The slot to provide the PHValue of a ChemicalSubstance.
Data Type: PHValue
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_ph_value
Data Type Class Details:
composed of (Recommended, Multivalued)
Description: The slot to provide the chemical entities of which a ChemicalSubstance is composed of.
Data Type: ChemicalEntity
Cardinality: Recommended, Multivalued
CURIE: BFO:0000051
Schema Reference: composed_of
Data Type Class Details:
ChemicalEntity
Description: Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.
CURIE: CHEBI:23367
Schema Reference: ChemicalEntity
Slots
inchi (Recommended)
Description: The slot to provide the InChi descriptor of a ChemicalEntity.
Data Type: InChi
Cardinality: Recommended
CURIE: SIO:000008
Schema Reference: inchi
Data Type Class Details:
InChi
Description: A structure descriptor which conforms to the InChI format specification.
CURIE: CHEMINF:000113
Schema Reference: InChi
inchikey (Recommended)
Description: The slot to provide the InChiKey of a ChemicalEntity.
Data Type: InChIKey
Cardinality: Recommended
CURIE: SIO:000008
Schema Reference: inchikey
Data Type Class Details:
smiles (Recommended)
Description: The slot to provide the canonical SMILES descriptor of a ChemicalEntity.
Data Type: SMILES
Cardinality: Recommended
CURIE: SIO:000008
Schema Reference: smiles
Data Type Class Details:
SMILES
Description: A structure descriptor that denotes a molecular structure as a graph and conforms to the SMILES format specification.
CURIE: CHEMINF:000018
Schema Reference: SMILES
molecular formula (Recommended)
Description: The slot to provide the IUPAC formula of a ChemicalEntity.
Data Type: MolecularFormula
Cardinality: Recommended
CURIE: SIO:000008
Schema Reference: molecular_formula
Data Type Class Details:
MolecularFormula
Description: A structure descriptor which identifies each constituent element by its chemical symbol and indicates the number of atoms of each element found in each discrete molecule of that compound.
CURIE: CHEMINF:000042
Schema Reference: MolecularFormula
iupac name (Recommended)
Description: The slot to provide the IUPAC name of a ChemicalEntity.
Data Type: IUPACName
Cardinality: Recommended
CURIE: SIO:000008
Schema Reference: iupac_name
Data Type Class Details:
IUPACName
Description: A systematic name which is formulated according to the rules and recommendations for chemical nomenclature set out by the International Union of Pure and Applied Chemistry (IUPAC).
CURIE: CHEMINF:000107
Schema Reference: IUPACName
has molar mass (Recommended)
Description: The slot to provide the MolarMass of a ChemicalEntity.
Data Type: MolarMass
Cardinality: Recommended
CURIE: SIO:000008
Schema Reference: has_molar_mass
Data Type Class Details:
MolarMass
Description: A Mass (physical quality) that quantifies the mass of a homogeneous ChemicalSubstance containing 6.02 x 10^23 atoms or molecules.
CURIE: AFR:0002409
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has amount (Optional)
Description: The slot to provide the AmountConcentration of a ChemicalSubstance.
Data Type: AmountOfSubstance
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_amount
Data Type Class Details:
AmountOfSubstance
Description: The total amount of substance used in a ChemicalReaction.
CURIE: qudt:Quantity
Schema Reference: AmountOfSubstance
used reactant (Recommended, Multivalued)
Description: The slot to specify the Reagent(s) of a ChemicalReaction.
Data Type: Reagent
Cardinality: Recommended, Multivalued
CURIE: RO:0004009
Schema Reference: used_reactant
Data Type Class Details:
Reagent
Description: A ChemicalSubstance that is consumed or transformed in a ChemicalReaction.
CURIE: SIO:010411
Schema Reference: Reagent
Slots
has molar equivalent (Optional)
Description: A slot to provide the MolarEquivalent of a ChemicalSubstance, such as the DissolvingSubstance, Starting Material or Reactant, within the context of a chemical reaction.
Data Type: MolarEquivalent
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_molar_equivalent
Data Type Class Details:
MolarEquivalent
Description: A dimensionless ratio that quantifies the stoichiometric proportion of a chemical substance relative to a reference substance in a chemical reaction.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has concentration (Optional)
Description: The slot to provide the Concentration of a ChemicalSubstance.
Data Type: Concentration
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_concentration
Data Type Class Details:
Concentration
Description: A QuantitativeAttribute of a ChemicalSubstance that represents the amount of a constituent divided by the volume of the mixture.
CURIE: CHMO:0002820
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has ph value (Optional)
Description: The slot to provide the PHValue of a ChemicalSubstance.
Data Type: PHValue
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_ph_value
Data Type Class Details:
PHValue
Description: No description available
CURIE: SIO:001089
Full field list already shown earlier on this page -- this class is reached from multiple fields.
composed of (Recommended, Multivalued)
Description: The slot to provide the chemical entities of which a ChemicalSubstance is composed of.
Data Type: ChemicalEntity
Cardinality: Recommended, Multivalued
CURIE: BFO:0000051
Schema Reference: composed_of
Data Type Class Details:
ChemicalEntity
Description: Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.
CURIE: CHEBI:23367
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has amount (Optional)
Description: The slot to provide the AmountConcentration of a ChemicalSubstance.
Data Type: AmountOfSubstance
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_amount
Data Type Class Details:
AmountOfSubstance
Description: The total amount of substance used in a ChemicalReaction.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
generated product (Recommended, Multivalued)
Description: The slot to specify the Product(s) of a ChemicalReaction.
Data Type: ChemicalProduct
Cardinality: Recommended, Multivalued
CURIE: RO:0004008
Schema Reference: generated_product
Data Type Class Details:
ChemicalProduct
Description: A chemical substance that is produced by a ChemicalReaction.
CURIE: NCIT:C48810
Schema Reference: ChemicalProduct
Slots
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has concentration (Optional)
Description: The slot to provide the Concentration of a ChemicalSubstance.
Data Type: Concentration
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_concentration
Data Type Class Details:
Concentration
Description: A QuantitativeAttribute of a ChemicalSubstance that represents the amount of a constituent divided by the volume of the mixture.
CURIE: CHMO:0002820
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has ph value (Optional)
Description: The slot to provide the PHValue of a ChemicalSubstance.
Data Type: PHValue
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_ph_value
Data Type Class Details:
PHValue
Description: No description available
CURIE: SIO:001089
Full field list already shown earlier on this page -- this class is reached from multiple fields.
composed of (Recommended, Multivalued)
Description: The slot to provide the chemical entities of which a ChemicalSubstance is composed of.
Data Type: ChemicalEntity
Cardinality: Recommended, Multivalued
CURIE: BFO:0000051
Schema Reference: composed_of
Data Type Class Details:
ChemicalEntity
Description: Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.
CURIE: CHEBI:23367
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has amount (Optional)
Description: The slot to provide the AmountConcentration of a ChemicalSubstance.
Data Type: AmountOfSubstance
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_amount
Data Type Class Details:
AmountOfSubstance
Description: The total amount of substance used in a ChemicalReaction.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
used catalyst (Recommended, Multivalued)
Description: The slot to specify the Catalyst of a ChemicalReaction.
Data Type: Catalyst
Cardinality: Recommended, Multivalued
CURIE: RXNO:0000425
Schema Reference: used_catalyst
Data Type Class Details:
Catalyst
Description: A ChemicalSubstance or MaterialEntity that initiates or accelerates a ChemicalReaction without itself being affected.
CURIE: SIO:010344
Schema Reference: Catalyst
Slots
has molar equivalent (Optional)
Description: A slot to provide the MolarEquivalent of a ChemicalSubstance, such as the DissolvingSubstance, Starting Material or Reactant, within the context of a chemical reaction.
Data Type: MolarEquivalent
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_molar_equivalent
Data Type Class Details:
MolarEquivalent
Description: A dimensionless ratio that quantifies the stoichiometric proportion of a chemical substance relative to a reference substance in a chemical reaction.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has concentration (Optional)
Description: The slot to provide the Concentration of a ChemicalSubstance.
Data Type: Concentration
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_concentration
Data Type Class Details:
Concentration
Description: A QuantitativeAttribute of a ChemicalSubstance that represents the amount of a constituent divided by the volume of the mixture.
CURIE: CHMO:0002820
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has ph value (Optional)
Description: The slot to provide the PHValue of a ChemicalSubstance.
Data Type: PHValue
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_ph_value
Data Type Class Details:
PHValue
Description: No description available
CURIE: SIO:001089
Full field list already shown earlier on this page -- this class is reached from multiple fields.
composed of (Recommended, Multivalued)
Description: The slot to provide the chemical entities of which a ChemicalSubstance is composed of.
Data Type: ChemicalEntity
Cardinality: Recommended, Multivalued
CURIE: BFO:0000051
Schema Reference: composed_of
Data Type Class Details:
ChemicalEntity
Description: Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.
CURIE: CHEBI:23367
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has amount (Optional)
Description: The slot to provide the AmountConcentration of a ChemicalSubstance.
Data Type: AmountOfSubstance
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_amount
Data Type Class Details:
AmountOfSubstance
Description: The total amount of substance used in a ChemicalReaction.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
used solvent (Recommended, Multivalued)
Description: The slot to specify the chemical substance that had a solvent role (CHEBI:35223) in a ChemicalReaction.
Data Type: DissolvingSubstance
Cardinality: Recommended, Multivalued
CURIE: prov:wasAssociatedWith
Schema Reference: used_solvent
Data Type Class Details:
DissolvingSubstance
Description: A liquid ChemicalSubstance that dissolves or that is capable of dissolving a ChemicalSubstance.
CURIE: SIO:010417
Schema Reference: DissolvingSubstance
Slots
has percentage of total (Optional)
Description: A slot to specify the percentage of a specific ChemicalSubstance in relation to the total amount of that same substance used across a multi-step reaction.
Data Type: PercentageOfTotal
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_percentage_of_total
Data Type Class Details:
PercentageOfTotal
Description: A dimensionless ratio that quantifies the stoichiometric proportion of a chemical substance relative to a reference substance in a chemical reaction.
CURIE: qudt:Quantity
Schema Reference: PercentageOfTotal
has concentration (Optional)
Description: The slot to provide the Concentration of a ChemicalSubstance.
Data Type: Concentration
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_concentration
Data Type Class Details:
Concentration
Description: A QuantitativeAttribute of a ChemicalSubstance that represents the amount of a constituent divided by the volume of the mixture.
CURIE: CHMO:0002820
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has ph value (Optional)
Description: The slot to provide the PHValue of a ChemicalSubstance.
Data Type: PHValue
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_ph_value
Data Type Class Details:
PHValue
Description: No description available
CURIE: SIO:001089
Full field list already shown earlier on this page -- this class is reached from multiple fields.
composed of (Recommended, Multivalued)
Description: The slot to provide the chemical entities of which a ChemicalSubstance is composed of.
Data Type: ChemicalEntity
Cardinality: Recommended, Multivalued
CURIE: BFO:0000051
Schema Reference: composed_of
Data Type Class Details:
ChemicalEntity
Description: Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity.
CURIE: CHEBI:23367
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has amount (Optional)
Description: The slot to provide the AmountConcentration of a ChemicalSubstance.
Data Type: AmountOfSubstance
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_amount
Data Type Class Details:
AmountOfSubstance
Description: The total amount of substance used in a ChemicalReaction.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has duration (Optional)
Description: A slot to provide the duration of a ChemicalReaction.
Data Type: duration
Cardinality: Optional
CURIE: schema:duration
Schema Reference: has_duration
used reactor (Mandatory, Multivalued)
Description: The slot to specify the reactor used in a ChemicalReaction.
Data Type: Reactor
Cardinality: Mandatory, Multivalued
CURIE: prov:wasAssociatedWith
Schema Reference: used_reactor
Data Type Class Details:
Reactor
Description: A reactor is a container for controlling a biological or chemical reaction or process.
CURIE: AFE:0000153
Schema Reference: Reactor
Slots
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
Possible Subclasses / Enumerations of Reactor:
ChemicalReactor
Abstract Class
Description: Abstract Reactor (chemdcat-ap) subclass representing a catalytic reactor vessel.
Reactor is more specific than the general Device (AgenticEntity): it restricts the used_reactor relation (is_a: carried_out_by) on Reaction to dedicated reactor equipment. This semantic distinction separates analytical instruments (Device) from reaction vessels (Reactor). ChemicalReactor further specializes chemdcat-ap's generic Reactor for catalysis use cases.
Concrete subclasses (FixedBedReactor, CSTR, PlugFlowReactor, …) specify reactor geometry and operating mode. Linked from Reaction via used_reactor (restricted to range: ChemicalReactor).
CURIE: VOC4CAT:0007018
Schema Reference: ChemicalReactor
Slots
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
ElectrochemicalReactor
Description: Electrochemical reactor used in electrocatalytic experiments, including H-cells, flow cells, and membrane electrode assemblies.
CURIE: VOC4CAT:0000193
Schema Reference: ElectrochemicalReactor
Slots
has cathode (Recommended)
Description: The electrode where reduction occurs in an electrochemical cell. It is the negative electrode in an electrolytic cell, while it is the positive electrode in a galvanic cell.
Data Type: string
Cardinality: Recommended
CURIE: VOC4CAT:0007254
Schema Reference: has_cathode
has anode (Recommended)
Description: The electrode where oxidation occurs in an electrochemical cell. It is the positive electrode in an electrolytic cell, while it is the negative electrode in a galvanic cell.
Data Type: string
Cardinality: Recommended
CURIE: VOC4CAT:0007255
Schema Reference: has_anode
cell operating mode (Recommended)
Description: The functional mode of an electrochemical cell based on the direction of energy conversion.
Data Type: CellOperatingModeEnum
Cardinality: Recommended
CURIE: coremeta4cat:cell_operating_mode
Schema Reference: cell_operating_mode
has active area (Optional)
Description: In contrast to substrate area, the actual area of a sample or electrode which is active.
Data Type: Area
Cardinality: Optional
CURIE: VOC4CAT:0007258
Schema Reference: has_active_area
Data Type Class Details:
Area
Description: A quantitative measure of surface area (e.g. active electrode area).
CURIE: qudt:Quantity
Schema Reference: Area
faradaic current (Recommended)
Description: The current that is flowing through an electrochemical cell and is causing (or is caused by) chemical reactions.
Data Type: ElectricCurrent
Cardinality: Recommended
CURIE: VOC4CAT:0007259
Schema Reference: faradaic_current
Data Type Class Details:
ElectricCurrent
Description: A quantitative measure of electric current (e.g. faradaic current in an electrochemical cell).
CURIE: qudt:Quantity
Schema Reference: ElectricCurrent
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
CSTR
Description: Continuous stirred tank reactor (CSTR) — a well-mixed, continuous-flow reactor operating at steady state.
CURIE: VOC4CAT:0007019
Schema Reference: CSTR
Slots
stirring rate (Recommended)
Description: The rate at which the stirrer rotates, typically expressed in revolutions per unit time (e.g. revolutions per minute).
Data Type: AngularVelocity
Cardinality: Recommended
CURIE: VOC4CAT:0008114
Schema Reference: stirring_rate
Data Type Class Details:
AngularVelocity
Description: Rate of rotational motion, typically expressed in revolutions per minute.
CURIE: qudt:Quantity
Schema Reference: AngularVelocity
residence time (Recommended)
Description: The average time a unit of fluid spends inside the reactor before exiting.
Data Type: Duration
Cardinality: Recommended
Schema Reference: residence_time
Data Type Class Details:
Duration
Description: A quantitative measure of elapsed time (duration of a process step).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
reactor working volume (Recommended)
Description: Volume of the reaction chamber, calculated by its dimensions. Volume of pipes and valves connected to the reactor is not included.
Data Type: Volume
Cardinality: Recommended
CURIE: VOC4CAT:0000153
Schema Reference: reactor_working_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
reactor diameter (Optional)
Description: The internal diameter of the reactor vessel.
Data Type: LengthQuantity
Cardinality: Optional
Schema Reference: reactor_diameter
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Schema Reference: LengthQuantity
stirrer diameter (Optional)
Description: The effective diameter of the stirrer. Typically expressed as the distance across the rotating blade or mixing head from one tip to the opposite tip.
Data Type: LengthQuantity
Cardinality: Optional
CURIE: VOC4CAT:0008115
Schema Reference: stirrer_diameter
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
reactor stirrer type (Optional)
Description: The category of mechanical or magnetic agitation device used in the reactor, such as a magnetic stirrer or an overhead mechanical (steel shaft) stirrer. Distinct from the synthesis-context stirrer_type slot (coremeta4cat_synthesis_ap), since reactor and synthesis-vessel stirring may use different equipment.
Data Type: string
Cardinality: Optional
CURIE: VOC4CAT:0008113
Schema Reference: reactor_stirrer_type
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
PlugFlowReactor
Description: Plug flow reactor (PFR) — a tubular reactor in which reactant composition varies along the axis with no axial mixing.
CURIE: VOC4CAT:0007102
Schema Reference: PlugFlowReactor
Slots
tube length (Recommended)
Description: The length of the tubular reaction chamber.
Data Type: LengthQuantity
Cardinality: Recommended
Schema Reference: tube_length
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
tube internal diameter (Recommended)
Description: The internal diameter of the tubular reaction chamber.
Data Type: LengthQuantity
Cardinality: Recommended
Schema Reference: tube_internal_diameter
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
flow direction (Recommended)
Description: The direction of reactant flow through the tube (e.g. upflow, downflow, horizontal).
Data Type: string
Cardinality: Recommended
Schema Reference: flow_direction
number of tubes (Recommended)
Description: The number of parallel tubes in the reactor.
Data Type: integer
Cardinality: Recommended
Schema Reference: number_of_tubes
tube material (Recommended)
Description: Material used for the construction of the reactor tube(s).
Data Type: string
Cardinality: Recommended
Schema Reference: tube_material
catalyst particle size (Recommended)
Description: A measure of the characteristic linear dimension of a particle in a sample, typically reported as diameter or sieve fraction range.
Data Type: LengthQuantity
Cardinality: Recommended
CURIE: VOC4CAT:0008212
Schema Reference: catalyst_particle_size
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
Autoclave
Description: Autoclave reactor — a sealed pressure vessel for batch reactions at elevated temperature and/or pressure.
CURIE: NCIT:C93052
Schema Reference: Autoclave
Slots
agitation type (Recommended)
Description: The category of agitation used inside the autoclave (e.g. magnetic stirring, mechanical overhead stirring, rocking, none).
Data Type: string
Cardinality: Recommended
Schema Reference: agitation_type
reaction chamber material (Recommended)
Description: Material used for the construction of the inner reaction chamber (the surface in direct contact with the reaction mixture). Distinct from vessel_material, the material of the outer pressure vessel/shell.
Data Type: string
Cardinality: Recommended
CURIE: VOC4CAT:0000156
Schema Reference: reaction_chamber_material
vessel internal volume (Recommended)
Description: The internal (working) volume of the autoclave vessel.
Data Type: Volume
Cardinality: Recommended
Schema Reference: vessel_internal_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
vessel material (Recommended)
Description: Material used for the construction of the outer autoclave vessel/ pressure shell. Distinct from reaction_chamber_material, the material of the inner reaction chamber lining.
Data Type: string
Cardinality: Recommended
Schema Reference: vessel_material
batch duration (Recommended)
Description: The total duration of the batch reaction inside the autoclave, from start to end of the reaction step.
Data Type: Duration
Cardinality: Recommended
Schema Reference: batch_duration
Data Type Class Details:
Duration
Description: A quantitative measure of elapsed time (duration of a process step).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
SlurryReactor
Description: Slurry reactor — a three-phase reactor in which catalyst particles are suspended in a liquid phase through which gas is bubbled.
CURIE: coremeta4cat:SlurryReactor
Schema Reference: SlurryReactor
Slots
catalyst particle size (Recommended)
Description: A measure of the characteristic linear dimension of a particle in a sample, typically reported as diameter or sieve fraction range.
Data Type: LengthQuantity
Cardinality: Recommended
CURIE: VOC4CAT:0008212
Schema Reference: catalyst_particle_size
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
gas liquid ratio (Recommended)
Description: The volumetric ratio of gas to liquid phase in the slurry reactor.
Data Type: float
Cardinality: Recommended
Schema Reference: gas_liquid_ratio
agitation sparging rate (Recommended)
Description: The volumetric flow rate at which gas is sparged/bubbled through the liquid phase, or the rate of mechanical agitation used to maintain the slurry suspension.
Data Type: VolumeFlowRate
Cardinality: Recommended
Schema Reference: agitation_sparging_rate
Data Type Class Details:
VolumeFlowRate
Description: Volume of fluid passing a given point per unit time.
CURIE: qudt:Quantity
Schema Reference: VolumeFlowRate
impeller type (Recommended)
Description: The category of impeller used to agitate and suspend the slurry (e.g. Rushton turbine, pitched blade, anchor).
Data Type: string
Cardinality: Recommended
Schema Reference: impeller_type
agitation speed (Recommended)
Description: The rotational speed of the agitator/impeller, typically expressed in revolutions per unit time.
Data Type: AngularVelocity
Cardinality: Recommended
Schema Reference: agitation_speed
Data Type Class Details:
AngularVelocity
Description: Rate of rotational motion, typically expressed in revolutions per minute.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
Microreactor
Description: Microreactor — a miniaturised flow reactor with characteristic dimensions in the sub-millimetre range, enabling precise thermal control and rapid screening.
CURIE: VOC4CAT:0000234
Schema Reference: Microreactor
Slots
channel material (Recommended)
Description: Material used for the construction of the microreactor channels.
Data Type: string
Cardinality: Recommended
Schema Reference: channel_material
channel dimensions (Recommended, Multivalued)
Description: The characteristic dimensions (e.g. width, depth) of the microreactor channels.
Data Type: LengthQuantity
Cardinality: Recommended, Multivalued
Schema Reference: channel_dimensions
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
number of channels (Recommended)
Description: The number of parallel channels in the microreactor.
Data Type: integer
Cardinality: Recommended
Schema Reference: number_of_channels
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
FixedBedReactor
Description: Fixed bed reactor — a tubular reactor packed with a stationary catalyst bed. The most common reactor type in heterogeneous catalysis testing.
CURIE: coremeta4cat:FixedBedReactor
Schema Reference: FixedBedReactor
Slots
catalyst particle size (Recommended)
Description: A measure of the characteristic linear dimension of a particle in a sample, typically reported as diameter or sieve fraction range.
Data Type: LengthQuantity
Cardinality: Recommended
CURIE: VOC4CAT:0008212
Schema Reference: catalyst_particle_size
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
catalyst bed diameter (Recommended)
Description: The internal diameter of the packed catalyst bed section.
Data Type: LengthQuantity
Cardinality: Recommended
Schema Reference: catalyst_bed_diameter
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
catalyst bed volume (Recommended)
Description: The bulk volume taken up by the catalyst and potential diluent in a fixed bed reactor.
Data Type: Volume
Cardinality: Recommended
CURIE: VOC4CAT:0007021
Schema Reference: catalyst_bed_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
catalyst dilution material (Optional)
Description: An inert solid mixed with catalyst particles in a fixed bed to modify bed properties (e.g. improve heat/mass transfer, dilute activity).
Data Type: string
Cardinality: Optional
CURIE: VOC4CAT:0008218
Schema Reference: catalyst_dilution_material
catalyst bed height (Optional)
Description: The axial length of the packed catalyst section in a reactor, measured along the direction of flow.
Data Type: LengthQuantity
Cardinality: Optional
CURIE: VOC4CAT:0008217
Schema Reference: catalyst_bed_height
Data Type Class Details:
LengthQuantity
Description: A quantitative measure of length or spatial dimension (nm, mm, cm).
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
FluidizedBedReactor
Description: Fluidized bed reactor — a reactor in which the catalyst particles are suspended in an upward-flowing gas or liquid stream.
CURIE: coremeta4cat:FluidizedBedReactor
Schema Reference: FluidizedBedReactor
Slots
gas distributor type (Optional, Multivalued)
Description: Type or design of the gas distributor plate in a fluidized bed reactor.
Data Type: string
Cardinality: Optional, Multivalued
CURIE: coremeta4cat:gas_distributor_type
Schema Reference: gas_distributor_type
bed expansion height (Optional, Multivalued)
Description: Height of bed expansion above the settled bed height under operating conditions.
Data Type: float
Cardinality: Optional, Multivalued
CURIE: coremeta4cat:bed_expansion_height
Schema Reference: bed_expansion_height
Unit: cm
bubble size distribution (Optional)
Description: Description or characterization of bubble size distribution in the fluidized bed.
Data Type: string
Cardinality: Optional
CURIE: coremeta4cat:bubble_size_distribution
Schema Reference: bubble_size_distribution
alternative label (Optional)
Description: The slot to specify an alternative label, name or title for a MaterialEntity.
Data Type: string
Cardinality: Optional
CURIE: skos:altLabel
Schema Reference: alternative_label
has physical state (Optional)
Description: The slot to specify the physical state of a MaterialEntity.
Data Type: PhysicalStateEnum
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_physical_state
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has mass (Optional)
Description: The slot to provide the Mass of a MaterialEntity.
Data Type: Mass
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_mass
Data Type Class Details:
Mass
Description: The strength of a body's gravitational attraction to other bodies.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has volume (Optional)
Description: The slot to provide the Volume of a MaterialEntity.
Data Type: Volume
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_volume
Data Type Class Details:
Volume
Description: A measure of regions in three-dimensional space.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has density (Optional)
Description: The slot to provide the Density of a MaterialEntity.
Data Type: Density
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_density
Data Type Class Details:
Density
Description: A measure of the mass per unit volume of a substance.
CURIE: SIO:001406
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has yield (Optional)
Description: A slot to provide the percentage of how much of the ChemicalProduct was produced by a ChemicalReaction.
Data Type: Yield
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_yield
Data Type Class Details:
Yield
Description: A dimensionless physical quantity describing the fraction of a product B that is formed from a reactant A taking into account the stoichiometry. If A fully reacts to B without side-reactions, the yield of product B is 1 (or 100 %).
CURIE: CHMO:0002855
Schema Reference: Yield
has reaction step (Optional, Multivalued)
Description: A slot to specify a step (part) of a ChemicalReaction that is itself a ChemicalReaction.
Data Type: ChemicalReaction
Cardinality: Optional, Multivalued
CURIE: BFO:0000051
Schema Reference: has_reaction_step
Data Type Class Details:
ChemicalReaction
Description: A process that leads to the transformation of one set of chemical substances to another and that is the subject matter of a DataGeneratingActivity.
CURIE: SIO:010345
Schema Reference: ChemicalReaction
Slots
used starting material (Recommended, Multivalued)
Description: The slot to specify the StartingMaterial(s) of a ChemicalReaction.
Data Type: StartingMaterial
Cardinality: Recommended, Multivalued
CURIE: RO:0004009
Schema Reference: used_starting_material
Data Type Class Details:
StartingMaterial
Description: A ChemicalSubstance with that has a starting material role in a synthesis.
CURIE: PROCO:0000029
Full field list already shown earlier on this page -- this class is reached from multiple fields.
used reactant (Recommended, Multivalued)
Description: The slot to specify the Reagent(s) of a ChemicalReaction.
Data Type: Reagent
Cardinality: Recommended, Multivalued
CURIE: RO:0004009
Schema Reference: used_reactant
Data Type Class Details:
Reagent
Description: A ChemicalSubstance that is consumed or transformed in a ChemicalReaction.
CURIE: SIO:010411
Full field list already shown earlier on this page -- this class is reached from multiple fields.
generated product (Recommended, Multivalued)
Description: The slot to specify the Product(s) of a ChemicalReaction.
Data Type: ChemicalProduct
Cardinality: Recommended, Multivalued
CURIE: RO:0004008
Schema Reference: generated_product
Data Type Class Details:
ChemicalProduct
Description: A chemical substance that is produced by a ChemicalReaction.
CURIE: NCIT:C48810
Full field list already shown earlier on this page -- this class is reached from multiple fields.
used catalyst (Recommended, Multivalued)
Description: The slot to specify the Catalyst of a ChemicalReaction.
Data Type: Catalyst
Cardinality: Recommended, Multivalued
CURIE: RXNO:0000425
Schema Reference: used_catalyst
Data Type Class Details:
Catalyst
Description: A ChemicalSubstance or MaterialEntity that initiates or accelerates a ChemicalReaction without itself being affected.
CURIE: SIO:010344
Full field list already shown earlier on this page -- this class is reached from multiple fields.
used solvent (Recommended, Multivalued)
Description: The slot to specify the chemical substance that had a solvent role (CHEBI:35223) in a ChemicalReaction.
Data Type: DissolvingSubstance
Cardinality: Recommended, Multivalued
CURIE: prov:wasAssociatedWith
Schema Reference: used_solvent
Data Type Class Details:
DissolvingSubstance
Description: A liquid ChemicalSubstance that dissolves or that is capable of dissolving a ChemicalSubstance.
CURIE: SIO:010417
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has duration (Optional)
Description: A slot to provide the duration of a ChemicalReaction.
Data Type: duration
Cardinality: Optional
CURIE: schema:duration
Schema Reference: has_duration
used reactor (Optional)
Description: The slot to specify the reactor used in a ChemicalReaction.
Data Type: Reactor
Cardinality: Optional
CURIE: prov:wasAssociatedWith
Schema Reference: used_reactor
Data Type Class Details:
Reactor
Description: A reactor is a container for controlling a biological or chemical reaction or process.
CURIE: AFE:0000153
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has temperature (Optional)
Description: The slot to provide the Temperature of a MaterialEntity or an Activity, whereas the temperature of the Activity is ontologically rooted in the temperature of the material entities that participate in the Activity.
Data Type: Temperature
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_temperature
Data Type Class Details:
Temperature
Description: A physical quantity that quantitatively expresses the attribute of hotness or coldness.
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has pressure (Optional)
Description: The slot to provide data about the pressure of a MaterialEntity or an Activity, whereas the Pressure of an Activity is ontologically a quality borne by the material entities participating in the Activity.
Data Type: Pressure
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_pressure
Data Type Class Details:
Pressure
Description: No description available
CURIE: qudt:Quantity
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has yield (Optional)
Description: A slot to provide the percentage of how much of the ChemicalProduct was produced by a ChemicalReaction.
Data Type: Yield
Cardinality: Optional
CURIE: SIO:000008
Schema Reference: has_yield
Data Type Class Details:
Yield
Description: A dimensionless physical quantity describing the fraction of a product B that is formed from a reactant A taking into account the stoichiometry. If A fully reacts to B without side-reactions, the yield of product B is 1 (or 100 %).
CURIE: CHMO:0002855
Full field list already shown earlier on this page -- this class is reached from multiple fields.
has reaction step (Optional, Multivalued)
Description: A slot to specify a step (part) of a ChemicalReaction that is itself a ChemicalReaction.
Data Type: ChemicalReaction
Cardinality: Optional, Multivalued
CURIE: BFO:0000051
Schema Reference: has_reaction_step
Data Type Class Details:
related resource (Optional, Multivalued)
Description: No description available
Data Type: string
Cardinality: Optional, Multivalued
Schema Reference: related_resource
related resource (Optional)
Description: No description available
Data Type: string
Cardinality: Optional
Schema Reference: related_resource