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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Freezing
Freezing

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


(documentation Freezing ChineseLanguage "这是当 Object 受冷时而从 Liquid转成 Gas ProcessClass。") 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 14128-14129
(subclass Freezing StateChange) Merge.kif 14127-14127

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


(relatedInternalConcept PreservingFood Freezing) Food.kif 185-185
(subclass Icing Freezing) Weather.kif 2901-2901
(termFormat ChineseLanguage Freezing "结冰") chinese_format.kif 1230-1230
(termFormat EnglishLanguage Freezing "freezing") english_format.kif 1681-1681
(termFormat FrenchLanguage Freezing "congeler") french_format.kif 908-908
(termFormat Hindi Freezing "himiikarana") terms-hindi.txt 441-441
(termFormat ItalianLanguage Freezing "Congelare") terms-it.txt 444-444
(termFormat JapaneseLanguage Freezing "凍結") japanese_format.kif 2592-2592
(termFormat PortugueseLanguage Freezing "Congelar") portuguese_format.kif 860-860
(termFormat cb Freezing "pagpagahi") terms-cb.txt 446-446
(termFormat cz Freezing "tuhnut�") terms-cz.txt 480-480
(termFormat de Freezing "einfrierend") terms-de.txt 739-739
(termFormat ro Freezing "îngheþare") relations-ro.kif 929-929
(termFormat tg Freezing "ginaw na ginaw;nagyeyelo") terms-tg.txt 445-445

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 14138-14146
(=>
    (instance ?FREEZE Freezing)
    (exists (?COOL)
        (and
            (instance ?COOL Cooling)
            (subProcess ?COOL ?FREEZE))))
Merge.kif 14131-14136

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 14018-14031


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