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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TetraploidCell
TetraploidCell(tetraploid cell)

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


(documentation TetraploidCell EnglishLanguage "TetraploidCell refers to a cell which has four (4) sets of homologous Chromosomes.") VirusProteinAndCellPart.kif 941-942
(subclass TetraploidCell SomaticCell) VirusProteinAndCellPart.kif 939-939 Tetraploid cell is a subclass of somatic cell
(subclass TetraploidCell Zygote) VirusProteinAndCellPart.kif 940-940 Tetraploid cell is a subclass of zygote

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


(termFormat EnglishLanguage TetraploidCell "tetraploid cell") VirusProteinAndCellPart.kif 943-943

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


(=>
    (and
        (instance ?CELL TetraploidCell)
        (part ?N ?CELL)
        (instance ?N CellNucleus)
        (located ?COLL ?N)
        (instance ?COLL Collection)
        (memberType ?COLL Chromosome))
    (exists (?A ?B)
        (and
            (instance ?A HomologousChromosomeSet)
            (subCollection ?A ?COLL)
            (instance ?B HomologousChromosomeSet)
            (subCollection ?B ?COLL)
            (not
                (equal ?A ?B)))))
VirusProteinAndCellPart.kif 957-972

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


(=>
    (and
        (instance ?COLL Collection)
        (memberType ?COLL Chromosome)
        (instance ?A MonoploidChromosomeSet)
        (subCollection ?A ?COLL)
        (chromosomeSetCount ?A ?COLL 4)
        (located ?COLL ?N)
        (instance ?N CellNucleus)
        (part ?N ?CELL))
    (instance ?CELL TetraploidCell))
VirusProteinAndCellPart.kif 945-955
(=>
    (and
        (instance ?E DurumWheatGrass)
        (part ?C ?E)
        (instance ?C ?CLASS))
    (subclass ?CLASS TetraploidCell))
Economy.kif 4241-4246
(=>
    (and
        (instance ?E EmmerWheatGrass)
        (part ?C ?E)
        (instance ?C ?CLASS))
    (subclass ?CLASS TetraploidCell))
Economy.kif 4209-4214


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