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 694-696
(domain chromosomeNumber 1 EukaryoticCell) VirusProteinAndCellPart.kif 698-698 chromosomeNumber 的 1 数量 是 真核细胞instance
(domain chromosomeNumber 2 Integer) VirusProteinAndCellPart.kif 699-699 chromosomeNumber 的 2 数量 是 整数instance
(instance chromosomeNumber BinaryPredicate) VirusProteinAndCellPart.kif 693-693 chromosomeNumber二元谓语instance

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


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

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 703-711
(=>
    (and
        (instance ?CELL HaploidCell)
        (chromosomeNumber ?CELL ?X)
        (haploidNumber ?CELL ?Y))
    (equal ?X ?Y))
VirusProteinAndCellPart.kif 811-816
(=>
    (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 773-782


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