Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:    Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - chromosomeNumber
chromosomeNumber

appearance as argument number 1
-------------------------


(documentation chromosomeNumber EnglishLanguage "chromosomeNumber is a BinaryPredicate indicating the total number of Chromosomes contained in the CellNucleus of a EukaryoticCell.") VirusProteinAndCellPart.kif 700-702
(domain chromosomeNumber 1 EukaryoticCell) VirusProteinAndCellPart.kif 704-704 The number 1 argument of chromosome number is an instance of eukaryotic cell
(domain chromosomeNumber 2 Integer) VirusProteinAndCellPart.kif 705-705 The number 2 argument of chromosome number is an instance of integer
(instance chromosomeNumber BinaryPredicate) VirusProteinAndCellPart.kif 699-699 chromosome number is an instance of binary predicate

appearance as argument number 2
-------------------------


(format EnglishLanguage chromosomeNumber "There are %2 &chromosomes in EukaryoticCell %1.") VirusProteinAndCellPart.kif 706-707
(format EnglishLanguage chromosomeNumber "There are %2 number of Chromosomes in MonoploidChromosomeSet %1.") VirusProteinAndCellPart.kif 746-747
(termFormat EnglishLanguage chromosomeNumber "chromosome number") VirusProteinAndCellPart.kif 703-703

antecedent
-------------------------


(=>
    (and
        (chromosomeNumber ?C ?I)
        (part ?N ?C)
        (instance ?N CellNucleus)
        (instance ?COLL Collection)
        (located ?COLL ?N)
        (memberType ?COLL Chromosome))
    (memberCount ?COLL ?I))
VirusProteinAndCellPart.kif 709-717
(=>
    (and
        (instance ?CELL HaploidCell)
        (chromosomeNumber ?CELL ?X)
        (haploidNumber ?CELL ?Y))
    (equal ?X ?Y))
VirusProteinAndCellPart.kif 817-822
(=>
    (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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners