Freezing(结冰) | ![]() |
appearance as argument number 1 |
![]() |
(documentation Freezing ChineseLanguage "这是当 Object 受冷时而从 Liquid转成 Gas Process 的 Class。") | chinese_format.kif 1430-1431 | |
(documentation Freezing EnglishLanguage "The Class of Processes where an Object is cooled and converted from a Liquid to a Solid.") | Merge.kif 13759-13760 | |
(subclass Freezing StateChange) | Merge.kif 13758-13758 | 结冰 是 状态改变 的 subclass |
appearance as argument number 2 |
![]() |
(subclass Icing Freezing) | Weather.kif 2511-2511 | 刨冰 是 结冰 的 subclass |
(termFormat ChineseLanguage Freezing "结冰") | chinese_format.kif 1230-1230 | |
(termFormat EnglishLanguage Freezing "freezing") | english_format.kif 1681-1681 |
antecedent |
![]() |
(=> (and (instance ?FREEZE Freezing) (patient ?FREEZE ?OBJ)) (exists (?PART) (and (part ?PART ?OBJ) (holdsDuring (BeginFn (WhenFn ?FREEZE)) (attribute ?PART Liquid)) (holdsDuring (EndFn (WhenFn ?FREEZE)) (attribute ?PART Solid))))) |
Merge.kif 13769-13777 | |
(=> (instance ?FREEZE Freezing) (exists (?COOL) (and (instance ?COOL Cooling) (subProcess ?COOL ?FREEZE)))) |
Merge.kif 13762-13767 |
consequent |
![]() |
(=> (and (instance ?SUBSTANCE ?TYPE) (meltingPoint ?TYPE (MeasureFn ?TEMP1 ?MEASURE)) (holdsDuring ?TIME (measure ?SUBSTANCE (MeasureFn ?TEMP2 ?MEASURE))) (instance ?MEASURE UnitOfTemperature) (lessThan ?TEMP2 ?TEMP1)) (or (holdsDuring ?TIME (attribute ?SUBSTANCE Solid)) (exists (?FREEZE) (and (overlapsTemporally (WhenFn ?FREEZE) ?TIME) (instance ?FREEZE Freezing) (patient ?FREEZE ?SUBSTANCE))))) |
Merge.kif 13653-13666 |
|
![]() |
![]() |