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



KB Term:  Term intersection
English Word: 

Sigma KEE - Melting
Melting(melting)
more pictures...
deliquesce, dethaw, dissolve, dissolved, liquefied, liquescent, liquid, liquified, melt, melt_down, melted, melting, molten, run, slushy, thaw, thawed, thawing, unfreeze, unmelted, unthaw, warming

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


(subclass Melting StateChange) Merge.kif 14210-14210 Melting is a subclass of state change
(documentation Melting EnglishLanguage "The Class of Processes where an Object is heated and converted from a Solid to a Liquid.") Merge.kif 14211-14212 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/1/ 16/ Melting_icecubes.gif") pictureList.kif 6696-6696 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/d/ d1/ Melting_Icicle_Structure.jpg") pictureList.kif 7305-7305 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/9/ 90/ Melting_chocolate_-_step_4.JPG") pictureList.kif 7306-7306 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/3/ 3b/ Muffin_with_melting_butter.jpg") pictureList.kif 7307-7307 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/2/ 22/ Melting_Iceberg_upernavik_2007-07-12.jpg") pictureList.kif 7308-7308 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/3/ 31/ Melting_glacier.jpg") pictureList.kif 7309-7309 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/d/ d9/ Melting_crucible.jpg") pictureList.kif 7310-7310 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/7/ 74/ Coconut_milk_melting.JPG") pictureList.kif 7311-7311 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/0/ 08/ Iceberg_6_2001_07_23.jpg") pictureList.kif 7312-7312 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/c/ c3/ Arctic_ice_melt.jpg") pictureList.kif 7313-7313 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/2/ 2a/ Butter_melt_with_sugar.jpg") pictureList.kif 7314-7314 Melting is a subclass of state change
(externalImage Melting "http://upload.wikimedia.org/wikipedia/commons/5/ 53/ Spumoni.jpg") pictureList.kif 7315-7315 Melting is a subclass of state change

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


(termFormat EnglishLanguage Melting "melting") english_format.kif 1679-1679

antecedent
-------------------------


(=>
    (instance ?MELT Melting)
    (exists (?HEAT)
        (and
            (instance ?HEAT Heating)
            (subProcess ?HEAT ?MELT))))
Merge.kif 14214-14219 If X is an instance of melting, then there exists Y such that Y is an instance of heating and Y is a subprocess of X
(=>
    (and
        (instance ?MELT Melting)
        (patient ?MELT ?OBJ))
    (exists (?PART)
        (and
            (part ?PART ?OBJ)
            (holdsDuring
                (BeginFn
                    (WhenFn ?MELT))
                (attribute ?PART Solid))
            (holdsDuring
                (EndFn
                    (WhenFn ?MELT))
                (attribute ?PART Liquid)))))
Merge.kif 14221-14229 If X is an instance of melting and Y is a patient of X, then there exists Z such that Z is a part of Y, solid is an attribute of Z holds during the beginning of the time of existence of X, and liquid is an attribute of Z holds during the end of the time of existence of X

consequent
-------------------------


(=>
    (and
        (instance ?SUBSTANCE ?TYPE)
        (boilingPoint ?TYPE
            (MeasureFn ?TEMP1 ?MEASURE))
        (meltingPoint ?TYPE
            (MeasureFn ?TEMP2 ?MEASURE))
        (instance ?MEASURE UnitOfTemperature)
        (holdsDuring ?TIME
            (measure ?SUBSTANCE
                (MeasureFn ?TEMP3 ?MEASURE)))
        (greaterThan ?TEMP3 ?TEMP2)
        (lessThan ?TEMP3 ?TEMP1))
    (or
        (holdsDuring ?TIME
            (attribute ?SUBSTANCE Liquid))
        (exists (?MELT)
            (and
                (overlapsTemporally
                    (WhenFn ?MELT) ?TIME)
                (instance ?MELT Melting)
                (patient ?MELT ?SUBSTANCE)))))
Merge.kif 14172-14187 If All of the following hold: (1) X is an instance of Y (2) Z W(s) is a boiling point of Y (3) V W(s) is a melting point of Y (4) W is an instance of unit of temperature (5) the measure of X is U W(s) holds during T (6) U is greater than V (7) U is less than Z, then liquid is an attribute of X holds during T or there exists S such that T overlaps the time of existence of S, S is an instance of melting, and X is a patient of S
(=>
    (instance ?S Soldering)
    (exists (?M)
        (and
            (instance ?M Melting)
            (subProcess ?M ?S))))
Mid-level-ontology.kif 6778-6783 If X is an instance of soldering, then there exists Y such that Y is an instance of melting and Y is a subprocess of X
(=>
    (instance ?PROCESS Sleeting)
    (exists (?STUFF ?R ?S ?MELT)
        (and
            (instance ?STUFF CollectionOfObjects)
            (objectTransferred ?PROCESS ?STUFF)
            (instance ?R Raindrop)
            (instance ?S Snowflake)
            (member ?R ?STUFF)
            (member ?S ?STUFF)
            (instance ?MELT Melting)
            (subProcess ?MELT ?PROCESS)
            (patient ?MELT ?S))))
Weather.kif 1838-1850 If X is an instance of sleeting, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that Y is an instance of collection (3) the object transferred in X is Y (4) Z is an instance of rain drop (5) W is an instance of snowflake (6) Z is a member of Y (7) W is a member of Y (8) V is an instance of melting (9) V is a subprocess of X (10) W is a patient of V


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners