recipe derivation process
IRI: https://spec.industrialontologies.org/ontology/construct/RecipeDerivationProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/Recipe/
SubClass Of: recipe creation process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ recipe creation process βΊ recipe derivation process
Definition
recipe creation process in which a new recipe is created based on one or more existing recipes, recipe process elements, or recipe procedural elements
Semi-Formal Definition:
every instance of βrecipe derivation processβ is defined as exactly an instance of βrecipe creation processβ that βhas inputβ some βrecipeβ, βrecipe procedural elementβ, or βrecipe process elementβ
Explanatory Notes
This process involves reusing, adapting, or recombining parts of existing recipe structures to generate a new recipe that may reflect different production contexts, equipment capabilities, regulatory constraints, or product variations. Derivation may occur at the level of entire recipes or at the level of subcomponents such as recipe procedures, unit procedures, or process stages.
Examples
- A member of the βHouston Process Engineering Departmentβ, of the βStarChemicals Americasβ company, derives the βSR-PVC-SUSP-HOU-V5β Site Recipe from the βGR-PVC-SUSP-V1β General Recipe. It employs the Recipe Process βPVC granular resin production process Houstonβ, which comprises the following sequence of process stages βVinyl chloride monomer polymerization stageβ, βWater Separation stageβ, and βSpray Drying stageβ, to transform the Vinyl Chloride Monomer (2200 lb) raw material into ~980 kg of PVC granular resin product, employing the following Consumables: Deionized Water (1057 Gallons), Suspension Agent Polyvinyl Alcohol (CAS No.9002-89-5), by Wacker Chemie AG (11 lbs or target value), Benzoyl Peroxide Initiator (CAS No. 94-36-0), by Akzo Nobel (2.2 lbs or target value), Sodium Bicarbonate (CAS No. 144-55-8), by Church & Dwight Co (1.1 lbs. or target value).
Adapted From
- ISA-88 Part 1
Formal Axioms
First-Order Logic Definition
RecipeDerivationProcess(x) β RecipeCreationProcess(x) β§ βi((Recipe(i) β¨ RecipeProceduralElement(i) β¨ RecipeProcessElement(i)) β§ hasInput(x, i))
Description Logic
constr:RecipeDerivationProcess β‘ constr:RecipeCreationProcess β β constr:hasInput .(constr:Recipe β constr:RecipeProceduralElement β constr:RecipeProcessElement)
constr:RecipeDerivationProcess β constr:RecipeCreationProcess
EquivalentTo: constr:RecipeCreationProcess and constr:hasInput some (constr:Recipe or constr:RecipeProceduralElement or constr:RecipeProcessElement)
SubClassOf: constr:RecipeCreationProcess