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


KB Term:  Term intersection
English Word: 

Sigma KEE - MonoploidCell
MonoploidCell(monoploid cell)

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


(subclass MonoploidCell SomaticCell) VirusProteinAndCellPart.kif 733-733 Monoploid cell is a subclass of somatic cell
(subclass MonoploidCell Zygote) VirusProteinAndCellPart.kif 734-734 Monoploid cell is a subclass of zygote
(documentation MonoploidCell EnglishLanguage "MonoploidCell is a cell that contains one (1) set of Chromosomes, ie.a MonoploidChromosomeSet. In other words, its chromosomeNumber and monoploidNumber are equal.") VirusProteinAndCellPart.kif 735-737 Monoploid cell is a subclass of zygote

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


(termFormat EnglishLanguage MonoploidCell "monoploid cell") VirusProteinAndCellPart.kif 738-738

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


(=>
    (and
        (instance ?CELL MonoploidCell)
        (instance ?N CellNucleus)
        (part ?N ?CELL))
    (exists (?COLL)
        (and
            (instance ?COLL MonoploidChromosomeSet)
            (located ?COLL ?N)
            (not
                (exists (?SET)
                    (and
                        (instance ?SET MonoploidChromosomeSet)
                        (not
                            (equal ?SET ?COLL))
                        (located ?SET ?N)))))))
VirusProteinAndCellPart.kif 740-755 If X is an instance of monoploid cell, Y is an instance of cell nucleus, and Y is a part of X, then there exists Z such that Z is an instance of monoploid chromosome set, Z is located at Y, there doesn't exist W such that W is an instance of monoploid chromosome set, equal W, Z, and W is located at Y
(=>
    (and
        (instance ?CELL MonoploidCell)
        (chromosomeNumber ?CELL ?X)
        (instance ?COLL MonoploidChromosomeSet)
        (located ?COLL ?N)
        (instance ?N CellNucleus)
        (part ?N ?CELL)
        (monoploidNumber ?COLL ?Y))
    (equal ?X ?Y))
VirusProteinAndCellPart.kif 757-766 If All of the following hold: (1) X is an instance of monoploid cell (2) There are Y number of Chromosomes in MonoploidChromosomeSet X. (3) Z is an instance of monoploid chromosome set (4) Z is located at W (5) W is an instance of cell nucleus (6) W is a part of X (7) monoploid number Z and V, then equal Y and V


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