work center
IRI: https://spec.industrialontologies.org/ontology/construct/WorkCenter
Defined In: https://spec.industrialontologies.org/ontology/biopharma/Physical/
SubClass Of: bfo:object aggregate
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:independent continuant βΊ bfo:material entity βΊ bfo:object aggregate βΊ work center
Direct subclasses:
Definition
object aggregate that has piece of equipment or agent as its member parts
Explanatory Notes
- A work centerβs capabilities are determined by one or more of its constituent members, which is formally represented using the βhas material basisβ axiom.
- Work centers are typically within (member parts of) a physical area or physical site, reflecting their spatial and organizational context.
Examples
- process cell; production line; production unit; storage zone
Adapted From
- ISA95
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
This term is expected to remain primitive as it will be challenging to specify the exact grouping criteria that would unambigously differentiate the work center from any other grouping of agents or equipment
Formal Axioms
First-Order Logic Axioms
WorkCenter(x) β ObjectAggregate(x) β§ βy((Agent(y) β¨ PieceOfEquipment(y)) β§ hasMemberPartAtSomeTime(x,y) β§ βc(Capability(c) β§ hasCapability(x,c) β§ hasMaterialBasisAtSomeTime(c,y)))
Semi-Formal Natural Language Axioms
if x is a βwork centerβ, then x is an βobject aggregateβ that βhas member part at some time someβ y, where y is either an βagentβ or a βpiece of equipmentβ, and x βhas capabilityβ some βcapabilityβ that βhas material basis at some timeβ y
Description Logic
constr:WorkCenter β bfo:object_aggregate
constr:WorkCenter β β bfo:has_member_part_at_some_time .(constr:Agent β constr:PieceOfEquipment)
constr:WorkCenter β β constr:hasCapability .(constr:Capability β β bfo:has_material_basis_at_some_time .(constr:Agent β constr:PieceOfEquipment))
constr:WorkCenter β constr:Enterprise β β₯
constr:WorkCenter β constr:PhysicalArea β β₯
constr:WorkCenter β constr:PhysicalSite β β₯
constr:WorkCenter β constr:WorkUnit β β₯
SubClassOf: bfo:object_aggregate
SubClassOf: bfo:has_member_part_at_some_time only (constr:Agent or constr:PieceOfEquipment)
SubClassOf: constr:hasCapability some (constr:Capability and bfo:has_material_basis_at_some_time some (constr:Agent or constr:PieceOfEquipment))
constr:WorkCenter DisjointWith: (constr:Enterprise, constr:PhysicalArea, constr:PhysicalSite, constr:WorkUnit)