Boiling![]() | ![]() |
appearance as argument number 1 |
![]() |
(documentation Boiling ChineseLanguage "这是当 Substance 受热时而从 Liquid 转成 Gas Process 的 Class。") | chinese_format.kif 1424-1425 | |
(documentation Boiling EnglishLanguage "The Class of Processes where a Substance is heated and converted from a Liquid to a Gas.") | Merge.kif 13676-13677 | |
(externalImage Boiling "http://upload.wikimedia.org/wikipedia/commons/1/ 18/ Kochendes_wasser02.jpg") | pictureList.kif 1671-1671 | |
(subclass Boiling StateChange) | Merge.kif 13675-13675 |
appearance as argument number 2 |
![]() |
(termFormat ChineseLanguage Boiling "沸腾") | chinese_format.kif 1228-1228 | |
(termFormat EnglishLanguage Boiling "boiling") | english_format.kif 1677-1677 |
antecedent |
![]() |
(=> (and (instance ?BOIL Boiling) (patient ?BOIL ?OBJ)) (exists (?PART) (and (part ?PART ?OBJ) (holdsDuring (BeginFn (WhenFn ?BOIL)) (attribute ?PART Liquid)) (holdsDuring (EndFn (WhenFn ?BOIL)) (attribute ?PART Gas))))) |
Merge.kif 13686-13694 | |
(=> (and (instance ?BOILING Boiling) (boilingPoint ?TYPE (MeasureFn ?TEMP1 ?MEASURE)) (instance ?SUBSTANCE ?TYPE) (patient ?BOILING ?SUBSTANCE) (holdsDuring (WhenFn ?BOILING) (measure ?SUBSTANCE (MeasureFn ?TEMP2 ?MEASURE))) (instance ?MEASURE UnitOfTemperature)) (greaterThanOrEqualTo ?TEMP2 ?TEMP1)) |
Merge.kif 13584-13592 | |
(=> (instance ?BOIL Boiling) (exists (?HEAT) (and (instance ?HEAT Heating) (subProcess ?HEAT ?BOIL)))) |
Merge.kif 13679-13684 |
consequent |
![]() |
(=> (and (boilingPoint ?TYPE (MeasureFn ?TEMP1 ?MEASURE)) (instance ?SUBSTANCE ?TYPE) (holdsDuring ?TIME (measure ?SUBSTANCE (MeasureFn ?TEMP2 ?MEASURE))) (instance ?MEASURE UnitOfTemperature) (greaterThanOrEqualTo ?TEMP2 ?TEMP1)) (or (holdsDuring ?TIME (attribute ?SUBSTANCE Gas)) (exists (?BOIL) (and (overlapsTemporally (WhenFn ?BOIL) ?TIME) (instance ?BOIL Boiling) (patient ?BOIL ?SUBSTANCE))))) |
Merge.kif 13594-13607 | |
(=> (instance ?STEAM Steam) (exists (?BOIL ?WATER) (and (instance ?BOIL Boiling) (instance ?WATER Water) (patient ?BOIL ?WATER) (result ?BOIL ?STEAM) (attribute ?STEAM Gas)))) |
Mid-level-ontology.kif 25017-25025 |
![]() |
![]() |