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

Formal Language: 


KB Term:  Term intersection
English Word: 

  haploidNumber

Sigma KEE - haploidNumber
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 791-793
(domain haploidNumber 1 Gamete) VirusProteinAndCellPart.kif 795-795 haploidNumber 的 1 数量 是 Gameteinstance
(domain haploidNumber 2 Integer) VirusProteinAndCellPart.kif 796-796 haploidNumber 的 2 数量 是 整数instance
(instance haploidNumber BinaryPredicate) VirusProteinAndCellPart.kif 790-790 haploidNumber二元谓语instance

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


(format EnglishLanguage haploidNumber "There are %2 number of Chromosomes in a Gamete cell %1.") VirusProteinAndCellPart.kif 797-798
(termFormat EnglishLanguage haploidNumber "haploid number") VirusProteinAndCellPart.kif 794-794

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 800-809
(=>
    (and
        (instance ?CELL HaploidCell)
        (chromosomeNumber ?CELL ?X)
        (haploidNumber ?CELL ?Y))
    (equal ?X ?Y))
VirusProteinAndCellPart.kif 817-822


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