Right(右) |
appearance as argument number 1 |
(contraryAttribute Right Left) | Merge.kif 17189-17189 | 右 是 左 的相反 |
(documentation Right ChineseLanguage "这是一个由左/右模式所衍生的 PositionalAttribute。注: 这是指直接在右边,也就是说如果一个物体在另外一个物体的右边的话,那么这两个物体的投影就会交叠。") | chinese_format.kif 3826-3827 | |
(documentation Right EnglishLanguage "This PositionalAttribute is derived from the left/ right schema. Note that this means directly to the right, so that, if one object is to the right of another, then the projections of the two objects overlap.") | Merge.kif 17190-17193 | |
(instance Right AntiSymmetricPositionalAttribute) | Merge.kif 17188-17188 | 右 是 AntiSymmetricPositionalAttribute 的 instance |
(instance Right PositionalAttribute) | Merge.kif 17187-17187 | 右 是 位置属性 的 instance |
appearance as argument number 2 |
(termFormat ChineseLanguage Right "右") | domainEnglishFormat.kif 50008-50008 | |
(termFormat ChineseTraditionalLanguage Right "右") | domainEnglishFormat.kif 50007-50007 | |
(termFormat EnglishLanguage Right "right") | domainEnglishFormat.kif 50006-50006 | |
(termFormat tg Right "kanan") | terms-tg.txt 537-537 |
antecedent |
(<=> (orientation ?OBJ1 ?OBJ2 Right) (orientation ?OBJ2 ?OBJ1 Left)) |
Merge.kif 17195-17197 | 客体 在 另一个 客体 的 右 若且唯若 那个 另外 客体 在 那个 客体 的 左 |
(=> (and (orientation ?X ?Y Right) (orientation ?Z ?Y Left)) (orientation ?X ?Z Right)) |
Merge.kif 17002-17006 |
consequent |
(=> (and (instance ?MID MiddleCIButton) (component ?MID ?DEV) (instance ?DEV ComputerInputDevice)) (exists (?LEFT ?RIGHT) (and (instance ?RIGHT RightCIButton) (instance ?LEFT LeftCIButton) (component ?RIGHT ?DEV) (component ?LEFT ?DEV) (between ?LEFT ?MID ?RIGHT) (orientation ?MID ?LEFT Left) (orientation ?MID ?RIGHT Right)))) |
ComputerInput.kif 224-237 |
|
(=> (and (orientation ?X ?Y Right) (orientation ?Z ?Y Left)) (orientation ?X ?Z Right)) |
Merge.kif 17002-17006 |
statement |