batch run identification

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

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

SubClass Of: identifier

Class Hierarchy

owl:Thingbfo:entitybfo:continuantbfo:generically dependent continuantinformation content entitydenoteridentifierbatch run identification

Definition

identifier for a batch run

Semi-Formal Definition:

every instance of a ‘batch run identification’ is exactly an instance of an ‘identifier’ that ‘designates’ some ‘batch run’

Examples

  • The identifier “BR-2025-07-001” designates a batch run of monoclonal antibody production in July 2025; The identifier “MFG-BCH-0815” designates a GMP manufacturing batch run for a recombinant protein on August 15th; The identifier “CellRun_Alpha_003” designates a batch run for CHO cell culture during upstream process development; The identifier “BATCH-0921-Pilot” designates a pilot-scale batch run of a gene therapy vector formulation executed in September 2021

Counter-Examples

  • The identifier “Lot-57B” designates the output material (lot) produced during a batch run, not the batch run itself. This example fails the definition because the identifier refers to a material product (e.g., a lot of vials or bulk drug substance), not to the process instance (the batch run) that generated it.

Synonyms

  • batch run identifier

Formal Axioms

First-Order Logic Definition

BatchRunIdentification(x) ↔ Identifier(x) ∧ ∃b(BatchRun(b) ∧ designates(x, b))

Description Logic