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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Nucleosome
Nucleosome

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


(documentation Nucleosome EnglishLanguage "A Nnucleosome is the fundamental subunit of Chromatin. It is the basic structural unit of DNA packaging in eukaryotes. The structure of a nucleosome consists of a segment of DNA wound around eight Histone proteins and resembles thread wrapped around a spool. [Wikipedia]") VirusProteinAndCellPart.kif 620-623
(subclass Nucleosome CellPart) VirusProteinAndCellPart.kif 619-619

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


(=>
    (instance ?N Nucleosome)
    (exists (?D ?H)
        (and
            (instance ?D DNAMolecule)
            (instance ?H Histone)
            (part ?D ?N)
            (part ?H ?N))))
VirusProteinAndCellPart.kif 625-632

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


(=>
    (instance ?X Chromotin)
    (exists (?COLL ?N)
        (and
            (instance ?COLL Collection)
            (located ?COLL ?X)
            (member ?COLL ?N)
            (instance ?N Nucleosome))))
VirusProteinAndCellPart.kif 610-617


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