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

Formal Language: 



KB Term:  Term intersection
English Word: 

  chromosomeNumber

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 引数は EukaryoticCellinstance では %n
(domain chromosomeNumber 2 Integer) VirusProteinAndCellPart.kif 699-699 chromosomeNumber の数値 2 引数は 整数instance では %n
(instance chromosomeNumber BinaryPredicate) VirusProteinAndCellPart.kif 693-693 chromosomeNumber2進述語instance では %n

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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