recipe operation occurrence

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

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

SubClass Of: recipe procedural element occurrence

Class Hierarchy

owl:Thingbfo:entitybfo:occurrentbfo:processplanned processrecipe procedural element occurrencerecipe operation occurrence

Definition

planned process that is prescribed by some recipe operation

Semi-Formal Definition:

every instance of ‘recipe operation occurrence’ is exactly an instance of ‘recipe procedural element occurrence’ that ‘is prescribed by’ some ‘recipe operation’

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 directly as a subclass or instance 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

RecipeOperationOccurrence(x) ↔ RecipeProceduralElementOccurrence(x) ∧ ∃y (RecipeOperation(y) ∧ isPrescribedBy(x, y))

Description Logic