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


KB Term:  Term intersection
English Word: 

Sigma KEE - Reversing
Reversing(reversing)change_by_reversal, invert, reverse, roll_over, turn, turn_back

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


(subclass Reversing Motion) Mid-level-ontology.kif 19404-19404 Reversing is a subclass of motion
(documentation Reversing EnglishLanguage "Moving something in such a way that its top becomes its bottom and vice versa.") Mid-level-ontology.kif 19405-19406 Reversing is a subclass of motion

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


(termFormat EnglishLanguage Reversing "reversing") domainEnglishFormat.kif 49869-49869
(termFormat ChineseTraditionalLanguage Reversing "逆") domainEnglishFormat.kif 49870-49870
(termFormat ChineseLanguage Reversing "逆") domainEnglishFormat.kif 49871-49871

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


(=>
    (and
        (instance ?REVERSE Reversing)
        (patient ?REVERSE ?OBJ)
        (holdsDuring
            (BeginFn
                (WhenFn ?REVERSE))
            (and
                (top ?TOP ?OBJ)
                (bottom ?BOTTOM ?OBJ))))
    (holdsDuring
        (EndFn
            (WhenFn ?REVERSE))
        (and
            (top ?BOTTOM ?OBJ)
            (bottom ?TOP ?OBJ))))
Mid-level-ontology.kif 19408-19413 If X is an instance of reversing, Y is a patient of X, and the top of Y is Z and the bottom of Y is W holds during the beginning of the time of existence of X, then the top of Y is W and the bottom of Y is Z holds during the end of the time of existence of X


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