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 693-695
(domain chromosomeNumber 1 EukaryoticCell) VirusProteinAndCellPart.kif 697-697
(domain chromosomeNumber 2 Integer) VirusProteinAndCellPart.kif 698-698
(instance chromosomeNumber BinaryPredicate) VirusProteinAndCellPart.kif 692-692

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


(format EnglishLanguage chromosomeNumber "There are %2 number of Chromosomes in MonoploidChromosomeSet %1.") VirusProteinAndCellPart.kif 739-740
(format EnglishLanguage chromosomeNumber "There are %2 number of &Chromosome in EukaryoticCell %1.") VirusProteinAndCellPart.kif 699-700
(termFormat EnglishLanguage chromosomeNumber "chromosome number") VirusProteinAndCellPart.kif 696-696

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 702-710
(=>
    (and
        (instance ?CELL HaploidCell)
        (chromosomeNumber ?CELL ?X)
        (haploidNumber ?CELL ?Y))
    (equal ?X ?Y))
VirusProteinAndCellPart.kif 810-815
(=>
    (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


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