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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - maxDeviceOperatingTemp
maxDeviceOperatingTemp

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


(documentation maxDeviceOperatingTemp EnglishLanguage "The maximum safe rated temperature at which a device may be operated. Operating the device in an environment above the temperature is likely to result in a Damaging of the Device.") ComputingBrands.kif 3625-3627
(domain maxDeviceOperatingTemp 1 Device) ComputingBrands.kif 3620-3620
(domain maxDeviceOperatingTemp 2 TemperatureMeasure) ComputingBrands.kif 3621-3621
(instance maxDeviceOperatingTemp BinaryPredicate) ComputingBrands.kif 3619-3619

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


(format EnglishLanguage maxDeviceOperatingTemp "maximum device operating temperature of %1 is %2") ComputingBrands.kif 3624-3624
(termFormat EnglishLanguage maxDeviceOperatingTemp "maximum device operating temperature") ComputingBrands.kif 3623-3623

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


(=>
    (holdsDuring ?T
        (and
            (maxDeviceOperatingTemp ?D
                (MeasureFn ?T1 ?U))
            (instance ?U UnitOfTemperature)
            (located ?D ?A)
            (attribute ?D DeviceOn)
            (airTemperature ?A
                (MeasureFn ?T2 ?U))
            (greaterThan ?T2 ?T1)))
    (modalAttribute
        (holdsDuring
            (ImmediateFutureFn ?T)
            (attribute ?D DeviceDamaged)) Likely))
ComputingBrands.kif 3629-3642


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