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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Zygote
Zygote(zygote)

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


(documentation Zygote EnglishLanguage "A zygote is a EukaryoticCell formed by a Fertilization event between two Gametes. The zygote's genome is a combination of the DNAMolecule in each gamete, and contains all of the genetic information necessary to form a new individual Organism. [from Wikipedia]") Mid-level-ontology.kif 23994-23998
(subclass Zygote EukaryoticCell) Mid-level-ontology.kif 23991-23991 Zygote is a subclass of eukaryotic cell

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


(subclass DecaploidCell Zygote) VirusProteinAndCellPart.kif 1037-1037 Decaploid cell is a subclass of zygote
(subclass DiploidCell Zygote) VirusProteinAndCellPart.kif 890-890 Diploid cell is a subclass of zygote
(subclass DodecaploidCell Zygote) VirusProteinAndCellPart.kif 1043-1043 Codecaploid cell is a subclass of zygote
(subclass HeptaploidCell Zygote) VirusProteinAndCellPart.kif 1025-1025 Heptaploid cell is a subclass of zygote
(subclass HexaploidCell Zygote) VirusProteinAndCellPart.kif 986-986 Hexaploid cell is a subclass of zygote
(subclass MonoploidCell Zygote) VirusProteinAndCellPart.kif 749-749 Monoploid cell is a subclass of zygote
(subclass OctaploidCell Zygote) VirusProteinAndCellPart.kif 1031-1031 Octaploid cell is a subclass of zygote
(subclass PentaploidCell Zygote) VirusProteinAndCellPart.kif 968-968 Pentaploid cell is a subclass of zygote
(subclass TetraploidCell Zygote) VirusProteinAndCellPart.kif 933-933 Tetraploid cell is a subclass of zygote
(subclass TriploidCell Zygote) VirusProteinAndCellPart.kif 915-915 Triploid cell is a subclass of zygote
(termFormat EnglishLanguage Zygote "zygote") Mid-level-ontology.kif 23992-23992

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


(=>
    (and
        (instance ?B Birth)
        (origin ?B ?F))
    (exists (?Z ?T)
        (and
            (instance ?Z Zygote)
            (earlier ?T
                (WhenFn ?B))
            (holdsDuring ?T
                (located ?Z ?F)))))
Mid-level-ontology.kif 24018-24027
(=>
    (instance ?F Fertilisation)
    (exists (?Z)
        (and
            (instance ?Z Zygote)
            (result ?F ?Z))))
Mid-level-ontology.kif 24000-24005


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