failure event
IRI: https://spec.industrialontologies.org/ontology/construct/FailureEvent
Defined In: https://spec.industrialontologies.org/ontology/maintenance/Maintenance/
SubClass Of: event
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ event βΊ failure event
Definition
event that causes an item to lose its ability to perform a required function
Semi-Formal Definition:
every instance of βfailure eventβ is defined as exactly an instance of βeventβ e that βinitiatesβ some βfailed stateβ and that βhas participant at all timesβ some βmaintainable material itemβ that βhas functionβ some βprimary functionβ f that βhas realizationβ some βfunctioning processβ p1 that βprecedesβ e and there is no βfunctioning processβ p2 such that p2 βrealizesβ f and p1 βprecedesβ p2 and p2 βprecedesβ e
Explanatory Notes
the event can be the loss of the primary function or a combination of functions
Examples
- explosion, seizure, loss of power, loss of control
Synonyms
- failure
Formal Axioms
First-Order Logic Definition
FailureEvent(e) β Event(e) β§ βo(FailedState(o) β§ initiates(e, o)) β§ βi,f,p1(MaintainableMaterialItem(i) β§ hasParticipantAtAllTimes(e, i) β§ PrimaryFunction(f) β§ hasFunction(i, f) β§ FunctioningProcess(p1) β§ realizes(p1, f) β§ precedes(p1, e) β§ Β¬βp2(FunctioningProcess(p2) β§ realizes(p2,f) β§ precedes(p1, p2) β§ precedes(p2, e)))
Description Logic
constr:FailureEvent β constr:Event
constr:FailureEvent β β constr:initiates .constr:FailedState
SubClassOf: constr:Event
SubClassOf: constr:initiates some constr:FailedState