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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ShapeChange
ShapeChange(shape change)abrade, abrase, acuminate, arc, arch, arrange, bead, beaten, bend, bending, bevel, bloat, block, blow, blow_up, blunt, bob, boss, brecciate, buckle, butterfly, calender, cave, cavern, cavern_out, chamfer, change_form, change_shape, chase, chisel, cockle, cog, coif, coiffe, coiffure, coil, comb, cone, conglobate, conglobe, constellate, contort, contortion, convolute, convolve, convulse, core_out, corrade, corrugate, crank...

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


(documentation ShapeChange ChineseLanguage "这是在变 Object 形状的 Process。") chinese_format.kif 3198-3198
(documentation ShapeChange EnglishLanguage "The Process of changing the shape of an Object.") Merge.kif 12792-12793
(subclass ShapeChange InternalChange) Merge.kif 12791-12791 Shape change is a subclass of internal change

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


(subclass Crushing ShapeChange) Food.kif 964-964 Crushing is a subclass of shape change
(subclass Folding ShapeChange) Mid-level-ontology.kif 3627-3627 Folding is a subclass of shape change
(termFormat ChineseLanguage ShapeChange "形状变化") chinese_format.kif 1175-1175 Folding is a subclass of shape change
(termFormat EnglishLanguage ShapeChange "shape change") english_format.kif 1567-1567 Folding is a subclass of shape change
(termFormat FrenchLanguage ShapeChange "changement de forme") french_format.kif 853-853 Folding is a subclass of shape change
(termFormat Hindi ShapeChange "aakaara parivartana") terms-hindi.txt 385-385 Folding is a subclass of shape change
(termFormat ItalianLanguage ShapeChange "CambiamentoDiForma") terms-it.txt 388-388 Folding is a subclass of shape change
(termFormat JapaneseLanguage ShapeChange "形状変化") japanese_format.kif 2537-2537 Folding is a subclass of shape change
(termFormat PortugueseLanguage ShapeChange "Mudanca de Forma") portuguese_format.kif 805-805 Folding is a subclass of shape change
(termFormat cz ShapeChange "shape change") terms-cz.txt 424-424 Folding is a subclass of shape change
(termFormat de ShapeChange "Formaenderung") terms-de.txt 683-683 Folding is a subclass of shape change
(termFormat ro ShapeChange "schimbare de formã") relations-ro.kif 874-874 Folding is a subclass of shape change
(termFormat tg ShapeChange "pagpalit ng hugis") terms-tg.txt 389-389 Folding is a subclass of shape change

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


(=>
    (and
        (instance ?ALT ShapeChange)
        (patient ?ALT ?OBJ))
    (exists (?PROPERTY)
        (and
            (instance ?PROPERTY ShapeAttribute)
            (or
                (and
                    (holdsDuring
                        (BeginFn
                            (WhenFn ?ALT))
                        (attribute ?OBJ ?PROPERTY))
                    (holdsDuring
                        (EndFn
                            (WhenFn ?ALT))
                        (not
                            (attribute ?OBJ ?PROPERTY))))
                (and
                    (holdsDuring
                        (BeginFn
                            (WhenFn ?ALT))
                        (not
                            (attribute ?OBJ ?PROPERTY)))
                    (holdsDuring
                        (EndFn
                            (WhenFn ?ALT))
                        (attribute ?OBJ ?PROPERTY)))))))
Merge.kif 12795-12808

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


(=>
    (and
        (instance ?C Crushing)
        (patient ?C ?O)
        (instance ?O Object))
    (exists (?B ?SC)
        (and
            (instance ?B Breaking)
            (causes ?C ?B)
            (subProcess ?B ?SC)
            (instance ?SC ShapeChange)
            (patient ?B ?O)
            (patient ?SC ?O))))
Food.kif 981-993
(=>
    (and
        (instance ?C Crushing)
        (patient ?C ?O)
        (instance ?O Object))
    (exists (?SC)
        (and
            (result ?C ?SC)
            (instance ?SC ShapeChange)
            (patient ?SC ?O))))
Food.kif 995-1004
(=>
    (and
        (instance ?OBJ Object)
        (attribute ?OBJ Pliable))
    (exists (?CHANGE)
        (and
            (instance ?CHANGE ShapeChange)
            (patient ?CHANGE ?OBJ))))
Merge.kif 17914-17921
(=>
    (and
        (instance ?P ThreeDPrinting)
        (instance ?X CompoundSubstance)
        (patient ?P ?X))
    (exists (?SC)
        (and
            (instance ?SC ShapeChange)
            (subProcess ?SC ?P)
            (patient ?SC ?X))))
QoSontology.kif 526-535
(=>
    (instance ?L Lathe)
    (hasPurpose ?L
        (exists (?PROC ?OBJ)
            (and
                (instrument ?PROC ?L)
                (patient ?PROC ?OBJ)
                (or
                    (instance ?PROC ShapeChange)
                    (instance ?PROC SurfaceChange))))))
Economy.kif 6388-6397
(=>
    (instance ?X Sculpting)
    (exists (?SC ?OBJ)
        (and
            (instance ?OBJ Object)
            (patient ?X ?OBJ)
            (instance ?SC ShapeChange)
            (subProcess ?SC ?X)
            (patient ?SC ?OBJ))))
Mid-level-ontology.kif 3742-3750


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