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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - StateChange
StateChange(state change)blood_clotting, blood_coagulation, clogged, clotted, clotting, coagulate, coagulated, coagulation, concrete, congealed, curdled, curdling, dissolution, dissolving, evaporated, evaporation, gasified, grumose, grumous, hardened, jelled, jellied, libration, lie, liquefaction, liquefied, liquefy, liquified, oscillation, phase_change, phase_transition, physical_change, set, solidified, state_change, sublimated, sublimed, thermocoagulation, vapor, vaporisation, vaporization, vaporized, vapour, vapourised, vitrification, volatilised, volatilized, woody

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


(documentation StateChange ChineseLanguage "这是任何当 Process patientpartPhysicalState 受到改变的 Process。") chinese_format.kif 3335-3336
(documentation StateChange EnglishLanguage "Any Process where the PhysicalState of part of the patient of the Process changes.") Merge.kif 13892-13893
(subclass StateChange InternalChange) Merge.kif 13891-13891 State change is a subclass of internal change

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


(subclass Boiling StateChange) Merge.kif 14060-14060 Boiling is a subclass of state change
(subclass Clotting StateChange) Mid-level-ontology.kif 11837-11837 Coagulation is a subclass of state change
(subclass Condensing StateChange) Merge.kif 14106-14106 Condensing is a subclass of state change
(subclass Curdling StateChange) Food.kif 3186-3186 Curdling is a subclass of state change
(subclass Deposition StateChange) Geography.kif 7061-7061 Deposition is a subclass of state change
(subclass Evaporating StateChange) Merge.kif 14085-14085 Evaporating is a subclass of state change
(subclass Freezing StateChange) Merge.kif 14127-14127 Freezing is a subclass of state change
(subclass Melting StateChange) Merge.kif 14039-14039 Melting is a subclass of state change
(subclass Sublimation StateChange) Geography.kif 7111-7111 Sublimation is a subclass of state change
(termFormat ChineseLanguage StateChange "状态改变") chinese_format.kif 1226-1226 Sublimation is a subclass of state change
(termFormat EnglishLanguage StateChange "state change") english_format.kif 1673-1673 Sublimation is a subclass of state change
(termFormat FrenchLanguage StateChange "changement d'�tat") french_format.kif 904-904 Sublimation is a subclass of state change
(termFormat Hindi StateChange "avastaa parivartana") terms-hindi.txt 437-437 Sublimation is a subclass of state change
(termFormat ItalianLanguage StateChange "CambiamentoDiStato") terms-it.txt 440-440 Sublimation is a subclass of state change
(termFormat JapaneseLanguage StateChange "状態変化") japanese_format.kif 2588-2588 Sublimation is a subclass of state change
(termFormat PortugueseLanguage StateChange "Mudanca de Estado") portuguese_format.kif 856-856 Sublimation is a subclass of state change
(termFormat cz StateChange "zm�na skupenstv�") terms-cz.txt 476-476 Sublimation is a subclass of state change
(termFormat de StateChange "Zustandaenderung") terms-de.txt 735-735 Sublimation is a subclass of state change
(termFormat ro StateChange "schimbare de stare") relations-ro.kif 925-925 Sublimation is a subclass of state change
(termFormat tg StateChange "Pagbabago ng Bansa") terms-tg.txt 441-441 Sublimation is a subclass of state change

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


(=>
    (and
        (instance ?PROCESS StateChange)
        (patient ?PROCESS ?OBJ))
    (exists (?PART ?STATE1 ?STATE2)
        (and
            (part ?PART ?OBJ)
            (instance ?STATE1 PhysicalState)
            (instance ?STATE2 PhysicalState)
            (not
                (equal ?STATE1 ?STATE2))
            (holdsDuring
                (BeginFn
                    (WhenFn ?PROCESS))
                (attribute ?PART ?STATE1))
            (holdsDuring
                (EndFn
                    (WhenFn ?PROCESS))
                (attribute ?PART ?STATE2)))))
Merge.kif 13895-13906


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