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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - StateChange
StateChange(状态改变)

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 13753-13754
(subclass StateChange InternalChange) Merge.kif 13752-13752 状态改变内部变化subclass

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


(subclass Boiling StateChange) Merge.kif 13922-13922 沸腾状态改变subclass
(subclass Clotting StateChange) Mid-level-ontology.kif 10488-10488 Clotting状态改变subclass
(subclass Condensing StateChange) Merge.kif 13968-13968 凝结状态改变subclass
(subclass Curdling StateChange) Food.kif 3179-3179 Curdling状态改变subclass
(subclass Deposition StateChange) Geography.kif 6991-6991 凝华状态改变subclass
(subclass Evaporating StateChange) Merge.kif 13947-13947 蒸发状态改变subclass
(subclass Freezing StateChange) Merge.kif 13989-13989 结冰状态改变subclass
(subclass Melting StateChange) Merge.kif 13901-13901 溶化状态改变subclass
(subclass Sublimation StateChange) Geography.kif 7041-7041 升华状态改变subclass
(termFormat ChineseLanguage StateChange "状态改变") chinese_format.kif 1226-1226
(termFormat EnglishLanguage StateChange "state change") english_format.kif 1673-1673
(termFormat FrenchLanguage StateChange "changement d'�tat") french_format.kif 904-904
(termFormat Hindi StateChange "avastaa parivartana") terms-hindi.txt 437-437
(termFormat ItalianLanguage StateChange "CambiamentoDiStato") terms-it.txt 440-440
(termFormat JapaneseLanguage StateChange "状態変化") japanese_format.kif 2588-2588
(termFormat PortugueseLanguage StateChange "Mudanca de Estado") portuguese_format.kif 856-856
(termFormat cz StateChange "zm�na skupenstv�") terms-cz.txt 476-476
(termFormat ro StateChange "schimbare de stare") relations-ro.kif 925-925
(termFormat tg StateChange "Pagbabago ng Bansa") terms-tg.txt 441-441

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 13756-13767


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