<?xml version="1.0"?>


<!DOCTYPE rdf:RDF [
    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
    <!ENTITY owl11 "http://www.w3.org/2006/12/owl11#" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY dl "http://ontology.dumontierlab.com/" >
    <!ENTITY owl11xml "http://www.w3.org/2006/12/owl11-xml#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>


<rdf:RDF xmlns="http://ontology.dumontierlab.com/biochemistry-primitive-2.0.owl"
     xml:base="http://ontology.dumontierlab.com/biochemistry-primitive-2.0.owl"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl11="http://www.w3.org/2006/12/owl11#"
     xmlns:owl11xml="http://www.w3.org/2006/12/owl11-xml#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:dl="http://ontology.dumontierlab.com/">
    <owl:Ontology rdf:about="">
        <dc:publisher rdf:datatype="&xsd;string">Dumontier Lab</dc:publisher>
        <owl:imports rdf:resource="&dl;annotation"/>
        <dc:date rdf:datatype="&xsd;date">2007-10-01</dc:date>
        <dc:format rdf:datatype="&xsd;string"
            >application/rdf+xml</dc:format>
        <dc:language rdf:datatype="&xsd;string">en</dc:language>
        <dc:description rdf:datatype="&xsd;string"
            >Biochemical entities and processes.</dc:description>
        <dc:creator rdf:datatype="&xsd;string"
            >Michel Dumontier</dc:creator>
        <dc:title rdf:datatype="&xsd;string"
            >Biochemistry Ontology (primitive)</dc:title>
        <owl:versionInfo rdf:datatype="&xsd;string">2.0</owl:versionInfo>
    </owl:Ontology>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    <owl:AnnotationProperty rdf:about="&dc;date"/>
    <owl:AnnotationProperty rdf:about="&dc;publisher"/>
    <owl:AnnotationProperty rdf:about="&dc;title"/>
    <owl:AnnotationProperty rdf:about="&dc;language"/>
    <owl:AnnotationProperty rdf:about="&dc;description"/>
    <owl:AnnotationProperty rdf:about="&dc;creator"/>
    <owl:AnnotationProperty rdf:about="&dc;format"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://ontology.dumontierlab.com/Accession -->

    <owl:Class rdf:about="&dl;Accession">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Acetylation -->

    <owl:Class rdf:about="&dl;Acetylation">
        <rdfs:label rdf:datatype="&xsd;string">acetylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an acetyl functional group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/ActivationInteraction -->

    <owl:Class rdf:about="&dl;ActivationInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >activation interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;RegulationInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An interaction in which the functionality of an entity becomes activated.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Activator -->

    <owl:Class rdf:about="&dl;Activator">
        <rdfs:label rdf:datatype="&xsd;string">activator</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Regulator"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An effector that increases the rate of reaction of some enzyme.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/ActiveSite -->

    <owl:Class rdf:about="&dl;ActiveSite">
        <rdfs:label rdf:datatype="&xsd;string">active site</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;MolecularSite"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A small pocket on an enzyme that contains residues responsible for the substrate specificity (charge, hydrophobicity, steric hindrance) and catalytic residues which often act as proton donors or acceptors or are responsible for binding a cofactor.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Adenine -->

    <owl:Class rdf:about="&dl;Adenine">
        <rdfs:label rdf:datatype="&xsd;string">adenine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Purine"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A purine base with the formula C5H5N5.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Adenosine -->

    <owl:Class rdf:about="&dl;Adenosine">
        <rdfs:label rdf:datatype="&xsd;string">adenosine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Ribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleoside comprised of adenine attached to a ribose ring via a &#946;-N9-glycosidic bond.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Adenylate -->

    <owl:Class rdf:about="&dl;Adenylate">
        <rdfs:label rdf:datatype="&xsd;string">adenylate</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Ribonucleotide"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Alanine -->

    <owl:Class rdf:about="&dl;Alanine">
        <rdfs:label rdf:datatype="&xsd;string">alanine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"></rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Aldopentose -->

    <owl:Class rdf:about="&dl;Aldopentose">
        <rdfs:label rdf:datatype="&xsd;string">aldopentose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Pentose"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A pentose with an aldehyde functional group in position 1.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Alkylation -->

    <owl:Class rdf:about="&dl;Alkylation">
        <rdfs:label rdf:datatype="&xsd;string">aklylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an alkyl functional group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/AllostericActivation -->

    <owl:Class rdf:about="&dl;AllostericActivation">
        <rdfs:label rdf:datatype="&xsd;string"
            >allosteric activiation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;ActivationInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An allosteric interaction that results in the activation of a participant entity.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/AllostericEnzyme -->

    <owl:Class rdf:about="&dl;AllostericEnzyme">
        <rdfs:label rdf:datatype="&xsd;string"
            >allosteric enzyme</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Enzyme"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An enzyme whose function is regulated by reversible, noncovalent binding of regulatory compounds called allosteric modulators or allosteric effectors, which are generally small metabolites or cofactors.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/AllostericInteraction -->

    <owl:Class rdf:about="&dl;AllostericInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >allosteric interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;RegulationInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An interaction that permits a sensitive response to modulator concentration.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/AllostericProtein -->

    <owl:Class rdf:about="&dl;AllostericProtein">
        <rdfs:label rdf:datatype="&xsd;string"
            >allosteric protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Protein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A protein whose ability to bind a ligand at one site affects the binding properties of another site on the same protein.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/AllostericSite -->

    <owl:Class rdf:about="&dl;AllostericSite">
        <rdfs:label rdf:datatype="&xsd;string">allosteric site</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BindingSite"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The site on an allosteric protein that the modulator molecule binds to.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/AlphaHelix -->

    <owl:Class rdf:about="&dl;AlphaHelix">
        <rdfs:label rdf:datatype="&xsd;string">alpha helix</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;SecondaryStructure"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A right-handed coiled conformation of a protein in which every backbone N-H group donates a hydrogen bond to the backbone C=O group of the amino acid four residues earlier (i+4 -&gt; i hydrogen bonding).</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/AminoAcid -->

    <owl:Class rdf:about="&dl;AminoAcid">
        <rdfs:label rdf:datatype="&xsd;string">amino acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organic compound that contains both amine and carboxyl functional groups.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Amylopectin -->

    <owl:Class rdf:about="&dl;Amylopectin">
        <rdfs:label rdf:datatype="&xsd;string">amylopectin</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Hexose"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Amylose -->

    <owl:Class rdf:about="&dl;Amylose">
        <rdfs:label rdf:datatype="&xsd;string">amylose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Hexose"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Arginine -->

    <owl:Class rdf:about="&dl;Arginine">
        <rdfs:label rdf:datatype="&xsd;string">arginine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Asparagine -->

    <owl:Class rdf:about="&dl;Asparagine">
        <rdfs:label rdf:datatype="&xsd;string">asparagine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Aspartate -->

    <owl:Class rdf:about="&dl;Aspartate">
        <rdfs:label rdf:datatype="&xsd;string">aspartic acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/BIND -->

    <owl:Class rdf:about="&dl;BIND">
        <rdfs:subClassOf rdf:resource="&dl;InteractionIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Beilstein -->

    <owl:Class rdf:about="&dl;Beilstein">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/BetaSheet -->

    <owl:Class rdf:about="&dl;BetaSheet">
        <rdfs:label rdf:datatype="&xsd;string">beta sheet</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;SecondaryStructure"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A protein conformation consisting of beta strands connected laterally by three or more hydrogen bonds, forming a generally twisted, pleated sheet.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/BetaStrand -->

    <owl:Class rdf:about="&dl;BetaStrand">
        <rdfs:label rdf:datatype="&xsd;string">beta strand</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;SecondaryStructure"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A conformation of proteins in which a stretch of amino acids typically 5&#8211;10 amino acids long have their peptide backbone almost fully extended.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/BindingSite -->

    <owl:Class rdf:about="&dl;BindingSite">
        <rdfs:label rdf:datatype="&xsd;string">binding site</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;MolecularSite"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A site on a protein that is required for binding.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/BiochemicalCleavage -->

    <owl:Class rdf:about="&dl;BiochemicalCleavage">
        <rdfs:label rdf:datatype="&xsd;string"
            >biochemical cleavage</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The breaking of chemical bonds.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/BiochemicalModification -->

    <owl:Class rdf:about="&dl;BiochemicalModification">
        <rdfs:label rdf:datatype="&xsd;string"
            >biochemical modification</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A chemical modification to a biomolecule.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/BiochemicalPathway -->

    <owl:Class rdf:about="&dl;BiochemicalPathway"/>
    


    <!-- http://ontology.dumontierlab.com/Biotinylation -->

    <owl:Class rdf:about="&dl;Biotinylation">
        <rdfs:label rdf:datatype="&xsd;string">biotinylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an biotin group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/CAS -->

    <owl:Class rdf:about="&dl;CAS">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/CDD -->

    <owl:Class rdf:about="&dl;CDD">
        <rdfs:subClassOf rdf:resource="&dl;DomainIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/COG -->

    <owl:Class rdf:about="&dl;COG">
        <rdfs:subClassOf rdf:resource="&dl;DomainIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Carbohydrate -->

    <owl:Class rdf:about="&dl;Carbohydrate">
        <rdfs:label rdf:datatype="&xsd;string">carbohydrate</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organic compound comprised of aldehydes or ketones and hydroxyl groups.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Cardiolipin -->

    <owl:Class rdf:about="&dl;Cardiolipin">
        <rdfs:label rdf:datatype="&xsd;string">cardiolipin</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glycerophospholipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glycerophospholipid with a phosphatidyl-glycerol group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/ChemicalFormula -->

    <owl:Class rdf:about="&dl;ChemicalFormula">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/ChemicalIdentifier -->

    <owl:Class rdf:about="&dl;ChemicalIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Collagen -->

    <owl:Class rdf:about="&dl;Collagen">
        <rdfs:label rdf:datatype="&xsd;string">collagen</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;FibrousProtein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A fibrous protein that contains a lot of glycine and proline.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/CommonProteinAminoAcid -->

    <owl:Class rdf:about="&dl;CommonProteinAminoAcid">
        <rdfs:label rdf:datatype="&xsd;string"
            >common protein amino acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An amino acid commonly found in proteins.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/CompetitiveInhibition -->

    <owl:Class rdf:about="&dl;CompetitiveInhibition">
        <rdfs:label rdf:datatype="&xsd;string"
            >competivite inhibition</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;ReversibleInhibition"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reversible inhibition where binding of the inhibitor to the enzyme prevents binding of the substrate and vice versa.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/CooperativeInteraction -->

    <owl:Class rdf:about="&dl;CooperativeInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >cooperative interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AllostericInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An allosteric interaction in which the binding of one ligand affects the binding of any remaining unfilled binding sites.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Cysteine -->

    <owl:Class rdf:about="&dl;Cysteine">
        <rdfs:label rdf:datatype="&xsd;string">cysteine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Cytidine -->

    <owl:Class rdf:about="&dl;Cytidine">
        <rdfs:label rdf:datatype="&xsd;string">cytidine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Ribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleoside comprised of cytosine attached to a ribose ring via a &#946;-N1-glycosidic bond.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Cytidylate -->

    <owl:Class rdf:about="&dl;Cytidylate">
        <rdfs:subClassOf rdf:resource="&dl;Ribonucleotide"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Cytosine -->

    <owl:Class rdf:about="&dl;Cytosine">
        <rdfs:label rdf:datatype="&xsd;string">cytosine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Pyrimidine"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A pyrimidine base with the formula C4H5N3O.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/DDBJ -->

    <owl:Class rdf:about="&dl;DDBJ">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/DIP -->

    <owl:Class rdf:about="&dl;DIP">
        <rdfs:subClassOf rdf:resource="&dl;InteractionIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/DNA -->

    <owl:Class rdf:about="&dl;DNA">
        <rdfs:label rdf:datatype="&xsd;string">DNA</rdfs:label>
        <rdfs:label rdf:datatype="&xsd;string"
            >deoxyribonucleic acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;NucleicAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleic acid composed of deoxyribonucleotides.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/DNACleavage -->

    <owl:Class rdf:about="&dl;DNACleavage">
        <rdfs:label rdf:datatype="&xsd;string">dna cleavage</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalCleavage"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The cleavage of bonds in dna molecules.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/DOI -->

    <owl:Class rdf:about="&dl;DOI">
        <rdfs:subClassOf rdf:resource="&dl;LiteratureIdentifier"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Digital Object Identifier</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxyadenosine -->

    <owl:Class rdf:about="&dl;Deoxyadenosine">
        <rdfs:label rdf:datatype="&xsd;string">deoxyadenosine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An adenosine attached to a deoxyribose ring.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxyadenylate -->

    <owl:Class rdf:about="&dl;Deoxyadenylate">
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleotide"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxycytidine -->

    <owl:Class rdf:about="&dl;Deoxycytidine">
        <rdfs:label rdf:datatype="&xsd;string">deoxycytidine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A cytosine attached to a deoxyribose ring.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxycytidylate -->

    <owl:Class rdf:about="&dl;Deoxycytidylate">
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleotide"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxyguanidylate -->

    <owl:Class rdf:about="&dl;Deoxyguanidylate">
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleotide"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxyguanine -->

    <owl:Class rdf:about="&dl;Deoxyguanine">
        <rdfs:label rdf:datatype="&xsd;string">deoxyguanine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A guanine attached to a deoxyribose ring.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxyribonucleoside -->

    <owl:Class rdf:about="&dl;Deoxyribonucleoside">
        <rdfs:label rdf:datatype="&xsd;string"
            >deoxyribonucleoside</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Nucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleoside that contains deoxyribose as its sugar component.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxyribonucleotide -->

    <owl:Class rdf:about="&dl;Deoxyribonucleotide">
        <rdfs:label rdf:datatype="&xsd;string"
            >deoxyribonucleotide</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Nucleotide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleotide that contains the sugar deoxyribose.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxyribose -->

    <owl:Class rdf:about="&dl;Deoxyribose">
        <rdfs:label rdf:datatype="&xsd;string">deoxyribose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Aldopentose"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An aldopentose with the formula C5H10O4.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxythymidine -->

    <owl:Class rdf:about="&dl;Deoxythymidine">
        <rdfs:label rdf:datatype="&xsd;string">deoxythymidine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A thymidine attached to a deoxyribose ring.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Deoxythymidylate -->

    <owl:Class rdf:about="&dl;Deoxythymidylate">
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleotide"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Desmosine -->

    <owl:Class rdf:about="&dl;Desmosine">
        <rdfs:label rdf:datatype="&xsd;string">desmosine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An amino acid found in elastin.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Diglyceride -->

    <owl:Class rdf:about="&dl;Diglyceride">
        <rdfs:label rdf:datatype="&xsd;string">diglyceride</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glyceride"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >a glyceride consisting of two fatty acid chain covalently bonded to a glycerol molecule through ester linkages.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Disaccharide -->

    <owl:Class rdf:about="&dl;Disaccharide">
        <rdfs:label rdf:datatype="&xsd;string">disaccharide</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Polysaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A polysaccharide comprised of exactly two monosaccharides.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/DiseaseIdentifier -->

    <owl:Class rdf:about="&dl;DiseaseIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Domain -->

    <owl:Class rdf:about="&dl;Domain">
        <rdfs:label rdf:datatype="&xsd;string">domain</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >One or more segments of protein that are evolutionary, structural or functional.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/DomainIdentifier -->

    <owl:Class rdf:about="&dl;DomainIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/EINECS -->

    <owl:Class rdf:about="&dl;EINECS">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/EMBL -->

    <owl:Class rdf:about="&dl;EMBL">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/ENSEMBL -->

    <owl:Class rdf:about="&dl;ENSEMBL">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Elastin -->

    <owl:Class rdf:about="&dl;Elastin">
        <rdfs:label rdf:datatype="&xsd;string">elastin</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;FibrousProtein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A fibrous protein conposed mostly of glycine, valine, alanine and proline.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Enzyme -->

    <owl:Class rdf:about="&dl;Enzyme">
        <rdfs:label rdf:datatype="&xsd;string">enzyme</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Protein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A protein that catalyses biochemical reactions.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/EvolutionaryDomain -->

    <owl:Class rdf:about="&dl;EvolutionaryDomain">
        <rdfs:label rdf:datatype="&xsd;string"
            >evolutionary domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Domain"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A domain that is evolutionarily conserved.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/FattyAcid -->

    <owl:Class rdf:about="&dl;FattyAcid">
        <rdfs:label rdf:datatype="&xsd;string">fatty acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Lipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A carboxylic acid with a long unbranched aliphatic tail (chain), which is either saturated or unsaturated.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/FibrousProtein -->

    <owl:Class rdf:about="&dl;FibrousProtein">
        <rdfs:label rdf:datatype="&xsd;string">fibrous protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Protein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A long filamentous protein molecule that are usually insoluable.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/FlyBase -->

    <owl:Class rdf:about="&dl;FlyBase">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Fructose -->

    <owl:Class rdf:about="&dl;Fructose">
        <rdfs:label rdf:datatype="&xsd;string">fructose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Hexose"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Fucosylation -->

    <owl:Class rdf:about="&dl;Fucosylation">
        <rdfs:label rdf:datatype="&xsd;string">fucosylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an fucose group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/FunctionalDomain -->

    <owl:Class rdf:about="&dl;FunctionalDomain">
        <rdfs:label rdf:datatype="&xsd;string"
            >functional domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Domain"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A domain that provides a function.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/GI -->

    <owl:Class rdf:about="&dl;GI">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Galactolipid -->

    <owl:Class rdf:about="&dl;Galactolipid">
        <rdfs:label rdf:datatype="&xsd;string">galactolipid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glycolipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glycolipid with a glycosidic linkage to a galactose moiety.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Galactose -->

    <owl:Class rdf:about="&dl;Galactose">
        <rdfs:label rdf:datatype="&xsd;string">galactose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Hexose"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Genbank -->

    <owl:Class rdf:about="&dl;Genbank">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glucose -->

    <owl:Class rdf:about="&dl;Glucose">
        <rdfs:label rdf:datatype="&xsd;string">glucose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Hexose"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glutamate -->

    <owl:Class rdf:about="&dl;Glutamate">
        <rdfs:label rdf:datatype="&xsd;string">glutamate</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glutamine -->

    <owl:Class rdf:about="&dl;Glutamine">
        <rdfs:label rdf:datatype="&xsd;string">glutamine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glutamylation -->

    <owl:Class rdf:about="&dl;Glutamylation">
        <rdfs:label rdf:datatype="&xsd;string">glutamylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an glutamyl functional group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glyceride -->

    <owl:Class rdf:about="&dl;Glyceride">
        <rdfs:label rdf:datatype="&xsd;string">glyceride</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Lipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A lipid composed of esters of glycerol (propane-1,2,3-triol) with fatty acids.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glycerol -->

    <owl:Class rdf:about="&dl;Glycerol">
        <rdfs:label rdf:datatype="&xsd;string">glycerol</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;SugarAlcohol"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A sugar alcohol that has three hydrophilic alcoholic hydroxyl groups and has the formula C3H5(OH)3.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glycerophospholipid -->

    <owl:Class rdf:about="&dl;Glycerophospholipid">
        <rdfs:label rdf:datatype="&xsd;string"
            >glycerophospholipid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Diglyceride"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A diacylglycerol that links alcohols to the head-group through a phosphodiester bond.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glycine -->

    <owl:Class rdf:about="&dl;Glycine">
        <rdfs:label rdf:datatype="&xsd;string">glycine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glycolipid -->

    <owl:Class rdf:about="&dl;Glycolipid">
        <rdfs:label rdf:datatype="&xsd;string">glycolipid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Lipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A lipid with 1,2-di-O-acylglycerols joined at oxygen 3 by a glycosidic linkage to a carbohydrate part.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glycoprotein -->

    <owl:Class rdf:about="&dl;Glycoprotein">
        <rdfs:label rdf:datatype="&xsd;string">glycoprotein</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Protein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organic compound composed of a protein and a carbohydrate.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Glycosylation -->

    <owl:Class rdf:about="&dl;Glycosylation">
        <rdfs:label rdf:datatype="&xsd;string">glycosylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an sugar group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Guanine -->

    <owl:Class rdf:about="&dl;Guanine">
        <rdfs:label rdf:datatype="&xsd;string">guanine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Purine"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A purine base with the formula C5H5ON5.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Guanosine -->

    <owl:Class rdf:about="&dl;Guanosine">
        <rdfs:label rdf:datatype="&xsd;string">guanosine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Ribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleoside comprised of a guanine attached to a ribose ring via a &#946;-N9-glycosidic bond.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Guanylate -->

    <owl:Class rdf:about="&dl;Guanylate">
        <rdfs:subClassOf rdf:resource="&dl;Ribonucleotide"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/HGNC -->

    <owl:Class rdf:about="&dl;HGNC">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Heptose -->

    <owl:Class rdf:about="&dl;Heptose">
        <rdfs:label rdf:datatype="&xsd;string">heptose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Monosaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A monosaccharide with seven carbon atoms.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/HeterocyclicAromaticOrganicCompound -->

    <owl:Class rdf:about="&dl;HeterocyclicAromaticOrganicCompound">
        <rdfs:label rdf:datatype="&xsd;string"
            >heterocyclic aromatic organic compound</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organic compound having a heterocyclic</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/HeterotropicInteraction -->

    <owl:Class rdf:about="&dl;HeterotropicInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >heterotropic interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;RegulationInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An interaction in which the normal ligand and the modulator are different.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Hexose -->

    <owl:Class rdf:about="&dl;Hexose">
        <rdfs:label rdf:datatype="&xsd;string">hexose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Monosaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A monosaccharide with six carbon atoms.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Histidine -->

    <owl:Class rdf:about="&dl;Histidine">
        <rdfs:label rdf:datatype="&xsd;string">histidine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/HomotropicInteraction -->

    <owl:Class rdf:about="&dl;HomotropicInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >homotropic interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;RegulationInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An interaction in which the modulator and the normal ligand are identical.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Hydrolase -->

    <owl:Class rdf:about="&dl;Hydrolase">
        <rdfs:label rdf:datatype="&xsd;string">hydrolase</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Enzyme"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Hydroxylation -->

    <owl:Class rdf:about="&dl;Hydroxylation">
        <rdfs:label rdf:datatype="&xsd;string">hydroxylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an hydroxyl functional group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/INCHI -->

    <owl:Class rdf:about="&dl;INCHI">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/INTERPRO -->

    <owl:Class rdf:about="&dl;INTERPRO">
        <rdfs:subClassOf rdf:resource="&dl;DomainIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Identifier -->

    <owl:Class rdf:about="&dl;Identifier"/>
    


    <!-- http://ontology.dumontierlab.com/IminoAcid -->

    <owl:Class rdf:about="&dl;IminoAcid">
        <rdfs:label rdf:datatype="&xsd;string">imino acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/InhibitionInteraction -->

    <owl:Class rdf:about="&dl;InhibitionInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >inhibition interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;RegulationInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An interaction in which the functionality of an entity becomes inhibited.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Inhibitor -->

    <owl:Class rdf:about="&dl;Inhibitor">
        <rdfs:label rdf:datatype="&xsd;string">inhibitor</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Regulator"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An agent that reduces the rate of reaction of some enzyme.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/InteractionIdentifier -->

    <owl:Class rdf:about="&dl;InteractionIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/IrreversibleInhibition -->

    <owl:Class rdf:about="&dl;IrreversibleInhibition">
        <rdfs:label rdf:datatype="&xsd;string"
            >irreversible inhibition</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;InhibitionInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An inhibition interaction that is irreversible.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Isoleucine -->

    <owl:Class rdf:about="&dl;Isoleucine">
        <rdfs:label rdf:datatype="&xsd;string">isoleucine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Isoprenylation -->

    <owl:Class rdf:about="&dl;Isoprenylation">
        <rdfs:label rdf:datatype="&xsd;string">isoprenylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an isoprenyl functional group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/KEGG -->

    <owl:Class rdf:about="&dl;KEGG">
        <rdfs:subClassOf rdf:resource="&dl;PathwayIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Keratin -->

    <owl:Class rdf:about="&dl;Keratin">
        <rdfs:label rdf:datatype="&xsd;string">keratin</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;FibrousProtein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A fibrous protein that contains a lot of cysteine and are stabilized by disulfide bridges</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Ketopentose -->

    <owl:Class rdf:about="&dl;Ketopentose">
        <rdfs:label rdf:datatype="&xsd;string">ketopentose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Pentose"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A pentose with an ketone functional group in position 2.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Kinase -->

    <owl:Class rdf:about="&dl;Kinase">
        <rdfs:label rdf:datatype="&xsd;string">kinase</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Enzyme"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An enzyme capable of phosphorylating an organic molecule.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/LSID -->

    <owl:Class rdf:about="&dl;LSID">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >LifeScienceIdentifier</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Lactose -->

    <owl:Class rdf:about="&dl;Lactose">
        <rdfs:label rdf:datatype="&xsd;string">lactose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Disaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A disaccharide that contains a glucose and a galactose.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Leucine -->

    <owl:Class rdf:about="&dl;Leucine">
        <rdfs:label rdf:datatype="&xsd;string">leucine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Ligand -->

    <owl:Class rdf:about="&dl;Ligand">
        <rdfs:label rdf:datatype="&xsd;string">ligand</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Any kind of molecule that binds reversibly to a protein.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/LigandInteraction -->

    <owl:Class rdf:about="&dl;LigandInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >ligand interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;MolecularInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An interaction between two chemical entities in which one shares electron through a (coordinate) covalent bond.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Ligase -->

    <owl:Class rdf:about="&dl;Ligase">
        <rdfs:label rdf:datatype="&xsd;string">ligase</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Enzyme"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Lipase -->

    <owl:Class rdf:about="&dl;Lipase">
        <rdfs:label rdf:datatype="&xsd;string">lipase</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Enzyme"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An enzyme that catalyzes the hydrolysis of triacylglycerols.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Lipid -->

    <owl:Class rdf:about="&dl;Lipid">
        <rdfs:label rdf:datatype="&xsd;string">lipid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An amphiphilic class of hydrocarbon-containing organic compounds.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Lipoylation -->

    <owl:Class rdf:about="&dl;Lipoylation">
        <rdfs:label rdf:datatype="&xsd;string"
            >A reaction in which an lipoyl functional group is transferred to a compound.</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string">lipoylation</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/LiteratureIdentifier -->

    <owl:Class rdf:about="&dl;LiteratureIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Lysine -->

    <owl:Class rdf:about="&dl;Lysine">
        <rdfs:label rdf:datatype="&xsd;string">lysine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MDL -->

    <owl:Class rdf:about="&dl;MDL">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MERCK -->

    <owl:Class rdf:about="&dl;MERCK">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MINT -->

    <owl:Class rdf:about="&dl;MINT">
        <rdfs:subClassOf rdf:resource="&dl;InteractionIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MMDB -->

    <owl:Class rdf:about="&dl;MMDB">
        <rdfs:subClassOf rdf:resource="&dl;StructureIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Mature-mRNA -->

    <owl:Class rdf:about="&dl;Mature-mRNA">
        <rdfs:subClassOf rdf:resource="&dl;mRNA"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Mature messenger RNA</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MedLine -->

    <owl:Class rdf:about="&dl;MedLine">
        <rdfs:subClassOf rdf:resource="&dl;LiteratureIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MetabolicPathway -->

    <owl:Class rdf:about="&dl;MetabolicPathway">
        <rdfs:label rdf:datatype="&xsd;string"
            >metabolic pathway</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalPathway"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A series of chemical reactions that are catalyzed by enzymes.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Methionine -->

    <owl:Class rdf:about="&dl;Methionine">
        <rdfs:label rdf:datatype="&xsd;string">methionine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MixedInhibition -->

    <owl:Class rdf:about="&dl;MixedInhibition">
        <rdfs:subClassOf rdf:resource="&dl;ReversibleInhibition"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reversible inhibition where competitive inhibition and uncompetitive inhibition may occur such that the inhibitor can bind to either the free enzyme or the enzyme-substrate complex. In mixed inhibition, the inhibitor binds to a site different from the active site where the substrate binds.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MolecularInteraction -->

    <owl:Class rdf:about="&dl;MolecularInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >molecular interaction</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An interaction between two molecules.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/MolecularSite -->

    <owl:Class rdf:about="&dl;MolecularSite">
        <rdfs:label rdf:datatype="&xsd;string">molecular site</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Monoglyceride -->

    <owl:Class rdf:about="&dl;Monoglyceride">
        <rdfs:label rdf:datatype="&xsd;string">monoglyceride</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glyceride"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glyceride consisting of one fatty acid chain covalently bonded to a glycerol molecule through an ester linkage.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Monosaccharide -->

    <owl:Class rdf:about="&dl;Monosaccharide">
        <rdfs:label rdf:datatype="&xsd;string">monosaccharide</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Carbohydrate"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A carbohydrate with the chemical formula (CH2O)n and the chemical structure H(CHOH)nC=O(CHOH)mH.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Name -->

    <owl:Class rdf:about="&dl;Name">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/NitrogenousBase -->

    <owl:Class rdf:about="&dl;NitrogenousBase">
        <rdfs:label rdf:datatype="&xsd;string"
            >nitrogenous base</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;HeterocyclicAromaticOrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organic compound with basic properties that is a result of having a lone pair of electrons on a nitrogen atom.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/NonCompetitiveInhibition -->

    <owl:Class rdf:about="&dl;NonCompetitiveInhibition">
        <rdfs:label rdf:datatype="&xsd;string"
            >noncompetitive inhibition</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;ReversibleInhibition"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reversible inhibition where the inhibition that reduces the maximum rate of a chemical reaction (Vmax) without changing the apparent binding affinity of the catalyst for the substrate.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/NonglycerolLipid -->

    <owl:Class rdf:about="&dl;NonglycerolLipid">
        <rdfs:subClassOf rdf:resource="&dl;Lipid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/NucleicAcid -->

    <owl:Class rdf:about="&dl;NucleicAcid">
        <rdfs:label rdf:datatype="&xsd;string">nucleic acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organic polymer composed of nucleotides.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/NucleicAcidBase -->

    <owl:Class rdf:about="&dl;NucleicAcidBase">
        <rdfs:label rdf:datatype="&xsd;string"
            >nucleic acid base</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleotide of a nucleic acid.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Nucleoprotein -->

    <owl:Class rdf:about="&dl;Nucleoprotein">
        <rdfs:label rdf:datatype="&xsd;string">nucleoprotein</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Protein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A protein having one or more nucleic acids as prosthetic groups.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Nucleoside -->

    <owl:Class rdf:about="&dl;Nucleoside">
        <rdfs:label rdf:datatype="&xsd;string">nucleoside</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organic compound that only consists of a heterocyclic base and a sugar.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Nucleotide -->

    <owl:Class rdf:about="&dl;Nucleotide">
        <rdfs:label rdf:datatype="&xsd;string">nucleotide</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organicl compound that consists of a heterocyclic base, a sugar, and one or more phosphate groups.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/NucleotideDiphosphate -->

    <owl:Class rdf:about="&dl;NucleotideDiphosphate">
        <rdfs:subClassOf rdf:resource="&dl;Nucleotide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleotide that contains exactly 2 phosphates (as well as the base and sugar).</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/NucleotideMonophosphate -->

    <owl:Class rdf:about="&dl;NucleotideMonophosphate">
        <rdfs:subClassOf rdf:resource="&dl;Nucleotide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleotide that contains one phosphate (as well as the base and sugar).</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/NucleotideTriphosphate -->

    <owl:Class rdf:about="&dl;NucleotideTriphosphate">
        <rdfs:subClassOf rdf:resource="&dl;Nucleotide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleotide that contains exactly 3 phosphates (as well as the base and sugar)</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/OMIM -->

    <owl:Class rdf:about="&dl;OMIM">
        <rdfs:subClassOf rdf:resource="&dl;DiseaseIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Oligosaccharide -->

    <owl:Class rdf:about="&dl;Oligosaccharide">
        <rdfs:label rdf:datatype="&xsd;string">oligosaccharide</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Polysaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A polysaccharide composed of 3 to 6 monosaccharides.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/OmegaAngle -->

    <owl:Class rdf:about="&dl;OmegaAngle">
        <rdfs:label rdf:datatype="&xsd;string">omega angle</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;PeptideAngle"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The bond angle resulting from a rotation involving the backbone atoms C&#945; &#8722; C&apos; &#8722; N &#8722; C&#945;.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/OrganicCompound -->

    <owl:Class rdf:about="&dl;OrganicCompound">
        <rdfs:comment rdf:datatype="&xsd;string"
            >A molecule that participates in biologically relevant processes.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PDB -->

    <owl:Class rdf:about="&dl;PDB">
        <rdfs:subClassOf rdf:resource="&dl;StructureIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PFAM -->

    <owl:Class rdf:about="&dl;PFAM">
        <rdfs:subClassOf rdf:resource="&dl;DomainIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PIR -->

    <owl:Class rdf:about="&dl;PIR">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PMID -->

    <owl:Class rdf:about="&dl;PMID">
        <rdfs:subClassOf rdf:resource="&dl;LiteratureIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PathwayIdentifier -->

    <owl:Class rdf:about="&dl;PathwayIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Pentose -->

    <owl:Class rdf:about="&dl;Pentose">
        <rdfs:label rdf:datatype="&xsd;string">pentose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Monosaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A monosaccharide with five carbon atoms.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PeptideAngle -->

    <owl:Class rdf:about="&dl;PeptideAngle">
        <rdfs:label rdf:datatype="&xsd;string">peptide angle</rdfs:label>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PeptideBond -->

    <owl:Class rdf:about="&dl;PeptideBond">
        <rdfs:label rdf:datatype="&xsd;string">peptide bond</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A chemical bond between the carboxyl groups and amino groups, usually uniting a peptide.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PeptideCleavage -->

    <owl:Class rdf:about="&dl;PeptideCleavage">
        <rdfs:label rdf:datatype="&xsd;string"
            >peptide cleavage</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalCleavage"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The cleavage of peptide bonds.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phenylalanine -->

    <owl:Class rdf:about="&dl;Phenylalanine">
        <rdfs:label rdf:datatype="&xsd;string">phenylalanine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PhiAngle -->

    <owl:Class rdf:about="&dl;PhiAngle">
        <rdfs:label rdf:datatype="&xsd;string">phi angle</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;PeptideAngle"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The bond angle resulting from rotations at Calpha of the NOC bond. phi is defined as 180degrees when the polypeptide is in its fully extended conformation and all peptide groups are in the same plane.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PhosphatidicAcid -->

    <owl:Class rdf:about="&dl;PhosphatidicAcid">
        <rdfs:label rdf:datatype="&xsd;string"
            >phosphatidic acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glycerophospholipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glycerophospholipid with a hydrogen.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phosphatidylcholine -->

    <owl:Class rdf:about="&dl;Phosphatidylcholine">
        <rdfs:label rdf:datatype="&xsd;string"
            >phosphatidylcholine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glycerophospholipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glycerophospholipid with a choline group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phosphatidylethanolamine -->

    <owl:Class rdf:about="&dl;Phosphatidylethanolamine">
        <rdfs:label rdf:datatype="&xsd;string"
            >phosphatidylethanolamine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glycerophospholipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glycerophospholipid with a ethanolamine group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phosphatidylglycerol -->

    <owl:Class rdf:about="&dl;Phosphatidylglycerol">
        <rdfs:label rdf:datatype="&xsd;string"
            >phosphatidylglycerol</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glycerophospholipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glycerophospholipid with a glycerol group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phosphatidylinositol_4_5-bisphosphate -->

    <owl:Class rdf:about="&dl;Phosphatidylinositol_4_5-bisphosphate">
        <rdfs:label rdf:datatype="&xsd;string"
            >phosphatidylinositol-4,5-biphosphate</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glycerophospholipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glycerophospholipid with a myo-Inositol 4,5-bisphosphate group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phosphatidylserine -->

    <owl:Class rdf:about="&dl;Phosphatidylserine">
        <rdfs:label rdf:datatype="&xsd;string"
            >phosphatidylserine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glycerophospholipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glycerophospholipid with a serine group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PhosphoLipid -->

    <owl:Class rdf:about="&dl;PhosphoLipid">
        <rdfs:label rdf:datatype="&xsd;string">phospholipid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Lipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A lipid with a phosphate moiety as the polar head group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phosphopantetheinylation -->

    <owl:Class rdf:about="&dl;Phosphopantetheinylation">
        <rdfs:label rdf:datatype="&xsd;string"
            >phosphopantetheinylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which an phosphopantetheinyl functional group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phosphorylase -->

    <owl:Class rdf:about="&dl;Phosphorylase">
        <rdfs:label rdf:datatype="&xsd;string">phosphorylase</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Enzyme"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An enzyme that removes a phosphate group from another organic molecule.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Phosphorylation -->

    <owl:Class rdf:about="&dl;Phosphorylation">
        <rdfs:label rdf:datatype="&xsd;string">phosphorylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which a phosphoryl group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Polypeptide -->

    <owl:Class rdf:about="&dl;Polypeptide">
        <rdfs:label rdf:datatype="&xsd;string">polypeptide</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An organic molecule consisting of a sequence of amino acids; a protein monomer; a single polypeptide chain.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Polysaccharide -->

    <owl:Class rdf:about="&dl;Polysaccharide">
        <rdfs:subClassOf rdf:resource="&dl;Carbohydrate"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Are polymers made up of many monosaccharides joined together by glycosidic links with the chemical formula Cn(H2O)n-1.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Pre-mRNA -->

    <owl:Class rdf:about="&dl;Pre-mRNA">
        <rdfs:subClassOf rdf:resource="&dl;mRNA"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Pre-messenger RNA</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Proline -->

    <owl:Class rdf:about="&dl;Proline">
        <rdfs:label rdf:datatype="&xsd;string">proline</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;IminoAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string">An imino acid</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Protease -->

    <owl:Class rdf:about="&dl;Protease">
        <rdfs:label rdf:datatype="&xsd;string">protease</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Enzyme"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An enzyme that cleaves a protein at a specific peptide bond</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Protein -->

    <owl:Class rdf:about="&dl;Protein">
        <rdfs:label rdf:datatype="&xsd;string">protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Polypeptide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A large organic compound made of amino acids arranged in a linear chain and joined together by peptide bonds between the carboxyl and amino groups of adjacent amino acid residues.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/ProteinKinase -->

    <owl:Class rdf:about="&dl;ProteinKinase">
        <rdfs:label rdf:datatype="&xsd;string">protein kinase</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Kinase"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A kinase that phosphorylates a protein.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PsiAngle -->

    <owl:Class rdf:about="&dl;PsiAngle">
        <rdfs:label rdf:datatype="&xsd;string">psi angle</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;PeptideAngle"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The bond angle resulting from rotations for the Calpha-OC bond. psi is defined as 180degrees when the ppolypeptide is in its fully extended conformation and all peptide groups are in the same plane.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PubChemCID -->

    <owl:Class rdf:about="&dl;PubChemCID">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/PubChemSID -->

    <owl:Class rdf:about="&dl;PubChemSID">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Purine -->

    <owl:Class rdf:about="&dl;Purine">
        <rdfs:label rdf:datatype="&xsd;string">purine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;NitrogenousBase"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A heterocyclic organic compound containing fused pyrimidine and imidazole rings.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Pyrimidine -->

    <owl:Class rdf:about="&dl;Pyrimidine">
        <rdfs:label rdf:datatype="&xsd;string">pyrimidine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;NitrogenousBase"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A heterocyclic organic compound containing nitrogen atoms at positions 1 and 3.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/RGD -->

    <owl:Class rdf:about="&dl;RGD">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/RNA -->

    <owl:Class rdf:about="&dl;RNA">
        <rdfs:label rdf:datatype="&xsd;string"
            >ribonucleic acid</rdfs:label>
        <rdfs:label rdf:datatype="&xsd;string">RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;NucleicAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleic acid composed of ribonucleotides.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/RefSeq -->

    <owl:Class rdf:about="&dl;RefSeq">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/RegulationInteraction -->

    <owl:Class rdf:about="&dl;RegulationInteraction">
        <rdfs:label rdf:datatype="&xsd;string"
            >regulation interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;MolecularInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An interaction in which the functionality of some entity is regulated.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Regulator -->

    <owl:Class rdf:about="&dl;Regulator">
        <rdfs:label rdf:datatype="&xsd;string">regulator</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An agent that regulates (increases/decreases) the functionality of another molecule.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/RegulatoryEnzyme -->

    <owl:Class rdf:about="&dl;RegulatoryEnzyme">
        <rdfs:label rdf:datatype="&xsd;string"
            >regulatory enzyme</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Enzyme"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An enzyme that exhibits increased or decreased catalytic activity in response to binding of a regulator compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/RegulatoryPathway -->

    <owl:Class rdf:about="&dl;RegulatoryPathway">
        <rdfs:label rdf:datatype="&xsd;string"
            >regulatory pathway</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalPathway"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A series of interactions leading to the regulation (activation/inhibition) of molecular entities.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/ReversibleInhibition -->

    <owl:Class rdf:about="&dl;ReversibleInhibition">
        <rdfs:label rdf:datatype="&xsd;string"
            >reversible inhibition</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;InhibitionInteraction"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An inhibition interaction in which an inhibitor binds to an enzyme with an affinity greater than the enzyme with its natural substrate.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Ribonucleoside -->

    <owl:Class rdf:about="&dl;Ribonucleoside">
        <rdfs:label rdf:datatype="&xsd;string">ribonucleoside</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Nucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleoside that contains ribose as its sugar component.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Ribonucleotide -->

    <owl:Class rdf:about="&dl;Ribonucleotide">
        <rdfs:label rdf:datatype="&xsd;string">ribonucleotide</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Nucleotide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleotide that contains the sugar ribose.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Ribose -->

    <owl:Class rdf:about="&dl;Ribose">
        <rdfs:label rdf:datatype="&xsd;string">ribose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Aldopentose"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An aldopentose with the formula C5H10O5.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/S-nitrosylation -->

    <owl:Class rdf:about="&dl;S-nitrosylation">
        <rdfs:label rdf:datatype="&xsd;string">s-nitrosylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which a s-nitro group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SGD -->

    <owl:Class rdf:about="&dl;SGD">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Sacchromyces Genome Database Identifier</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SMART -->

    <owl:Class rdf:about="&dl;SMART">
        <rdfs:subClassOf rdf:resource="&dl;DomainIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SMILES -->

    <owl:Class rdf:about="&dl;SMILES">
        <rdfs:subClassOf rdf:resource="&dl;ChemicalIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SUMOylation -->

    <owl:Class rdf:about="&dl;SUMOylation">
        <rdfs:label rdf:datatype="&xsd;string">sumoylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which a sumo (small ubiquitin-related modifier) group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SecondaryStructure -->

    <owl:Class rdf:about="&dl;SecondaryStructure">
        <rdfs:label rdf:datatype="&xsd;string"
            >secondary structure</rdfs:label>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The general three-dimensional form of local segments of biopolymers such as proteins and nucleic acids.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Selenocysteine -->

    <owl:Class rdf:about="&dl;Selenocysteine">
        <rdfs:label rdf:datatype="&xsd;string">selenocysteine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Derived from serine, has selenium instead of cysteine.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SequenceIdentifier -->

    <owl:Class rdf:about="&dl;SequenceIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Serine -->

    <owl:Class rdf:about="&dl;Serine">
        <rdfs:label rdf:datatype="&xsd;string">serine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SignalingPathway -->

    <owl:Class rdf:about="&dl;SignalingPathway">
        <rdfs:label rdf:datatype="&xsd;string"
            >signaling pathway</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalPathway"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A series of molecular interactions that converts one kind of signal or stimulus into another.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SolubleProtein -->

    <owl:Class rdf:about="&dl;SolubleProtein">
        <rdfs:label rdf:datatype="&xsd;string">soluble protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Protein"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A protein that is generally soluble in aqueous solution.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Sphingolipid -->

    <owl:Class rdf:about="&dl;Sphingolipid">
        <rdfs:label rdf:datatype="&xsd;string">sphingolipid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;NonglycerolLipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A lipid composed of a polar head group and two nonpolar tails, one of which is a amino alcohol sphingosine or one of its derivates, the other a long chain fatty acid (excluding glycerol).</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Sphingomyelin -->

    <owl:Class rdf:about="&dl;Sphingomyelin">
        <rdfs:label rdf:datatype="&xsd;string">sphingomyelin</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Sphingolipid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A sphingolipid that contains phosphocholine or phosphoethanolamine as the polar head group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Starch -->

    <owl:Class rdf:about="&dl;Starch">
        <rdfs:label rdf:datatype="&xsd;string">starch</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Polysaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A polysaccharide that contains amylose and amylopectin.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/StructuralDomain -->

    <owl:Class rdf:about="&dl;StructuralDomain">
        <rdfs:label rdf:datatype="&xsd;string"
            >structural domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Domain"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A domain that provides a structural role.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/StructureIdentifier -->

    <owl:Class rdf:about="&dl;StructureIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Sucrose -->

    <owl:Class rdf:about="&dl;Sucrose">
        <rdfs:label rdf:datatype="&xsd;string">sucrose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Disaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A disaccharide that contains a glucose and a fructose.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SugarAlcohol -->

    <owl:Class rdf:about="&dl;SugarAlcohol">
        <rdfs:subClassOf rdf:resource="&dl;Carbohydrate"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A hydrogenated form of saccharide, whose carbonyl group has been reduced to a primary or secondary hydroxyl group.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SuicideInactivator -->

    <owl:Class rdf:about="&dl;SuicideInactivator">
        <rdfs:label rdf:datatype="&xsd;string"
            >suicide inactivator</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Inhibitor"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An inhibitor that is converted to a very reactive compound which combines irreversibly with the enzyme.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SuicideInhibition -->

    <owl:Class rdf:about="&dl;SuicideInhibition">
        <rdfs:label rdf:datatype="&xsd;string"
            >suicide inhibition</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;IrreversibleInhibition"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An irreversible inhibition reaction in which a complex is formed between the two entities.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Sulfation -->

    <owl:Class rdf:about="&dl;Sulfation">
        <rdfs:label rdf:datatype="&xsd;string">sulfation</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which a sulfate group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/SwissProt -->

    <owl:Class rdf:about="&dl;SwissProt">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/TAIR -->

    <owl:Class rdf:about="&dl;TAIR">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/TREMBL -->

    <owl:Class rdf:about="&dl;TREMBL">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/TaxID -->

    <owl:Class rdf:about="&dl;TaxID">
        <rdfs:subClassOf rdf:resource="&dl;TaxonomyIdentifier"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >NCBI Taxonomy Identifier.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/TaxonomyIdentifier -->

    <owl:Class rdf:about="&dl;TaxonomyIdentifier">
        <rdfs:subClassOf rdf:resource="&dl;Identifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Tetrose -->

    <owl:Class rdf:about="&dl;Tetrose">
        <rdfs:label rdf:datatype="&xsd;string">tetrose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Monosaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A monosaccharide with four carbon atoms.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Threonine -->

    <owl:Class rdf:about="&dl;Threonine">
        <rdfs:label rdf:datatype="&xsd;string">threonine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Thymidine -->

    <owl:Class rdf:about="&dl;Thymidine">
        <rdfs:label rdf:datatype="&xsd;string">thymidine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Deoxyribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A molecule made when thymine is attached to a pentose ring.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Thymine -->

    <owl:Class rdf:about="&dl;Thymine">
        <rdfs:label rdf:datatype="&xsd;string">thymine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Pyrimidine"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A pyrimidine base with the formula C5H6N2O2.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/TorsionAngle -->

    <owl:Class rdf:about="&dl;TorsionAngle">
        <rdfs:label rdf:datatype="&xsd;string">torsion angle</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;PeptideAngle"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >The angle between 4 atoms.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Triglyceride -->

    <owl:Class rdf:about="&dl;Triglyceride">
        <rdfs:label rdf:datatype="&xsd;string">triglyceride</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Glyceride"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A glyceride consisting of three fatty acid chain covalently bonded to a glycerol molecule through ester linkages.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Triose -->

    <owl:Class rdf:about="&dl;Triose">
        <rdfs:label rdf:datatype="&xsd;string">triose</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Monosaccharide"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A monosaccharide with three carbon atoms.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Tryptophan -->

    <owl:Class rdf:about="&dl;Tryptophan">
        <rdfs:label rdf:datatype="&xsd;string">tryptophan</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Tyrosine -->

    <owl:Class rdf:about="&dl;Tyrosine">
        <rdfs:label rdf:datatype="&xsd;string">tyrosine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Ubiquitination -->

    <owl:Class rdf:about="&dl;Ubiquitination">
        <rdfs:label rdf:datatype="&xsd;string">ubiquitination</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;BiochemicalModification"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A reaction in which a ubiquitin group is transferred to a compound.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/UncommonAminoAcid -->

    <owl:Class rdf:about="&dl;UncommonAminoAcid">
        <rdfs:label rdf:datatype="&xsd;string"
            >uncommon amino acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/UniProt -->

    <owl:Class rdf:about="&dl;UniProt">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Uracil -->

    <owl:Class rdf:about="&dl;Uracil">
        <rdfs:label rdf:datatype="&xsd;string">uracil</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Pyrimidine"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A pyrimidine base with the formula C4H4N2O2.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Uridine -->

    <owl:Class rdf:about="&dl;Uridine">
        <rdfs:label rdf:datatype="&xsd;string">uridine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;Ribonucleoside"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A nucleoside comprised of a uracil attached to a ribose ring via a &#946;-N1-glycosidic bond.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Uridylate -->

    <owl:Class rdf:about="&dl;Uridylate">
        <rdfs:subClassOf rdf:resource="&dl;Ribonucleotide"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Valine -->

    <owl:Class rdf:about="&dl;Valine">
        <rdfs:label rdf:datatype="&xsd;string">valine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/WormBase -->

    <owl:Class rdf:about="&dl;WormBase">
        <rdfs:subClassOf rdf:resource="&dl;SequenceIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/Zymogen -->

    <owl:Class rdf:about="&dl;Zymogen">
        <rdfs:label rdf:datatype="&xsd;string">zymogen</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;OrganicCompound"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Inactive precursor to an enzyme.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/_4HydroxyProline -->

    <owl:Class rdf:about="&dl;_4HydroxyProline">
        <rdfs:label rdf:datatype="&xsd;string"
            >4-hydroxy proline</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;IminoAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >An imino acid found in plant cell wall proteins, collagen.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/_5HydroxyLysine -->

    <owl:Class rdf:about="&dl;_5HydroxyLysine">
        <rdfs:label rdf:datatype="&xsd;string">5-hydroxylysine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Found in collagen.</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/_6NMethyllysine -->

    <owl:Class rdf:about="&dl;_6NMethyllysine">
        <rdfs:label rdf:datatype="&xsd;string"
            >6-N-Methyl lysine</rdfs:label>
        <rdfs:subClassOf rdf:resource="&dl;AminoAcid"/>
        <rdfs:comment rdf:datatype="&xsd;string"></rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/mRNA -->

    <owl:Class rdf:about="&dl;mRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
        <rdfs:comment rdf:datatype="&xsd;string">Messenger RNA</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/miRNA -->

    <owl:Class rdf:about="&dl;miRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/mmCIF -->

    <owl:Class rdf:about="&dl;mmCIF">
        <rdfs:subClassOf rdf:resource="&dl;StructureIdentifier"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/ncRNA -->

    <owl:Class rdf:about="&dl;ncRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
        <rdfs:comment rdf:datatype="&xsd;string">Non coding RNA</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/rRNA -->

    <owl:Class rdf:about="&dl;rRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
        <rdfs:comment rdf:datatype="&xsd;string">Ribosomal RNA</rdfs:comment>
        <rdfs:comment rdf:datatype="&xsd;string">Rybosomal RNA</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/scRNA -->

    <owl:Class rdf:about="&dl;scRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Small cytoplasmic RNA</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/sgRNA -->

    <owl:Class rdf:about="&dl;sgRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/shRNA -->

    <owl:Class rdf:about="&dl;shRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/siRNA -->

    <owl:Class rdf:about="&dl;siRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Small interfering RNA</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/snRNA -->

    <owl:Class rdf:about="&dl;snRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
        <rdfs:comment rdf:datatype="&xsd;string"
            >Small nuclear RNA</rdfs:comment>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/snoRNA -->

    <owl:Class rdf:about="&dl;snoRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
    </owl:Class>
    


    <!-- http://ontology.dumontierlab.com/tRNA -->

    <owl:Class rdf:about="&dl;tRNA">
        <rdfs:subClassOf rdf:resource="&dl;RNA"/>
        <rdfs:comment rdf:datatype="&xsd;string">Transfer RNA</rdfs:comment>
    </owl:Class>
</rdf:RDF>
