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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - InternalChange
InternalChange

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


(documentation InternalChange ChineseLanguage "这是当 Object 内部特性受到改变的 Process, 例如:Object 形状、颜色和结构等等。不属于这个类别的 Process 包括只影响和其他物体之间关系的改变,例如: 时空位置的变化。") chinese_format.kif 3192-3194
(documentation InternalChange EnglishLanguage "Processes which involve altering an internal property of an Object, e.g. the shape of the Object, its coloring, its structure, etc. Processes that are not instances of this class include changes that only affect the relationship to other objects, e.g. changes in spatial or temporal location.") Merge.kif 12732-12736
(subclass InternalChange Process) Merge.kif 12731-12731 子類 InternalChange and Process

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


(subclass BiologicalProcess InternalChange) Merge.kif 10257-10257 子類 BiologicalProcess and InternalChange
(subclass ChemicalProcess InternalChange) Merge.kif 12642-12642 子類 ChemicalProcess and InternalChange
(subclass ComputerProcess InternalChange) QoSontology.kif 154-154 子類 電腦程序 and InternalChange
(subclass Creation InternalChange) Merge.kif 12923-12923 子類 Creation and InternalChange
(subclass Damaging InternalChange) Merge.kif 12405-12405 子類 Damaging and InternalChange
(subclass GeologicalProcess InternalChange) Merge.kif 11313-11313 子類 地質過程 and InternalChange
(subclass QuantityChange InternalChange) Merge.kif 10995-10995 子類 QuantityChange and InternalChange
(subclass ShapeChange InternalChange) Merge.kif 12791-12791 子類 ShapeChange and InternalChange
(subclass StateChange InternalChange) Merge.kif 13891-13891 子類 StateChange and InternalChange
(subclass SurfaceChange InternalChange) Merge.kif 12751-12751 子類 SurfaceChange and InternalChange
(subclass TidalProcess InternalChange) Geography.kif 5022-5022 子類 潮汐過程 and InternalChange
(subclass TurningOffDevice InternalChange) Mid-level-ontology.kif 1058-1058 子類 關掉設備 and InternalChange
(subclass TurningOnDevice InternalChange) Mid-level-ontology.kif 1082-1082 子類 打開設備 and InternalChange
(termFormat ChineseLanguage InternalChange "内部变化") chinese_format.kif 1173-1173 子類 打開設備 and InternalChange
(termFormat EnglishLanguage InternalChange "internal change") english_format.kif 1563-1563 子類 打開設備 and InternalChange
(termFormat FrenchLanguage InternalChange "changement interne") french_format.kif 851-851 子類 打開設備 and InternalChange
(termFormat Hindi InternalChange "aantarika parivartana") terms-hindi.txt 383-383 子類 打開設備 and InternalChange
(termFormat ItalianLanguage InternalChange "CambiamentoInterno") terms-it.txt 386-386 子類 打開設備 and InternalChange
(termFormat JapaneseLanguage InternalChange "内部変化") japanese_format.kif 2535-2535 子類 打開設備 and InternalChange
(termFormat PortugueseLanguage InternalChange "Mudanca Interna") portuguese_format.kif 803-803 子類 打開設備 and InternalChange
(termFormat cz InternalChange "internal change") terms-cz.txt 422-422 子類 打開設備 and InternalChange
(termFormat de InternalChange "innere Aenderung") terms-de.txt 681-681 子類 打開設備 and InternalChange
(termFormat ro InternalChange "schimbare internã") relations-ro.kif 872-872 子類 打開設備 and InternalChange
(termFormat tg InternalChange "pagpalit ng panloob") terms-tg.txt 387-387 子類 打開設備 and InternalChange

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(=>
    (and
        (instance ?CHANGE InternalChange)
        (patient ?CHANGE ?OBJ))
    (exists (?PROPERTY)
        (or
            (and
                (holdsDuring
                    (BeginFn
                        (WhenFn ?CHANGE))
                    (attribute ?OBJ ?PROPERTY))
                (holdsDuring
                    (EndFn
                        (WhenFn ?CHANGE))
                    (not
                        (attribute ?OBJ ?PROPERTY))))
            (and
                (holdsDuring
                    (BeginFn
                        (WhenFn ?CHANGE))
                    (not
                        (attribute ?OBJ ?PROPERTY)))
                (holdsDuring
                    (EndFn
                        (WhenFn ?CHANGE))
                    (attribute ?OBJ ?PROPERTY))))))
Merge.kif 12738-12749

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


(=>
    (and
        (instance ?P Putting)
        (patient ?P ?S)
        (instance ?S Spice)
        (destination ?P ?F)
        (instance ?F PreparedFood))
    (exists (?C ?A)
        (and
            (instance ?C InternalChange)
            (patient ?C ?F)
            (result ?C ?A)
            (attribute ?F ?A)
            (or
                (instance ?A FlavourAttribute)
                (instance ?A ColorAttribute)))))
Economy.kif 4722-4737


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