HouseholdApplianceStores
|
|
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 13969-13970 | |
(externalImage Boiling "http://upload.wikimedia.org/wikipedia/commons/1/ 18/ Kochendes_wasser02.jpg") | pictureList.kif 1670-1670 | |
(subclass Boiling StateChange) | Merge.kif 13968-13968 |
appearance as argument number 2 |
(termFormat ChineseLanguage Boiling "沸腾") | chinese_format.kif 1228-1228 | |
(termFormat EnglishLanguage Boiling "boiling") | english_format.kif 1677-1677 | |
(termFormat FrenchLanguage Boiling "�vaporer") | french_format.kif 906-906 | |
(termFormat Hindi Boiling "ubalana") | terms-hindi.txt 439-439 | |
(termFormat ItalianLanguage Boiling "Bollire") | terms-it.txt 442-442 | |
(termFormat JapaneseLanguage Boiling "沸騰") | japanese_format.kif 2590-2590 | |
(termFormat PortugueseLanguage Boiling "Ferver") | portuguese_format.kif 858-858 | |
(termFormat cb Boiling "pagbukal") | terms-cb.txt 444-444 | |
(termFormat cz Boiling "var") | terms-cz.txt 478-478 | |
(termFormat ro Boiling "fierbere") | relations-ro.kif 927-927 | |
(termFormat tg Boiling "kumukulo") | terms-tg.txt 443-443 |
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 13979-13987 | |
(=> (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 13877-13885 | |
(=> (instance ?BOIL Boiling) (exists (?HEAT) (and (instance ?HEAT Heating) (subProcess ?HEAT ?BOIL)))) |
Merge.kif 13972-13977 |
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 13887-13900 | |
(=> (attribute ?L Liquid) (capability Boiling patient ?L)) |
Merge.kif 13989-13991 | |
(=> (instance ?J Jam) (exists (?B ?F ?S) (and (instance ?B Boiling) (patient ?B ?F) (instance ?F Fruit) (patient ?B ?S) (instance ?S Sugar) (result ?B ?J)))) |
Food.kif 1760-1769 | |
(=> (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 25683-25691 |