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 750-752 | |
(subclass MonoploidCell SomaticCell) | VirusProteinAndCellPart.kif 748-748 | |
(subclass MonoploidCell Zygote) | VirusProteinAndCellPart.kif 749-749 |
appearance as argument number 2 |
(termFormat EnglishLanguage MonoploidCell "monoploid cell") | VirusProteinAndCellPart.kif 753-753 |
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 772-781 | |
(=> (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 755-770 |