recipe element derivation process

IRI: https://spec.industrialontologies.org/ontology/construct/RecipeElementDerivationProcess

Defined In: https://spec.industrialontologies.org/ontology/biopharma/Recipe/

SubClass Of: recipe element creation process

Class Hierarchy

owl:Thing β€Ί bfo:entity β€Ί bfo:occurrent β€Ί bfo:process β€Ί planned process β€Ί recipe element creation process β€Ί recipe element derivation process

Definition

recipe element creation process in which either a new recipe procedural element is created based on one or more existing recipe procedural elements or recipe process elements, or in which a new recipe process element is created based on one or more recipe process elements

Semi-Formal Definition:

every instance of β€˜recipe element derivation process’ is exactly a β€˜recipe element creation process’ that either has input some β€˜recipe procedural element’ or β€˜recipe process element’ and has specified output some β€˜recipe procedural element’, or has input some β€˜recipe process element’ and has specified output some β€˜recipe process element’

Usage Notes

The two branches of the equivalent class axiom for recipe element derivation process reflect different possibilities for how recipe elements can be derived. One allows for the creation of a β€˜recipe procedural element’ from either a β€˜recipe process element’ or another β€˜recipe procedural element’, while the other focuses specifically on the creation of one β€˜recipe process element’ from another. This supports modeling different derivation scenarios across recipe abstraction layers.

Examples

  • A member of the β€˜Houston Process Engineering Department’, of the β€˜StarChemicals Americas’ company, derives the β€˜Vinyl chloride monomer polymerization Unit Procedure’, from the β€˜Vinyl chloride monomer polymerization stage’ process stage. This Unit Procedure, which can take place in any of these Jacketed Reactors JR-101/JR-102/JR-103/JR-104, comprises the following sequence of recipe operations: β€˜Setup process operation’, followed by a β€˜Charge water, additives and monomer process operation’, followed by a β€˜Polymerization process operation’, finishing with a β€˜Post-polymerization process operation’.

Adapted From

  • ISA-88 Part 1

Formal Axioms

First-Order Logic Definition

RecipeElementDerivationProcess(x) ↔ RecipeElementCreationProcess(x) ∧ 
((βˆƒi((RecipeProceduralElement(i) ∨ RecipeProcessElement(i)) ∧ hasInput(x,i)) ∧ βˆƒo(RecipeProceduralElement(o) ∧ hasSpecifiedOutput(x,o))) ∨ 
 (βˆƒi(RecipeProcessElement(i) ∧ hasInput(x,i)) ∧ βˆƒo(RecipeProcessElement(o) ∧ hasSpecifiedOutput(x,o))))

Description Logic


Back to top

Copyright © 2024–2026 Open Applications Group / Industrial Ontology Foundry. Distributed under an MIT license.