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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - PrimaryColor
PrimaryColor(primary color)
primary_color, primary_color_for_light, primary_color_for_pigments, primary_colour, primary_colour_for_light, primary_colour_for_pigments

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


(documentation PrimaryColor ChineseLanguage "这些颜色可以混合成为任何颜色,而且它们都不能从其他颜色 衍生而成。") chinese_format.kif 3947-3948
(documentation PrimaryColor EnglishLanguage "Colors which can be blended to form any color and which cannot be derived from any other colors.") Merge.kif 17770-17771
(externalImage PrimaryColor "http://upload.wikimedia.org/wikipedia/commons/ a/ a7/ Stop_sign_MUTCD.svg") pictureList.kif 1934-1934
(subclass PrimaryColor ColorAttribute) Merge.kif 17769-17769 Primary color is a subclass of color attribute

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


(instance Black PrimaryColor) Merge.kif 17785-17785 Black is an instance of primary color
(instance Blue PrimaryColor) Merge.kif 17776-17776 Blue is an instance of primary color
(instance Red PrimaryColor) Merge.kif 17773-17773 Red is an instance of primary color
(instance White PrimaryColor) Merge.kif 17782-17782 White is an instance of primary color
(instance Yellow PrimaryColor) Merge.kif 17779-17779 Yellow is an instance of primary color
(termFormat ChineseLanguage PrimaryColor "原色") chinese_format.kif 1253-1253 Yellow is an instance of primary color
(termFormat EnglishLanguage PrimaryColor "primary color") english_format.kif 1727-1727 Yellow is an instance of primary color
(termFormat FrenchLanguage PrimaryColor "couleur primaire") french_format.kif 931-931 Yellow is an instance of primary color
(termFormat Hindi PrimaryColor "praathamika varNa") terms-hindi.txt 465-465 Yellow is an instance of primary color
(termFormat ItalianLanguage PrimaryColor "ColorePirmario") terms-it.txt 468-468 Yellow is an instance of primary color
(termFormat JapaneseLanguage PrimaryColor "原色") japanese_format.kif 2615-2615 Yellow is an instance of primary color
(termFormat PortugueseLanguage PrimaryColor "Cor Primaria") portuguese_format.kif 883-883 Yellow is an instance of primary color
(termFormat cz PrimaryColor "primary color") terms-cz.txt 504-504 Yellow is an instance of primary color
(termFormat de PrimaryColor "Primaerfarbe") terms-de.txt 763-763 Yellow is an instance of primary color
(termFormat ro PrimaryColor "culoare primarã") relations-ro.kif 952-952 Yellow is an instance of primary color
(termFormat tg PrimaryColor "batayang kulay") terms-tg.txt 469-469 Yellow is an instance of primary color

antecedent
-------------------------


(=>
    (and
        (attribute ?OBJ Monochromatic)
        (superficialPart ?PART ?OBJ)
        (attribute ?PART ?COLOR)
        (instance ?COLOR PrimaryColor))
    (forall (?ELEMENT)
        (=>
            (superficialPart ?ELEMENT ?OBJ)
            (attribute ?ELEMENT ?COLOR))))
Merge.kif 17792-17801

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


(=>
    (and
        (instance ?COLOR SecondaryColor)
        (attribute ?OBJ ?COLOR))
    (exists (?PROCESS ?RESOURCE1 ?RESOURCE2 ?PRIMARY1 ?PRIMARY2)
        (and
            (result ?PROCESS ?OBJ)
            (resource ?PROCESS ?RESOURCE1)
            (resource ?PROCESS ?RESOURCE2)
            (attribute ?RESOURCE1 ?PRIMARY1)
            (attribute ?RESOURCE2 ?PRIMARY2)
            (instance ?PRIMARY1 PrimaryColor)
            (instance ?PRIMARY2 PrimaryColor)
            (not
                (equal ?PRIMARY1 ?PRIMARY2)))))
Mid-level-ontology.kif 20468-20481


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