sampling process
IRI: https://spec.industrialontologies.org/ontology/construct/SamplingProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/MonitoringAndControl/
SubClass Of: planned process
Class Hierarchy
owl:Thing โบ bfo:entity โบ bfo:occurrent โบ bfo:process โบ planned process โบ sampling process
Definition
planned process of selecting and collecting a limited amount or number of some material entity in a manner which ensures it is representative of the input material entity
Explanatory Notes
sampling might involve conditioning (e.g., cooling, filtering, putting in a specific container), preparing, and documenting the sample The sampling process is designed to ensure that the test results subsequently conducted on the sample are reliable and representative of the overall material or product, supporting effective quality control and decision-making.
Examples
- Sampling process in which a technician disinfects the sampling port of a 2000โฏL CHO cell culture bioreactor with 70% ethanol, withdraws 15โฏmL of culture using a sterile syringe, discards the first 2โฏmL, collects the remaining 10โฏmL into a labeled sterile vial, and seals it for downstream analysis; Sampling process in which an operator manually collects 5 tablets from the compression chute using a stainless-steel scoop, places them into a labeled clean glass container, records the batch number and time, and seals the container for later analysis
Counter-Examples
- A technician places a labeled sample vial in a cold box and transports it to the analytical lab (this is sample transport and not sampling itself); An operator fills final product into vials for distribution; A lab analyst measures glucose concentration in a sample using a Nova BioProfileยฎ FLEX analyzer (this is an analysis conducted after the sampling and not the sampling itself)
Synonyms
- material sampling process
Adapted From
- https://www.sciencedirect.com/topics/engineering/sampling-process
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
There are insufficient constructs to create a set of necessary and sufficient conditions. In particular, pattern and all the constructs for representing that the sample is taken in a manner which ensures it is representative of the input are missing
Formal Axioms
First-Order Logic Axioms
SamplingProcess(x) โ PlannedProcess(x) โง โm(MaterialEntity(m) โง hasInput(x, m)) โง โs((MaterialEntity(s) โง (memberPartOfAtSomeTime(s, m) โจ properContinuantPartOfAtSomeTime(s, m))) โง hasSpecifiedOutput(x, s)) โง โp(SamplePlan(p) โง prescribedBy(x,p))
Semi-Formal Natural Language Axioms
if x is a โsampling processโ, then x is a โplanned processโ that โhas inputโ some โmaterial entityโ m and that is โprescribed byโ some โsampling planโ p and โhas specified outputโ some s, where s is either a โmember part of at some timeโ or a โproper continuant part of at some timeโ of m
Description Logic
constr:SamplingProcess โ constr:PlannedProcess
constr:SamplingProcess โ โ constr:hasInput .bfo:material_entity
constr:SamplingProcess โ โ constr:hasSpecifiedOutput .(โ bfo:member_part_of_at_some_time .bfo:material_entity โ โ bfo:proper_continuant_part_of_at_some_time .bfo:material_entity)
constr:SamplingProcess โ โ constr:prescribedBy .constr:SamplePlan
SubClassOf: constr:PlannedProcess
SubClassOf: constr:hasInput some bfo:material_entity
SubClassOf: constr:hasSpecifiedOutput some (bfo:member_part_of_at_some_time some bfo:material_entity or bfo:proper_continuant_part_of_at_some_time some bfo:material_entity)
SubClassOf: constr:prescribedBy some constr:SamplePlan