recipe process occurrence
IRI: https://spec.industrialontologies.org/ontology/construct/RecipeProcessOccurrence
Defined In: https://spec.industrialontologies.org/ontology/biopharma/ManufacturingExecution/
SubClass Of: recipe process element occurrence
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ recipe process element occurrence βΊ recipe process occurrence
Definition
planned process that is prescribed by some recipe process
Semi-Formal Definition:
every instance of βrecipe process action occurrenceβ is exactly an instance of βrecipe process element occurrenceβ that βis prescribed byβ some βrecipe processβ
Usage Notes
This class is intended to be a defined class used for axiomatization and assertion convenience. It is not expected nor recommended that entities will be asserted as a subclass of this class.
Examples
- see the corresponding specification class as well as the inferred hierarchy when using a reasoner such as Hermit
Formal Axioms
First-Order Logic Definition
RecipeProcessOccurrence(x) β RecipeProcessElementOccurrence(x) β§ βy (RecipeProcess(y) β§ isPrescribedBy(x, y))
Description Logic
constr:RecipeProcessOccurrence β‘ constr:RecipeProcessElementOccurrence β β constr:prescribedBy .constr:RecipeProcess
constr:RecipeProcessOccurrence β constr:RecipeProcessElementOccurrence
constr:RecipeProcessOccurrence β β bfo:has_occurrent_part .constr:RecipeProcessStageOccurrence
EquivalentTo: constr:RecipeProcessElementOccurrence and constr:prescribedBy some constr:RecipeProcess
SubClassOf: constr:RecipeProcessElementOccurrence
SubClassOf: bfo:has_occurrent_part some constr:RecipeProcessStageOccurrence