MonoploidCell |
appearance as argument number 1 |
![]() |
(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 757-759 | |
(subclass MonoploidCell SomaticCell) | VirusProteinAndCellPart.kif 755-755 | |
(subclass MonoploidCell Zygote) | VirusProteinAndCellPart.kif 756-756 |
appearance as argument number 2 |
![]() |
(termFormat EnglishLanguage MonoploidCell "monoploid cell") | VirusProteinAndCellPart.kif 760-760 |
antecedent |
![]() |
(=> (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 779-788 | |
(=> (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 762-777 |
![]() |
![]() |