recipe process stage
IRI: https://spec.industrialontologies.org/ontology/construct/RecipeProcessStage
Defined In: https://spec.industrialontologies.org/ontology/biopharma/Recipe/
SubClass Of: recipe process element
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:generically dependent continuant βΊ information content entity βΊ plan specification βΊ recipe process element βΊ recipe process stage
Definition
recipe process element that has a partially ordered set of recipe process operations as its part
Explanatory Notes
1) ISA-88 Part 1 Section 3: A part of a process that usually operates independently from other process stages and usually results in a planned sequence of chemical or physical changes in the material being processed. 2) ISA-88 Part 1 Section 4: The process consists of one or more process stages which are organized as an ordered set, which can be serial, parallel, or both. A process stage is a part of a process that usually operates independently from other process stages. It usually results in a planned sequence of chemical or physical changes in the material being processed
Examples
- A βVinyl chloride monomer polymerization stageβ, which comprises a β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
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
There are currently insufficient constructs to represent a partially ordered set.
Formal Axioms
First-Order Logic Axioms
RecipeProcessStage(x) β RecipeProcessElement(x) β§ βy (hasContinuantPartAtAllTimes(x, y) β§ RecipeProcessOperation(y)) β§ βz (hasContinuantPartAtSomeTime(x, z) β Β¬RecipeProcess(z)) β§ βw (hasProperContinuantPartAtSomeTime(x, w) β Β¬RecipeProcessStage(w))
Semi-Formal Natural Language Axioms
if x is a βrecipe process stageβ, then x is a βrecipe process elementβ, x βhas continuant part at all timesβ some βrecipe process operationβ, x βhas continuant part at some timeβ only entities that are not a βrecipe processβ, and x βhas proper continuant part at some timeβ only entities that are not a βrecipe process stageβ
Description Logic
constr:RecipeProcessStage β constr:RecipeProcessElement
constr:RecipeProcessStage β β bfo:has_continuant_part_at_some_time .Β¬ constr:RecipeProcess
constr:RecipeProcessStage β β bfo:has_proper_continuant_part_at_some_time .Β¬ constr:RecipeProcessStage
constr:RecipeProcessStage β β bfo:has_continuant_part_at_all_times .constr:RecipeProcessOperation
constr:RecipeProcessStage β constr:RecipeProcess β β₯
constr:RecipeProcessStage β constr:RecipeProcessAction β β₯
constr:RecipeProcessStage β constr:RecipeProcessOperation β β₯
SubClassOf: constr:RecipeProcessElement
SubClassOf: bfo:has_continuant_part_at_some_time only not constr:RecipeProcess
SubClassOf: bfo:has_proper_continuant_part_at_some_time only not constr:RecipeProcessStage
SubClassOf: bfo:has_continuant_part_at_all_times some constr:RecipeProcessOperation
constr:RecipeProcessStage DisjointWith: (constr:RecipeProcess, constr:RecipeProcessAction, constr:RecipeProcessOperation)