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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - minDeviceStorageTemp
minDeviceStorageTemp

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


(documentation minDeviceStorageTemp EnglishLanguage "The minimum safe rated temperature at which a device may be stored. Storing the device in an environment below the temperature is likely to result in a Damaging of the Device.") ComputingBrands.kif 3704-3706
(domain minDeviceStorageTemp 1 Device) ComputingBrands.kif 3698-3698 Le nombre 1 argument de minDeviceStorageTemp est une instance de appareil
(domain minDeviceStorageTemp 2 TemperatureMeasure) ComputingBrands.kif 3699-3699 Le nombre 2 argument de minDeviceStorageTemp est une instance de mesure de temperature
(instance minDeviceStorageTemp BinaryPredicate) ComputingBrands.kif 3697-3697 minDeviceStorageTemp est une instance de pr�dicat binaire

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


(format EnglishLanguage minDeviceStorageTemp "minimum device storagqqqe temperature of %1 is %2") ComputingBrands.kif 3702-3702
(termFormat EnglishLanguage minDeviceStorageTemp "minimum device storage temperature") ComputingBrands.kif 3701-3701

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


(=>
    (holdsDuring ?T
        (and
            (minDeviceStorageTemp ?D
                (MeasureFn ?T1 ?U))
            (instance ?U UnitOfTemperature)
            (located ?D ?A)
            (attribute ?D DeviceOff)
            (airTemperature ?A
                (MeasureFn ?T2 ?U))
            (lessThan ?T2 ?T1)))
    (modalAttribute
        (holdsDuring
            (ImmediateFutureFn ?T)
            (attribute ?D DeviceDamaged)) Likely))
ComputingBrands.kif 3708-3721


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