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



KB Term:  Term intersection
English Word: 

Sigma KEE - DNAMolecule
DNAMolecule(DNA molecule)DNA, cDNA, chromosome, complementary_DNA, deoxyribonucleic_acid, desoxyribonucleic_acid, dscDNA, episome, plasmid, plasmid_DNA, provirus, recombinant_DNA, recombinant_deoxyribonucleic_acid

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


(subclass DNAMolecule Biopolymer) VirusProteinAndCellPart.kif 93-93 DNA molecule is a subclass of biopolymer
(documentation DNAMolecule EnglishLanguage "Deoxyribonucleic acid (DNA) is a nucleic acid which carries genetic instructions for the biological development of all cellular forms of life and many viruses. DNA is sometimes referred to as the molecule of heredity as it is inherited and used to propagate traits. During reproduction, it is replicated and transmitted to offspring. In bacteria and other simple cell organisms, DNA is distributed more or less throughout the cell. In the complex cells that make up plants, animals and in other multi_celled organisms, most of the DNA is found in the chromosomes, which are located in the cell nucleus. (from Wikipedia)") VirusProteinAndCellPart.kif 94-102 DNA molecule is a subclass of biopolymer

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


(termFormat EnglishLanguage DNAMolecule "DNA molecule") domainEnglishFormat.kif 20028-20028
(termFormat ChineseTraditionalLanguage DNAMolecule "DNA分子") domainEnglishFormat.kif 20029-20029
(termFormat ChineseLanguage DNAMolecule "DNA分子") domainEnglishFormat.kif 20030-20030

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


(=>
    (and
        (instance ?N Nucleotide)
        (part ?N ?M))
    (or
        (instance ?M DNAMolecule)
        (instance ?M RNAMolecule)))
VirusProteinAndCellPart.kif 58-64 If X is an instance of nucleotide and X is a part of Y, then Y is an instance of DNA molecule or Y is an instance of RNA molecule
(=>
    (instance ?VIRUS DNAVirus)
    (exists (?MOLECULE)
        (and
            (instance ?MOLECULE DNAMolecule)
            (part ?MOLECULE ?VIRUS))))
VirusProteinAndCellPart.kif 108-113 If X is an instance of DNA virus, then there exists Y such that Y is an instance of DNA molecule and Y is a part of X
(=>
    (instance ?OBJ1 DNAVirus)
    (exists (?OBJ2)
        (and
            (geneticSubstrateOfVirus ?OBJ1 ?OBJ2)
            (instance ?OBJ2 DNAMolecule))))
VirusProteinAndCellPart.kif 115-120 If X is an instance of DNA virus, then there exists Y such that Y is a genetic substrate of virus of X and Y is an instance of DNA molecule
(=>
    (instance ?N Nucleosome)
    (exists (?D ?H)
        (and
            (instance ?D DNAMolecule)
            (instance ?H Histone)
            (part ?D ?N)
            (part ?H ?N))))
VirusProteinAndCellPart.kif 609-616 If X is an instance of nucleosome, then there exist Y, Z such that Y is an instance of DNA molecule, Z is an instance of histone, Y is a part of X, and Z is a part of X
(=>
    (instance ?G Gene)
    (exists (?N ?D)
        (and
            (instance ?N Nucleotide)
            (equal ?G ?N)
            (part ?N ?D)
            (instance ?D DNAMolecule))))
VirusProteinAndCellPart.kif 630-637 If X is an instance of gene, then there exist Y, Z such that Y is an instance of nucleotide, equal X, Y, Y is a part of Z, and Z is an instance of DNA molecule


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners