haploidNumber |
appearance as argument number 1 |
(documentation haploidNumber EnglishLanguage "haploidNumber is a BinaryPredicate indicating the number of Chromosomes contained in the CellNuclues of a Gamete cell.") | VirusProteinAndCellPart.kif 784-786 | |
(domain haploidNumber 1 Gamete) | VirusProteinAndCellPart.kif 788-788 | |
(domain haploidNumber 2 Integer) | VirusProteinAndCellPart.kif 789-789 | |
(instance haploidNumber BinaryPredicate) | VirusProteinAndCellPart.kif 783-783 |
appearance as argument number 2 |
(format EnglishLanguage haploidNumber "There are %2 number of Chromosomes in a Gamete cell %1.") | VirusProteinAndCellPart.kif 790-791 | |
(termFormat EnglishLanguage haploidNumber "haploid number") | VirusProteinAndCellPart.kif 787-787 |
antecedent |
(=> (and (haploidNumber ?CELL ?I) (instance ?CELL Gamete) (part ?N ?CELL) (instance ?N CellNucleus) (instance ?COLL Collection) (located ?COLL ?N) (memberType ?COLL Chromosome)) (memberCount ?COLL ?I)) |
VirusProteinAndCellPart.kif 793-802 | |
(=> (and (instance ?CELL HaploidCell) (chromosomeNumber ?CELL ?X) (haploidNumber ?CELL ?Y)) (equal ?X ?Y)) |
VirusProteinAndCellPart.kif 810-815 |