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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - maxDeviceStorageTemp
maxDeviceStorageTemp

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


(documentation maxDeviceStorageTemp EnglishLanguage "The maximum safe rated temperature at which a device may be stored. Storing the device in an environment above the temperature is likely to result in a Damaging of the Device.") ComputingBrands.kif 3648-3650
(domain maxDeviceStorageTemp 1 Device) ComputingBrands.kif 3643-3643 The number 1 argument of maximum device storage temperature is an instance of device
(domain maxDeviceStorageTemp 2 TemperatureMeasure) ComputingBrands.kif 3644-3644 The number 2 argument of maximum device storage temperature is an instance of temperature measure
(instance maxDeviceStorageTemp BinaryPredicate) ComputingBrands.kif 3642-3642 maximum device storage temperature is an instance of binary predicate

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


(format EnglishLanguage maxDeviceStorageTemp "maximum device storage temperature of %1 is %2") ComputingBrands.kif 3647-3647
(termFormat EnglishLanguage maxDeviceStorageTemp "maximum device storage temperature") ComputingBrands.kif 3646-3646

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


(=>
    (holdsDuring ?T
        (and
            (maxDeviceStorageTemp ?D
                (MeasureFn ?T1 ?U))
            (instance ?U UnitOfTemperature)
            (located ?D ?A)
            (attribute ?D DeviceOff)
            (airTemperature ?A
                (MeasureFn ?T2 ?U))
            (greaterThan ?T2 ?T1)))
    (modalAttribute
        (holdsDuring
            (ImmediateFutureFn ?T)
            (attribute ?D DeviceDamaged)) Likely))
ComputingBrands.kif 3652-3665


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 is open source software produced by Articulate Software and its partners