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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Egg
Egg(egg)
egg

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


(documentation Egg ChineseLanguage "这是 Animal 的雌性受精或未受精的 ReproductiveBody。这 包括 BirdReptile 的蛋与哺乳类动物的卵子。") chinese_format.kif 3501-3502
(documentation Egg EnglishLanguage "The fertilized or unfertilized female ReproductiveBody of an Animal. This includes Bird and Reptile eggs, as well as mammalian ova.") Merge.kif 15073-15075
(externalImage Egg "http://articulatesoftware.com/SUMOpictures/small_icons/ food/ egg.png") pictureList.kif 406-406
(subclass Egg AnimalAnatomicalStructure) Merge.kif 15071-15071 Egg is a subclass of animal anatomical structure
(subclass Egg Meat) Merge.kif 15072-15072 Egg is a subclass of meat
(subclass Egg ReproductiveBody) Merge.kif 15070-15070 Egg is a subclass of reproductive body

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


(initialPart EggYolk Egg) Food.kif 2547-2547 Every egg yolk is initially part of a egg
(subclass BirdEgg Egg) Mid-level-ontology.kif 24360-24360 Bird egg is a subclass of egg
(termFormat ChineseLanguage Egg "蛋") domainEnglishFormat.kif 21340-21340 Bird egg is a subclass of egg
(termFormat ChineseTraditionalLanguage Egg "蛋") domainEnglishFormat.kif 21339-21339 Bird egg is a subclass of egg
(termFormat EnglishLanguage Egg "egg") domainEnglishFormat.kif 21338-21338 Bird egg is a subclass of egg

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


(=>
    (and
        (instance ?O Organism)
        (instance ?E Egg)
        (attribute ?O Embryonic)
        (part ?O ?E))
    (exists (?Y)
        (and
            (instance ?Y EggYolk)
            (hasPurpose ?Y
                (exists (?I)
                    (and
                        (instance ?I Ingesting)
                        (agent ?I ?O)
                        (resource ?I ?Y)))))))
Food.kif 2548-2562

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


(=>
    (and
        (instance ?L LayingEggs)
        (experiencer ?L ?A))
    (exists (?E)
        (and
            (instance ?E Egg)
            (patient ?L ?E)
            (holdsDuring
                (BeginFn
                    (WhenFn ?L))
                (part ?E ?A))
            (holdsDuring
                (EndFn
                    (WhenFn ?L))
                (not
                    (part ?E ?A))))))
Mid-level-ontology.kif 24404-24417
(=>
    (instance ?O Omelette)
    (material Egg ?O))
Food.kif 2708-2710


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