recipe element creation process
IRI: https://spec.industrialontologies.org/ontology/construct/RecipeElementCreationProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/Recipe/
SubClass Of: planned process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ recipe element creation process
Direct subclasses:
Definition
planned process in which some agent creates a recipe process element or recipe procedural element
Semi-Formal Definition:
every instance of a βrecipe element creation processβ is exactly an instance of a βplanned processβ that βhas participant at some timeβ some βagentβ and βhas specified outputβ some βrecipe procedural elementβ or βrecipe process elementβ
Examples
- A member of the βPolymer Process Development Teamβ of the βStarChemicalsβ company, creates the βVinyl chloride monomer polymerization stageβ process stage. It comprises the following sequence of process 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
RecipeElementCreationProcess(x) β PlannedProcess(x) β§ βa(Agent(a) β§ hasParticipantAtSomeTime(x,a)) β§ βo((RecipeProceduralElement(o) β¨ RecipeProcessElement(o)) β§ hasSpecifiedOutput(x,o))
Description Logic
constr:RecipeElementCreationProcess β‘ constr:PlannedProcess β β bfo:has_participant_at_some_time .constr:Agent β β constr:hasSpecifiedOutput .(constr:RecipeProceduralElement β constr:RecipeProcessElement)
constr:RecipeElementCreationProcess β constr:PlannedProcess
constr:RecipeElementCreationProcess β constr:RecipeCreationProcess β β₯
EquivalentTo: constr:PlannedProcess and bfo:has_participant_at_some_time some constr:Agent and constr:hasSpecifiedOutput some (constr:RecipeProceduralElement or constr:RecipeProcessElement)
SubClassOf: constr:PlannedProcess
constr:RecipeElementCreationProcess DisjointWith: constr:RecipeCreationProcess