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


KB Term:  Term intersection
English Word: 

Sigma KEE - SecondaryColor
SecondaryColor(secondary color)

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


(subclass SecondaryColor ColorAttribute) Mid-level-ontology.kif 21275-21275 Secondary color is a subclass of color attribute
(documentation SecondaryColor EnglishLanguage "A color that is the product of mixing together two or more PrimaryColors.") Mid-level-ontology.kif 21276-21277 Secondary color is a subclass of color attribute
(externalImage SecondaryColor "http://upload.wikimedia.org/wikipedia/commons/ 4/ 40/ Pink_tulips_closed.jpg") pictureList.kif 2349-2349 Secondary color is a subclass of color attribute

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


(instance VioletColor SecondaryColor) Mid-level-ontology.kif 21295-21295 Violet color is an instance of secondary color
(instance GrayColor SecondaryColor) Mid-level-ontology.kif 21298-21298 Gray color is an instance of secondary color
(instance Pink SecondaryColor) Mid-level-ontology.kif 21302-21302 Pink is an instance of secondary color
(instance Brown SecondaryColor) Mid-level-ontology.kif 21306-21306 Brown is an instance of secondary color
(instance OrangeColor SecondaryColor) Mid-level-ontology.kif 21310-21310 Orange color is an instance of secondary color
(instance Green SecondaryColor) Mid-level-ontology.kif 21315-21315 Green is an instance of secondary color
(instance Purple SecondaryColor) Mid-level-ontology.kif 21320-21320 Purple is an instance of secondary color
(termFormat EnglishLanguage SecondaryColor "secondary color") domainEnglishFormat.kif 51760-51760 Purple is an instance of secondary color
(termFormat ChineseTraditionalLanguage SecondaryColor "二等色") domainEnglishFormat.kif 51761-51761 Purple is an instance of secondary color
(termFormat ChineseLanguage SecondaryColor "二等色") domainEnglishFormat.kif 51762-51762 Purple is an instance of secondary color

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


(=>
    (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 21279-21292 If X is an instance of secondary color and X is an attribute of Y, then All of the following hold: (1) there exist Z, W,, , V,, , U (2) T such that Y is a result of Z (3) W is a resource for Z (4) V is a resource for Z (5) U is an attribute of W (6) T is an attribute of V (7) U is an instance of primary color (8) T is an instance of primary color (9) equal U (10) T


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners