Polychromatic |
appearance as argument number 1 |
(contraryAttribute Polychromatic Monochromatic) | Merge.kif 17785-17785 | Polychromatic は Monochromatic の disjoint では %n |
(documentation Polychromatic ChineseLanguage "拥有这个 Attribute 的 Object,它表面 不同部分的颜色都是不一样的。") | chinese_format.kif 3956-3957 | |
(documentation Polychromatic EnglishLanguage "An Object with this Attribute has different colors on different parts of its surface.") | Merge.kif 17786-17787 | |
(instance Polychromatic ColorAttribute) | Merge.kif 17784-17784 | Polychromatic は カラー属性 の instance では %n |
appearance as argument number 2 |
(termFormat ChineseLanguage Polychromatic "多色") | domainEnglishFormat.kif 46581-46581 | |
(termFormat ChineseTraditionalLanguage Polychromatic "多色") | domainEnglishFormat.kif 46580-46580 | |
(termFormat EnglishLanguage Polychromatic "polychromatic") | domainEnglishFormat.kif 46579-46579 |
antecedent |
(=> (attribute ?OBJ Polychromatic) (exists (?PART1 ?PART2 ?COLOR1 ?COLOR2) (and (superficialPart ?PART1 ?OBJ) (superficialPart ?PART2 ?OBJ) (attribute ?PART1 ?COLOR1) (attribute ?PART2 ?COLOR2) (instance ?COLOR1 ColorAttribute) (instance ?COLOR2 ColorAttribute) (not (equal ?COLOR1 ?COLOR2))))) |
Merge.kif 17789-17799 |
consequent |
(=> (instance ?OBJ Object) (or (attribute ?OBJ Monochromatic) (attribute ?OBJ Polychromatic))) |
Merge.kif 17778-17782 |
|