Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  Polychromatic

Sigma KEE - Polychromatic
Polychromatic(多色)

appearance as argument number 1
-------------------------


(contraryAttribute Polychromatic Monochromatic) Merge.kif 17706-17706 多色单色 的相反
(documentation Polychromatic ChineseLanguage "拥有这个 AttributeObject,它表面 不同部分的颜色都是不一样的。") chinese_format.kif 3956-3957
(documentation Polychromatic EnglishLanguage "An Object with this Attribute has different colors on different parts of its surface.") Merge.kif 17707-17708
(instance Polychromatic ColorAttribute) Merge.kif 17705-17705 多色颜色属性instance

appearance as argument number 2
-------------------------


(termFormat ChineseLanguage Polychromatic "多色") domainEnglishFormat.kif 46579-46579
(termFormat ChineseTraditionalLanguage Polychromatic "多色") domainEnglishFormat.kif 46578-46578
(termFormat EnglishLanguage Polychromatic "polychromatic") domainEnglishFormat.kif 46577-46577

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 17710-17720

consequent
-------------------------


(=>
    (instance ?OBJ Object)
    (or
        (attribute ?OBJ Monochromatic)
        (attribute ?OBJ Polychromatic)))
Merge.kif 17699-17703


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners