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


KB Term:  Term intersection
English Word: 

  hasSkill

Sigma KEE - MonoploidCell
MonoploidCell

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


(documentation MonoploidCell EnglishLanguage "MonoploidCell is a cell that contains one (1) set of Chromosomes, ie.a MonoploidChromosomeSet. In other words, its chromosomeNumber and monoploidNumber are equal.") VirusProteinAndCellPart.kif 757-759
(subclass MonoploidCell SomaticCell) VirusProteinAndCellPart.kif 755-755 MonoploidCell is a subclass of SomaticCell
(subclass MonoploidCell Zygote) VirusProteinAndCellPart.kif 756-756 MonoploidCell is a subclass of Zygote

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


(termFormat EnglishLanguage MonoploidCell "monoploid cell") VirusProteinAndCellPart.kif 760-760

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


(=>
    (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
(=>
    (and
        (instance ?CELL MonoploidCell)
        (instance ?N CellNucleus)
        (part ?N ?CELL))
    (exists (?COLL)
        (and
            (instance ?COLL MonoploidChromosomeSet)
            (located ?COLL ?N)
            (not
                (exists (?SET)
                    (and
                        (instance ?SET MonoploidChromosomeSet)
                        (not
                            (equal ?SET ?COLL))
                        (located ?SET ?N)))))))
VirusProteinAndCellPart.kif 762-777


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