machine transfer process
IRI: https://spec.industrialontologies.org/ontology/construct/MachineTransferProcess
Defined In: https://spec.industrialontologies.org/ontology/productionplanning/ProductionPlanning/
SubClass Of: material location change process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ material location change process βΊ machine transfer process
Definition
A material location change process that involves moving work-in-progress parts between different machines.
Formal Axioms
First-Order Logic Definition
MachineTransferProcess(x) β PlannedProcess(x) β§ βy βt βt1 βt2 βs βs1 βz βz1 (MaterialEntity(y) β§ TemporalInstant(t) β§ TemporalInstant(t1) β§ TemporalRegion(t2) β§ ProductionMachine(s) β§ ProductionMachine(s1) β§ Site(z) β§ Site(z1) β§ hasParticipantAtSomeTime(x, y) β§ firstInstantOf(t, t2) β§ lastInstantOf(t1, t2) β§ occupiesTemporalRegion(x, t2) β§ existsAt(s, t) β§ existsAt(s1, t1) β§ locatedInAtAllTimes(s, z) β§ locatedInAtAllTimes(s1, z1) β§ locationOfAtAllTimes(s, y) β§ locationOfAtAllTimes(s1, y))
Semi-Formal Natural Language Axioms
every instance of βmachine transfer processβ is defined as exactly an instance of βplanned processβ that βhas participant at some timeβ some βmaterial entityβ and βoccupies temporal regionβ some βtemporal regionβ whose βfirst instantβ is some βtemporal instantβ t and βlast instantβ is some βtemporal instantβ t1, and there exist two distinct βproduction machinesβ s and s1 such that s βexists atβ t and s1 βexists atβ t1, and s is βlocated in at all timesβ some βsiteβ z, s1 is βlocated in at all timesβ some βsiteβ z1, and both s and s1 are βlocation of at all timesβ the same βmaterial entityβ.
Description Logic
constr:MachineTransferProcess β‘ constr:MaterialLocationChangeProcess β β bfo:has_participant_at_some_time .(bfo:material_entity β β bfo:location_of_at_all_timesβ» .(constr:ProductionMachine β β bfo:located_in_at_all_times .bfo:site β β bfo:exists_at .(bfo:temporal_instant β (β bfo:first_instant_of .bfo:temporal_region β β bfo:occupies_temporal_regionβ» .constr:PlannedProcess))) β β bfo:location_of_at_all_timesβ» .(constr:ProductionMachine β β bfo:located_in_at_all_times .bfo:site β β bfo:exists_at .(bfo:temporal_instant β β bfo:last_instant_of .(bfo:temporal_region β β bfo:occupies_temporal_regionβ» .constr:PlannedProcess))))
constr:MachineTransferProcess β constr:MaterialLocationChangeProcess
EquivalentTo: constr:MaterialLocationChangeProcess and bfo:has_participant_at_some_time some (bfo:material_entity and inverse bfo:location_of_at_all_times some (constr:ProductionMachine and bfo:located_in_at_all_times some bfo:site and bfo:exists_at some (bfo:temporal_instant and (bfo:first_instant_of some bfo:temporal_region and inverse bfo:occupies_temporal_region some constr:PlannedProcess))) and inverse bfo:location_of_at_all_times some (constr:ProductionMachine and bfo:located_in_at_all_times some bfo:site and bfo:exists_at some (bfo:temporal_instant and bfo:last_instant_of some (bfo:temporal_region and inverse bfo:occupies_temporal_region some constr:PlannedProcess))))
SubClassOf: constr:MaterialLocationChangeProcess