MonoploidChromosomeSet(monoploid chromosome set) |
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 | Monoploid chromosome set is a subclass of collection |
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 | The number 1 argument of chromosome set count is an instance of monoploid chromosome set |
(domain homologousChromosomePair 1 MonoploidChromosomeSet) | VirusProteinAndCellPart.kif 843-843 | The number 1 argument of homologous chromosome pair is an instance of monoploid chromosome set |
(domain homologousChromosomePair 2 MonoploidChromosomeSet) | VirusProteinAndCellPart.kif 844-844 | The number 2 argument of homologous chromosome pair is an instance of monoploid chromosome set |
(domain monoploidNumber 1 MonoploidChromosomeSet) | VirusProteinAndCellPart.kif 737-737 | The number 1 argument of monoploid number is an instance of monoploid chromosome set |
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 |
|