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



KB Term:  Term intersection
English Word: 

  Cooling

Sigma KEE - Cooling
Cooling(cooling)
more pictures...
air-conditioned, air-cooled, caller, chill, chilling, cool, cool_down, cooling, freeze, frigorific, heat_dissipation, ice, infrigidation, precooled, quench, refrigerant, refrigerate, refrigerated, refrigerating, refrigeration, temperature_reduction, water-cooled

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


(subclass Cooling Decreasing) Merge.kif 11208-11208 Cooling is a subclass of decreasing
(documentation Cooling EnglishLanguage "Any Decreasing Process where the PhysicalQuantity decreased is a TemperatureMeasure.") Merge.kif 11210-11211 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/5/ 5d/ Refrigeration.png") pictureList.kif 9962-9962 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/f/ f7/ RefrigerationTS.png") pictureList.kif 10748-10748 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/0/ 0b/ Inside_domestic_refrigerator_.JPG") pictureList.kif 10749-10749 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/b/ ba/ Empty_refrigerator.jpg") pictureList.kif 10750-10750 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/1/ 17/ Helium_dilution_refrigerator.jpg") pictureList.kif 10751-10751 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/7/ 74/ Ice_crystals_at_refrigerator_window.JPG") pictureList.kif 10752-10752 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/7/ 7e/ Klimatyzator_jedn_wewn_beax.jpg") pictureList.kif 10753-10753 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/5/ 57/ Klimatyzator_jedn_zewn_beax.jpg") pictureList.kif 10754-10754 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/b/ ba/ Thermaltake_led_fans.jpg") pictureList.kif 10755-10755 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/d/ d9/ Geh%C3%A4usel%C3%BCfter.jpg") pictureList.kif 10756-10756 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/3/ 3e/ Watercoolingvue1.jpg") pictureList.kif 10757-10757 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/a/ a8/ Cooling_tower.jpg") pictureList.kif 10758-10758 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/2/ 29/ Global_Cooling_Map.png") pictureList.kif 10759-10759 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/a/ ab/ Air_cooling.jpg") pictureList.kif 10760-10760 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/d/ df/ Honeybee_cooling.jpg") pictureList.kif 10761-10761 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/1/ 18/ Victoria_Air_Cooling.jpg") pictureList.kif 10762-10762 Cooling is a subclass of decreasing
(externalImage Cooling "http://upload.wikimedia.org/wikipedia/commons/d/ d1/ Solar_Cooling_System.jpg") pictureList.kif 10763-10763 Cooling is a subclass of decreasing

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


(disjoint Heating Cooling) Merge.kif 11167-11167 Heating is disjoint from cooling
(subclass VaporCompressionCycle Cooling) Cars.kif 1862-1862 Vapor compression cycle is a subclass of cooling
(termFormat EnglishLanguage Cooling "cooling") english_format.kif 1445-1445 Vapor compression cycle is a subclass of cooling

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


(=>
    (and
        (instance ?COOL Cooling)
        (patient ?COOL ?OBJ))
    (exists (?UNIT ?QUANT1 ?QUANT2)
        (and
            (instance ?UNIT TemperatureMeasure)
            (holdsDuring
                (BeginFn
                    (WhenFn ?COOL))
                (equal
                    (MeasureFn ?OBJ ?UNIT) ?QUANT1))
            (holdsDuring
                (EndFn
                    (WhenFn ?COOL))
                (equal
                    (MeasureFn ?OBJ ?UNIT) ?QUANT2))
            (lessThan ?QUANT2 ?QUANT1))))
Merge.kif 11213-11226 If X is an instance of cooling and Y is a patient of X, then there exist Z, W and V such that Z is an instance of temperature measure and equal Y Z(s) and W holds during the beginning of the time of existence of X and equal Y Z(s) and V holds during the end of the time of existence of X and V is less than W
(=>
    (and
        (instance ?LECS LiquidEngineCoolingSystem)
        (instance ?C Cooling)
        (instrument ?C ?LECS))
    (exists (?L)
        (and
            (attribute ?L Liquid)
            (objectTransferred ?C ?L))))
Cars.kif 2017-2025 If X is an instance of water cooling system, Y is an instance of cooling, and X is an instrument for Y, then there exists Z such that liquid is an attribute of Z and the object transferred in Y is Z
(=>
    (and
        (instance ?LECS AirEngineCoolingSystem)
        (instance ?C Cooling)
        (instrument ?C ?LECS))
    (exists (?A)
        (and
            (instance ?A Air)
            (objectTransferred ?C ?A))))
Cars.kif 2033-2041 If X is an instance of air cooling system, Y is an instance of cooling, and X is an instrument for Y, then there exists Z such that Z is an instance of air and the object transferred in Y is Z

consequent
-------------------------


(=>
    (instance ?COND Condensing)
    (exists (?COOL)
        (and
            (instance ?COOL Cooling)
            (subProcess ?COOL ?COND))))
Merge.kif 14281-14286 If X is an instance of condensing, then there exists Y such that Y is an instance of cooling and Y is a subprocess of X
(=>
    (instance ?FREEZE Freezing)
    (exists (?COOL)
        (and
            (instance ?COOL Cooling)
            (subProcess ?COOL ?FREEZE))))
Merge.kif 14302-14307 If X is an instance of freezing, then there exists Y such that Y is an instance of cooling and Y is a subprocess of X
(=>
    (instance ?D CoolingDevice)
    (hasPurpose ?D
        (exists (?C)
            (and
                (instance ?C Cooling)
                (instrument ?C ?D)))))
Mid-level-ontology.kif 2884-2890 If X is an instance of cooling device, then X has the purpose there exists Y such that Y is an instance of cooling and X is an instrument for Y
(=>
    (instance ?X AirConditioner)
    (hasPurpose ?X
        (exists (?PROC ?TEMP ?AREA)
            (and
                (located ?X ?AREA)
                (instance ?PROC Cooling)
                (instrument ?PROC ?X)))))
Mid-level-ontology.kif 28566-28573 If X is an instance of air conditioner, then X has the purpose there exist Y, Z, W such that X is located at W, Y is an instance of cooling, and X is an instrument for Y
(=>
    (instance ?ACC AirConditioningCompressor)
    (hasPurpose ?ACC
        (exists (?C)
            (and
                (instance ?C Cooling)
                (instrument ?C ?ACC)))))
Cars.kif 1854-1860 If X is an instance of air conditioning compressor, then X has the purpose there exists Y such that Y is an instance of cooling and X is an instrument for Y
(=>
    (instance ?ACC AirConditioningCondenser)
    (hasPurpose ?ACC
        (exists (?C)
            (and
                (instance ?C Cooling)
                (instrument ?C ?ACC)))))
Cars.kif 1898-1904 If X is an instance of air conditioning condenser, then X has the purpose there exists Y such that Y is an instance of cooling and X is an instrument for Y
(=>
    (instance ?ACE AirConditioningEvaporator)
    (hasPurpose ?ACE
        (exists (?C)
            (and
                (instance ?C Cooling)
                (instrument ?C ?ACE)))))
Cars.kif 1922-1928 If X is an instance of air conditioning evaporator, then X has the purpose there exists Y such that Y is an instance of cooling and X is an instrument for Y
(=>
    (and
        (instance ?ECS EngineCoolingSystem)
        (instance ?E Engine)
        (instance ?A Automobile)
        (part ?ECS ?A)
        (part ?E ?A))
    (hasPurpose ?ECS
        (exists (?C)
            (and
                (instance ?C Cooling)
                (instrument ?C ?ECS)
                (patient ?C ?E)))))
Cars.kif 1993-2005 If X is an instance of engine cooling system, Y is an instance of engine, Z is an instance of automobile, X is a part of Z, and Y is a part of Z, then X has the purpose there exists W such that W is an instance of cooling, X is an instrument for W, and Y is a patient of W
(=>
    (instance ?R Radiator)
    (hasPurpose ?R
        (exists (?C)
            (and
                (instance ?C Cooling)
                (instrument ?C ?R)))))
Cars.kif 2051-2057 If X is an instance of radiator, then X has the purpose there exists Y such that Y is an instance of cooling and X is an instrument for Y
(=>
    (instance ?EF EngineFan)
    (hasPurpose ?EF
        (exists (?C ?E ?A)
            (and
                (instance ?A Automobile)
                (instance ?C Cooling)
                (instance ?E InternalCombustionEngine)
                (part ?E ?A)
                (part ?EF ?A)
                (instrument ?C ?EF)
                (patient ?C ?E)))))
Cars.kif 2590-2601 If X is an instance of engine fan, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that W is an instance of automobile (3) Y is an instance of cooling (4) Z is an instance of internal combustion engine (5) Z is a part of W (6) X is a part of W (7) X is an instrument for Y (8) Z is a patient of Y
(=>
    (instance ?W MountainBreeze)
    (exists (?TOP ?A ?C ?AIR ?M)
        (and
            (origin ?W ?TOP)
            (top ?TOP ?A)
            (instance ?A SlopedArea)
            (instance ?C Cooling)
            (patient ?C ?AIR)
            (orientation ?AIR ?TOP Above)
            (causes ?C ?M)
            (instance ?M MotionDownward)
            (subProcess ?M ?W))))
Weather.kif 2568-2580 If X is an instance of mountain breeze, then All of the following hold: (1) there exist Y, Z,, , W,, , V (2) U such that X originates at Y (3) the top of Z is Y (4) Z is an instance of sloped area (5) W is an instance of cooling (6) V is a patient of W (7) V is above to Y (8) W causes U (9) U is an instance of motion downward (10) U is a subprocess of X
(=>
    (instance ?CTRL TemperatureControl)
    (exists (?DEVICE ?TEMP)
        (and
            (instance ?DEVICE ElectricDevice)
            (part ?CTRL ?DEVICE)
            (hasPurpose ?DEVICE
                (exists (?PROC)
                    (and
                        (instance ?AREA Region)
                        (or
                            (instance ?PROC Heating)
                            (instance ?PROC Cooling))
                        (instrument ?PROC ?CTRL)))))))
engineering.kif 1563-1576 If X is an instance of temperature control, then there exist Y, Z such that Y is an instance of electric device, X is a part of Y, Y has the purpose there exists W such that V is an instance of region, W is an instance of heating or W is an instance of cooling, and X is an instrument for W


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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