disjointRelation |
appearance as argument number 1 |
appearance as argument number 2 |
(format ChineseLanguage disjointRelation "%1 和 %2 %n 是 disjoint 关系") | chinese_format.kif 289-289 | |
(format EnglishLanguage disjointRelation "%1 and %2 are %n disjoint") | english_format.kif 294-294 | |
(format FrenchLanguage disjointRelation "%1 et %2 sont %n disjoint") | french_format.kif 167-167 | |
(format ItalianLanguage disjointRelation "%1 e %2 sono %n disgiunti") | relations-it.txt 77-77 | |
(format JapaneseLanguage disjointRelation "%1 と %2 は disjoint では %n") | japanese_format.kif 1987-1987 | |
(format PortugueseLanguage disjointRelation "%1 e %2 sao %n disjuntos") | portuguese_format.kif 119-119 | |
(format cb disjointRelation "%1 at %2 %n ay lahi") | relations-cb.txt 111-111 | |
(format cz disjointRelation "%1 and %2 are %n disjoint") | relations-cz.txt 183-183 | |
(format de disjointRelation "%1 und %2 werden %n{nicht} disjunkt") | relations-de.txt 376-376 | |
(format hi disjointRelation "%1 aura %2 asanyukta %n hain") | relations-hindi.txt 117-117 | |
(format ro disjointRelation "%1 ºi %2 %n{nu} sunt disjoint%t{disjuncte}") | relations-ro.kif 187-187 | |
(format sv disjointRelation "%1 och %2 är %n{inte} disjunkta") | relations-sv.txt 174-174 | |
(format tg disjointRelation "%1 at %2 %n ay iba") | relations-tg.txt 170-170 | |
(termFormat ChineseLanguage disjointRelation "不相交关系") | chinese_format.kif 290-290 | |
(termFormat ChineseLanguage disjointRelation "不相交的关系") | domainEnglishFormat.kif 19876-19876 | |
(termFormat ChineseTraditionalLanguage disjointRelation "不相交的關係") | domainEnglishFormat.kif 19875-19875 | |
(termFormat EnglishLanguage disjointRelation "disjoint relation") | domainEnglishFormat.kif 19874-19874 | |
(termFormat de disjointRelation "disjunkteRelation") | terms-de.txt 117-117 |
antecedent |
(=> (and (instance ?REL1 Predicate) (instance ?REL2 Predicate) (disjointRelation ?REL1 ?REL2) (?REL1 @ROW2)) (not (?REL2 @ROW2))) |
Merge.kif 447-453 |
|
consequent |
(=> (and (domain ?REL1 ?NUMBER ?CLASS1) (domain ?REL2 ?NUMBER ?CLASS2) (disjoint ?CLASS1 ?CLASS2)) (disjointRelation ?REL1 ?REL2)) |
Merge.kif 419-424 |
|
(=> (and (domainSubclass ?REL1 ?NUMBER ?CLASS1) (domainSubclass ?REL2 ?NUMBER ?CLASS2) (disjoint ?CLASS1 ?CLASS2)) (disjointRelation ?REL1 ?REL2)) |
Merge.kif 426-431 |
|
(=> (and (range ?REL1 ?CLASS1) (range ?REL2 ?CLASS2) (disjoint ?CLASS1 ?CLASS2)) (disjointRelation ?REL1 ?REL2)) |
Merge.kif 433-438 |
|
(=> (and (rangeSubclass ?REL1 ?CLASS1) (rangeSubclass ?REL2 ?CLASS2) (disjoint ?CLASS1 ?CLASS2)) (disjointRelation ?REL1 ?REL2)) |
Merge.kif 440-445 |
|
appearance as argument number 0 |