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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Cell
Cell(cell)
B_cell, B_lymphocyte, CD4_T_cell, CD4_cell, CD8_T_cell, CD8_cell, Golgi's_cell, Golgi_cell, Kupffer's_cell, Leydig's_cell, Leydig_cell, Purkinje_cell, Schwann_cell, Sertoli's_cell, Sertoli_cell, T_cell, T_lymphocyte, acanthocyte, acaryote, adipose_cell, afferent_neuron, akaryocyte, akaryote, ameloblast, anisogamete, archesporial, arthrospore, astrocyte, astrocytic, basophil, basophile, beta_cell, binuclear, binucleate, binucleated, blastocyte, blastomere, blastomeric, bone-forming_cell, bone_cell, brain_cell, cancer_cell, cell, cell-free, cellular, choanocyte, collar_cell, columnar_cell, columnar_epithelial_cell, cone...

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


(documentation Cell ChineseLanguage "这是有生命 Organism 基本的结构单位和功能部分。") chinese_format.kif 3518-3518
(documentation Cell EnglishLanguage "The fundamental structural and functional unit of living Organisms.") Merge.kif 15077-15078
(externalImage Cell "http://upload.wikimedia.org/wikipedia/commons/thumb/ 8/ 83/ Celltypes.svg/ 300px-Celltypes.svg.png") pictureList.kif 1068-1068
(subclass Cell BodyPart) Merge.kif 15076-15076 Cell is a subclass of body part

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


(subclass BloodCell Cell) Mid-level-ontology.kif 10123-10123 Blood cell is a subclass of cell
(subclass EukaryoticCell Cell) VirusProteinAndCellPart.kif 329-329 Eukaryotic cell is a subclass of cell
(subclass Gamete Cell) Mid-level-ontology.kif 23889-23889 Gamete is a subclass of cell
(subclass NerveCell Cell) Mid-level-ontology.kif 10725-10725 Nerve cell is a subclass of cell
(subclass ProkaryoticCell Cell) VirusProteinAndCellPart.kif 339-339 Prokaryotic cell is a subclass of cell
(subclass Zygote Cell) Mid-level-ontology.kif 23921-23921 Zygote is a subclass of cell
(termFormat ChineseLanguage Cell "细胞") chinese_format.kif 1022-1022
(termFormat EnglishLanguage Cell "cell") english_format.kif 1256-1256
(termFormat FrenchLanguage Cell "cellule") french_format.kif 700-700
(termFormat Hindi Cell "koshIka") terms-hindi.txt 231-231
(termFormat ItalianLanguage Cell "Cellula") terms-it.txt 234-234
(termFormat JapaneseLanguage Cell "細胞") japanese_format.kif 2383-2383
(termFormat PortugueseLanguage Cell "Celula") portuguese_format.kif 652-652
(termFormat cz Cell "cell") terms-cz.txt 269-269
(termFormat ro Cell "celulã") relations-ro.kif 721-721
(termFormat tg Cell "Selula") terms-tg.txt 235-235

appearance as argument number 3
-------------------------


(domain CellPartFn 1 Cell) VirusProteinAndCellPart.kif 655-655 The number 1 argument of cell part is an instance of cell
(domainSubclass cellShape 1 Cell) VirusProteinAndCellPart.kif 353-353 The number 1 argument of cell shape is a subclass of cell

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


(=>
    (instance ?C Cell)
    (modalAttribute
        (or
            (cellShape ?C Sphere)
            (cellShape ?C Cylinder)) Likely))
VirusProteinAndCellPart.kif 367-373
(=>
    (instance ?CELL Cell)
    (exists (?ENVELOPE)
        (and
            (instance ?ENVELOPE CellEnvelope)
            (part ?ENVELOPE ?CELL))))
VirusProteinAndCellPart.kif 557-562

consequent
-------------------------


(=>
    (and
        (instance ?AI AutoImmuneDisorder)
        (experiencer ?AI ?H))
    (exists (?A ?D ?C)
        (and
            (instance ?A Antibody)
            (part ?A ?H)
            (instance ?C Cell)
            (part ?C ?H)
            (instance ?D Destruction)
            (instrument ?D ?A)
            (not
                (desires ?H
                    (and
                        (instance ?D Destruction)
                        (instrument ?D ?A)))))))
Medicine.kif 2198-2214
(=>
    (and
        (instance ?VIRUS Virus)
        (instance ?PROC Replication)
        (agent ?PROC ?VIRUS))
    (exists (?CELL)
        (and
            (located ?PROC ?CELL)
            (instance ?CELL Cell))))
Merge.kif 14460-14468
(=>
    (instance ?BACTERIUM Bacterium)
    (exists (?CELL1)
        (and
            (component ?CELL1 ?BACTERIUM)
            (instance ?CELL1 Cell)
            (forall (?CELL2)
                (=>
                    (and
                        (component ?CELL2 ?BACTERIUM)
                        (instance ?CELL2 Cell))
                    (equal ?CELL1 ?CELL2))))))
Merge.kif 14429-14440
(=>
    (instance ?MEMBRANE CellMembraneInternal)
    (exists (?CELL)
        (and
            (instance ?CELL Cell)
            (interiorPart ?MEMBRANE ?CELL))))
VirusProteinAndCellPart.kif 435-440
(=>
    (instance ?NUCLEUS CellNucleus)
    (exists (?CELL)
        (and
            (instance ?CELL Cell)
            (part ?NUCLEUS ?CELL))))
Mid-level-ontology.kif 10867-10872
(=>
    (instance ?O Organelle)
    (exists (?C)
        (and
            (instance ?C Cell)
            (part ?O ?C))))
Mid-level-ontology.kif 10105-10110
(=>
    (instance ?OBJ1 CellPart)
    (exists (?CELL)
        (and
            (instance ?CELL Cell)
            (properPart ?OBJ1 ?CELL))))
Mid-level-ontology.kif 10854-10859
(=>
    (instance ?PART AnatomicalStructure)
    (exists (?CELL)
        (and
            (instance ?CELL Cell)
            (part ?CELL ?PART))))
Merge.kif 14899-14904
(=>
    (instance ?STUFF Tissue)
    (exists (?PART)
        (and
            (instance ?PART Cell)
            (part ?PART ?STUFF))))
Merge.kif 15104-15109
(=>
    (instance ?W CellWall)
    (exists (?CELL ?SURF)
        (and
            (instance ?CELL Cell)
            (part ?W ?CELL)
            (surface ?SURF ?CELL)
            (part ?SURF ?W))))
VirusProteinAndCellPart.kif 422-429


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