MonoploidChromosomeSet |
appearance as argument number 1 |
(documentation MonoploidChromosomeSet EnglishLanguage "A MonoploidChromosomeSet is one (1) unique set of Chromosomes in a CellNucleus, each of its member is unique and not being part of a pair of homologousChromosme within the set.") | VirusProteinAndCellPart.kif 713-715 | |
(subclass MonoploidChromosomeSet Collection) | VirusProteinAndCellPart.kif 712-712 |
appearance as argument number 2 |
(termFormat EnglishLanguage MonoploidChromosomeSet "monoploid chromosome set") | VirusProteinAndCellPart.kif 716-716 |
appearance as argument number 3 |
(domain chromosomeSetCount 1 MonoploidChromosomeSet) | VirusProteinAndCellPart.kif 822-822 | |
(domain homologousChromosomePair 1 MonoploidChromosomeSet) | VirusProteinAndCellPart.kif 843-843 | |
(domain homologousChromosomePair 2 MonoploidChromosomeSet) | VirusProteinAndCellPart.kif 844-844 | |
(domain monoploidNumber 1 MonoploidChromosomeSet) | VirusProteinAndCellPart.kif 737-737 |
antecedent |
consequent |
(=> (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 |