Reversing |
appearance as argument number 1 |
(documentation Reversing EnglishLanguage "Moving something in such a way that its top becomes its bottom and vice versa.") | Mid-level-ontology.kif 17772-17773 | |
(subclass Reversing Motion) | Mid-level-ontology.kif 17771-17771 |
appearance as argument number 2 |
(termFormat ChineseLanguage Reversing "逆") | domainEnglishFormat.kif 49909-49909 | |
(termFormat ChineseTraditionalLanguage Reversing "逆") | domainEnglishFormat.kif 49908-49908 | |
(termFormat EnglishLanguage Reversing "reversing") | domainEnglishFormat.kif 49907-49907 |
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 17775-17780 |