Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  deviceFailTime

Sigma KEE - deviceFailTime
deviceFailTime

appearance as argument number 1
-------------------------


(subrelation deviceFailTime deviceDownTime) Mid-level-ontology.kif 34536-34536 device fail time is a subrelation of device down time
(documentation deviceFailTime EnglishLanguage "(deviceFailTime ?DEVICE ?TIME) means that the ?TIME TimeInterval is when Device is DeviceInFailure state.") Mid-level-ontology.kif 34537-34538 device fail time is a subrelation of device down time
(domain deviceFailTime 1 Device) Mid-level-ontology.kif 34541-34541 The number 1 argument of device fail time is an instance of device
(domain deviceFailTime 2 TimeInterval) Mid-level-ontology.kif 34542-34542 The number 2 argument of device fail time is an instance of timeframe

appearance as argument number 2
-------------------------


(relatedInternalConcept deviceUpTime deviceFailTime) Mid-level-ontology.kif 34477-34477 device up time is internally related to device fail time
(relatedInternalConcept deviceDownTime deviceFailTime) Mid-level-ontology.kif 34500-34500 device down time is internally related to device fail time
(disjointRelation devicePlannedDownTime deviceFailTime) Mid-level-ontology.kif 34526-34526 device planned down time and device fail time are disjoint
(format EnglishLanguage deviceFailTime "device %1 is in a failure state during TimeInterval %2") Mid-level-ontology.kif 34539-34539 device planned down time and device fail time are disjoint
(termFormat EnglishLanguage deviceFailTime "device fail time") Mid-level-ontology.kif 34540-34540 device planned down time and device fail time are disjoint

antecedent
-------------------------


(=>
    (and
        (instance ?D Device)
        (deviceFailTime ?D ?FAIL)
        (duration ?FAIL
            (MeasureFn ?X HourDuration))
        (attribute ?D Repairable)
        (inList
            (MeasureFn ?X HourDuration) ?L))
    (equal ?L
        (DeviceFailTimeDurationListFn ?D)))
Mid-level-ontology.kif 34458-34467 If X is an instance of device, device X is in a failure state during TimeInterval Y, duration of Y is Z hour duration(s), repairable is an attribute of X, and Z hour duration(s) is a member of W, then equal W and The List of deviceFailTime duration for X is
(=>
    (deviceFailTime ?D ?F)
    (holdsDuring ?F
        (attribute ?D DeviceDamaged)))
Mid-level-ontology.kif 34544-34547 If device X is in a failure state during TimeInterval Y, then device damaged is an attribute of X holds during Y
(=>
    (and
        (equal
            (MeasureFn ?X HourDuration)
            (TimeToFailureFn ?D))
        (attribute ?D NonRepairable)
        (deviceFailTime ?D ?F)
        (deviceUpTime ?D ?U)
        (earlier ?U ?F))
    (duration
        (TimeIntervalFn
            (BeginFn ?U)
            (BeginFn ?F))
        (MeasureFn ?X HourDuration)))
Mid-level-ontology.kif 34586-34599 If equal X hour duration(s) and The time to failure of Y is HourDuration, non repairable is an attribute of Y, device Y is in a failure state during TimeInterval Z, Device Y is in operation during TimeInterval W, and W happens earlier than Z, then duration of interval between the beginning of W and the beginning of Z is X hour duration(s)
(=>
    (and
        (equal
            (MeasureFn ?X HourDuration)
            (TimeToRecoveryFn ?D))
        (deviceFailTime ?D ?F)
        (deviceUpTime ?D ?U)
        (earlier ?F ?U))
    (duration
        (TimeIntervalFn
            (BeginFn ?F)
            (BeginFn ?U))
        (MeasureFn ?X HourDuration)))
Mid-level-ontology.kif 34668-34680 If equal X hour duration(s) and The time to recovery of Y is HourDuration, device Y is in a failure state during TimeInterval Z, Device Y is in operation during TimeInterval W, and Z happens earlier than W, then duration of interval between the beginning of Z and the beginning of W is X hour duration(s)


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners