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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Polychromatic
Polychromatic

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


(contraryAttribute Polychromatic Monochromatic) Merge.kif 17785-17785
(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 17786-17787
(instance Polychromatic ColorAttribute) Merge.kif 17784-17784

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


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



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