BinaryPredicate(binary predicate) |
appearance as argument number 1 |
(documentation BinaryPredicate ChineseLanguage "这是一个联系两个项目的 Predicate - 它的配价是二。") | chinese_format.kif 2012-2013 | |
(documentation BinaryPredicate EnglishLanguage "A Predicate relating two items - its valence is two.") | Merge.kif 3483-3484 | |
(documentation BinaryPredicate JapaneseLanguage "Predicate は2つの項目に関連する- その 価数は2である。") | japanese_format.kif 651-652 | |
(subclass BinaryPredicate BinaryRelation) | Merge.kif 3480-3480 | Binary predicate is a subclass of binary relation |
(subclass BinaryPredicate InheritableRelation) | Merge.kif 3481-3481 | Binary predicate is a subclass of inheritable relation |
(subclass BinaryPredicate Predicate) | Merge.kif 3479-3479 | Binary predicate is a subclass of predicate |
appearance as argument number 2 |
appearance as argument number 3 |
(domain contraryAttributeWRT 3 BinaryPredicate) | ComputerInput.kif 19-19 | The number 3 argument of contrary attribute WRT is an instance of binary predicate |
antecedent |
(=> (and (instance ?REL BinaryPredicate) (instance ?REL SpatialRelation) (instance ?OBJ1 Physical) (instance ?OBJ2 Physical) (?REL ?OBJ1 ?OBJ2)) (overlapsTemporally (WhenFn ?OBJ1) (WhenFn ?OBJ2))) |
Merge.kif 8285-8292 |
|
(=> (instance ?REL BinaryPredicate) (valence ?REL 2)) |
Merge.kif 3486-3488 |
|