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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Freezing

Sigma KEE - Freezing
Freezing(Congelar)

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 14012-14013
(subclass Freezing StateChange) Merge.kif 14011-14011 Congelar e' uma sub-classe de Mudanca de Estado

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


(relatedInternalConcept PreservingFood Freezing) Food.kif 185-185 PreservingFood e' relacionado internamente por SUMO a Congelar
(subclass Icing Freezing) Weather.kif 2508-2508 Icing e' uma sub-classe de Congelar
(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 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 14022-14030
(=>
    (instance ?FREEZE Freezing)
    (exists (?COOL)
        (and
            (instance ?COOL Cooling)
            (subProcess ?COOL ?FREEZE))))
Merge.kif 14015-14020

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 13902-13915


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 is open source software produced by Articulate Software and its partners