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


KB Term:  Term intersection
English Word: 

Sigma KEE - deviceUpTime
deviceUpTime

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


(instance deviceUpTime BinaryPredicate) Mid-level-ontology.kif 34469-34469 device up time is an instance of binary predicate
(documentation deviceUpTime EnglishLanguage "(deviceUpTime ?DEVICE ?TIME) means that ?TIME TimeInterval is when the Device is in operation.") Mid-level-ontology.kif 34470-34471 device up time is an instance of binary predicate
(domain deviceUpTime 1 Device) Mid-level-ontology.kif 34474-34474 The number 1 argument of device up time is an instance of device
(domain deviceUpTime 2 TimeInterval) Mid-level-ontology.kif 34475-34475 The number 2 argument of device up time is an instance of timeframe
(relatedInternalConcept deviceUpTime deviceDownTime) Mid-level-ontology.kif 34476-34476 device up time is internally related to device down time
(relatedInternalConcept deviceUpTime deviceFailTime) Mid-level-ontology.kif 34477-34477 device up time is internally related to device fail time

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


(format EnglishLanguage deviceUpTime "Device %1 is in operation during TimeInterval %2") Mid-level-ontology.kif 34472-34472
(termFormat EnglishLanguage deviceUpTime "device up time") Mid-level-ontology.kif 34473-34473

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


(=>
    (and
        (instance ?D Device)
        (deviceUpTime ?D ?UP)
        (duration ?UP
            (MeasureFn ?X HourDuration))
        (inList
            (MeasureFn ?X HourDuration) ?L))
    (equal ?L
        (DeviceUpTimeDurationListFn ?D)))
Mid-level-ontology.kif 34419-34427 If X is an instance of device, Device X is in operation during TimeInterval Y, duration of Y is Z hour duration(s), and Z hour duration(s) is a member of W, then equal W and The List of deviceUpTime duration for X is
(=>
    (and
        (deviceUpTime ?D ?T)
        (instance ?D ?CLASS))
    (exists (?P)
        (and
            (instance ?P
                (OperatingFn ?CLASS))
            (equal ?T
                (WhenFn ?P))
            (holdsDuring ?T
                (attribute ?D DeviceOn))
            (instrument ?P ?D))))
Mid-level-ontology.kif 34479-34491 If Device X is in operation during TimeInterval Y and X is an instance of Z, then there exists W such that W is an instance of the operating of Z, equal Y, the time of existence of W, device on is an attribute of X holds during Y, and X is an instrument for W
(=>
    (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 full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



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