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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Boiling

Sigma KEE - Boiling
Boiling(boiling)
aerify, boil, boil_over, boiling, decoct, decoction_mashing, decoction_process, gasification, gasify, overboil, scathing, sublimate, sublime, vaporise, vaporize, vituperative

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


(documentation Boiling ChineseLanguage "这是当 Substance 受热时而从 Liquid 转成 Gas ProcessClass。") 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 13945-13946
(externalImage Boiling "http://upload.wikimedia.org/wikipedia/commons/1/ 18/ Kochendes_wasser02.jpg") pictureList.kif 1670-1670
(subclass Boiling StateChange) Merge.kif 13944-13944 Boiling is a subclass of state change

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 13955-13963
(=>
    (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 13853-13861
(=>
    (instance ?BOIL Boiling)
    (exists (?HEAT)
        (and
            (instance ?HEAT Heating)
            (subProcess ?HEAT ?BOIL))))
Merge.kif 13948-13953

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 13863-13876
(=>
    (attribute ?L Liquid)
    (capability Boiling patient ?L))
Merge.kif 13965-13967
(=>
    (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 25638-25646


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