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 3653-3655
(domain maxDeviceStorageTemp 1 Device) ComputingBrands.kif 3648-3648
(domain maxDeviceStorageTemp 2 TemperatureMeasure) ComputingBrands.kif 3649-3649
(instance maxDeviceStorageTemp BinaryPredicate) ComputingBrands.kif 3647-3647

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


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

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 3657-3670


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