<?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 ontology "http://www.bootstrep.eu/ontology/" >
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
    <!ENTITY GRO "http://www.bootstrep.eu/ontology/GRO#" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
    <!ENTITY protege "http://protege.stanford.edu/plugins/owl/protege#" >
    <!ENTITY xsp "http://www.owl-ontologies.com/2005/08/07/xsp.owl#" >
]>


<rdf:RDF xmlns="&ontology;GRO#"
     xml:base="&ontology;GRO"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:GRO="&ontology;GRO#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
     xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
     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:ontology="http://www.bootstrep.eu/ontology/">
    <owl:Ontology rdf:about="">
        <owl:versionInfo rdf:datatype="&xsd;string">0.5</owl:versionInfo>
        <dc:title
            >Gene Regulation Ontology (GRO)</dc:title>
        <dc:creator>Vivian Lee</dc:creator>
        <dc:date>April 20, 2010</dc:date>
        <dc:creator
            >Elena Beisswanger</dc:creator>
        <dc:description
            >The Gene Regulation Ontology (GRO) covers gene regulatory processes occurring on the intracellular level and molecular entities participating in these processes.</dc:description>
        <dc:creator>Jung-jae Kim</dc:creator>
        <dc:creator
            >Andrea Splendiani</dc:creator>
    </owl:Ontology>
    


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

    <owl:AnnotationProperty rdf:about="&dc;date"/>
    <owl:AnnotationProperty rdf:about="#reference"/>
    <owl:AnnotationProperty rdf:about="#synonym"/>
    <owl:AnnotationProperty rdf:about="&dc;title"/>
    <owl:AnnotationProperty rdf:about="#definition"/>
    <owl:AnnotationProperty rdf:about="&protege;todoProperty"/>
    <owl:AnnotationProperty rdf:about="&xsp;base"/>
    <owl:AnnotationProperty rdf:about="&dc;description"/>
    <owl:AnnotationProperty rdf:about="&protege;allowedParent"/>
    <owl:AnnotationProperty rdf:about="&dc;creator"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Object Properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.bootstrep.eu/ontology/GRO#agentOf -->

    <owl:ObjectProperty rdf:about="#agentOf">
        <rdfs:subPropertyOf rdf:resource="#participatesIn"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#encodedIn -->

    <owl:ObjectProperty rdf:about="#encodedIn">
        <rdfs:domain rdf:resource="#GeneProduct"/>
        <rdfs:range rdf:resource="#NucleicAcid"/>
        <owl:inverseOf rdf:resource="#encodes"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#encodes -->

    <owl:ObjectProperty rdf:about="#encodes">
        <rdfs:range rdf:resource="#GeneProduct"/>
        <rdfs:domain rdf:resource="#NucleicAcid"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#endsIn -->

    <owl:ObjectProperty rdf:about="#endsIn">
        <rdfs:range rdf:resource="#PhysicalContinuant"/>
        <rdfs:domain rdf:resource="#Process"/>
        <rdfs:subPropertyOf rdf:resource="#spatiallyRelated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#fromSpecies -->

    <owl:ObjectProperty rdf:about="#fromSpecies">
        <rdfs:range rdf:resource="#Organism"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#functionOf -->

    <owl:ObjectProperty rdf:about="#functionOf">
        <rdfs:domain rdf:resource="#Function"/>
        <owl:inverseOf rdf:resource="#hasFunction"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#hasAgent -->

    <owl:ObjectProperty rdf:about="#hasAgent">
        <owl:inverseOf rdf:resource="#agentOf"/>
        <rdfs:subPropertyOf rdf:resource="#hasParticipant"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#hasFunction -->

    <owl:ObjectProperty rdf:about="#hasFunction">
        <rdfs:range rdf:resource="#Function"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#hasPart -->

    <owl:ObjectProperty rdf:about="#hasPart"/>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#hasParticipant -->

    <owl:ObjectProperty rdf:about="#hasParticipant"/>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#hasPatient -->

    <owl:ObjectProperty rdf:about="#hasPatient">
        <rdfs:subPropertyOf rdf:resource="#hasParticipant"/>
        <owl:inverseOf rdf:resource="#patientOf"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#hasQuality -->

    <owl:ObjectProperty rdf:about="#hasQuality">
        <rdfs:range rdf:resource="#NonPhysicalContinuant"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#locatedIn -->

    <owl:ObjectProperty rdf:about="#locatedIn">
        <rdfs:range rdf:resource="#PhysicalContinuant"/>
        <owl:inverseOf rdf:resource="#locationOf"/>
        <rdfs:subPropertyOf rdf:resource="#spatiallyRelated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#locationOf -->

    <owl:ObjectProperty rdf:about="#locationOf">
        <rdfs:domain rdf:resource="#PhysicalContinuant"/>
        <rdfs:subPropertyOf rdf:resource="#spatiallyRelated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#partOf -->

    <owl:ObjectProperty rdf:about="#partOf">
        <owl:inverseOf rdf:resource="#hasPart"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#participatesIn -->

    <owl:ObjectProperty rdf:about="#participatesIn">
        <owl:inverseOf rdf:resource="#hasParticipant"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#patientOf -->

    <owl:ObjectProperty rdf:about="#patientOf">
        <rdfs:subPropertyOf rdf:resource="#participatesIn"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#precededBy -->

    <owl:ObjectProperty rdf:about="#precededBy">
        <rdfs:subPropertyOf rdf:resource="#temporallyRelated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#precedes -->

    <owl:ObjectProperty rdf:about="#precedes">
        <rdfs:subPropertyOf rdf:resource="#temporallyRelated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#resultsFrom -->

    <owl:ObjectProperty rdf:about="#resultsFrom">
        <owl:inverseOf rdf:resource="#resultsIn"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#resultsIn -->

    <owl:ObjectProperty rdf:about="#resultsIn"/>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#spatiallyRelated -->

    <owl:ObjectProperty rdf:about="#spatiallyRelated"/>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#startsIn -->

    <owl:ObjectProperty rdf:about="#startsIn">
        <rdfs:range rdf:resource="#PhysicalContinuant"/>
        <rdfs:domain rdf:resource="#Process"/>
        <rdfs:subPropertyOf rdf:resource="#spatiallyRelated"/>
    </owl:ObjectProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#temporallyRelated -->

    <owl:ObjectProperty rdf:about="#temporallyRelated"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Data properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://protege.stanford.edu/plugins/owl/protege#allowedParent -->

    <owl:DatatypeProperty rdf:about="&protege;allowedParent"/>
    


    <!-- http://protege.stanford.edu/plugins/owl/protege#defaultLanguage -->

    <owl:DatatypeProperty rdf:about="&protege;defaultLanguage"/>
    


    <!-- http://protege.stanford.edu/plugins/owl/protege#todoProperty -->

    <owl:DatatypeProperty rdf:about="&protege;todoProperty">
        <rdf:type rdf:resource="&owl;AnnotationProperty"/>
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#definition -->

    <owl:DatatypeProperty rdf:about="#definition">
        <rdf:type rdf:resource="&owl;AnnotationProperty"/>
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <definition rdf:datatype="&xsd;string"
            >GRO definition explaining the meaning of a class or property. If the definition was taken from an external resource a reference is given in brackets.</definition>
    </owl:DatatypeProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#hasPhysicalContact -->

    <owl:DatatypeProperty rdf:about="#hasPhysicalContact">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:domain rdf:resource="#PhysicalContinuant"/>
        <rdfs:range rdf:resource="&xsd;string"/>
    </owl:DatatypeProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#hasPolarity -->

    <owl:DatatypeProperty rdf:about="#hasPolarity">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
        <rdfs:range>
            <rdf:Description>
                <rdf:type rdf:resource="&owl;DataRange"/>
                <owl:oneOf>
                    <rdf:Description>
                        <rdf:type rdf:resource="&rdf;List"/>
                        <rdf:first rdf:datatype="&xsd;string">negative</rdf:first>
                        <rdf:rest>
                            <rdf:Description>
                                <rdf:type rdf:resource="&rdf;List"/>
                                <rdf:first rdf:datatype="&xsd;string">positive</rdf:first>
                                <rdf:rest>
                                    <rdf:Description>
                                        <rdf:type rdf:resource="&rdf;List"/>
                                        <rdf:first rdf:datatype="&xsd;string"
                                            >positive and negative</rdf:first>
                                        <rdf:rest>
                                            <rdf:Description>
                                                <rdf:type rdf:resource="&rdf;List"/>
                                                <rdf:first rdf:datatype="&xsd;string">unknown</rdf:first>
                                                <rdf:rest rdf:resource="&rdf;nil"/>
                                            </rdf:Description>
                                        </rdf:rest>
                                    </rdf:Description>
                                </rdf:rest>
                            </rdf:Description>
                        </rdf:rest>
                    </rdf:Description>
                </owl:oneOf>
            </rdf:Description>
        </rdfs:range>
    </owl:DatatypeProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#reference -->

    <owl:AnnotationProperty rdf:about="#reference">
        <rdf:type rdf:resource="&owl;DatatypeProperty"/>
        <definition rdf:datatype="&xsd;string"
            >Reference to a similar term in an external database or terminological resource.</definition>
    </owl:AnnotationProperty>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#synonym -->

    <owl:AnnotationProperty rdf:about="#synonym">
        <rdf:type rdf:resource="&owl;DatatypeProperty"/>
        <definition rdf:datatype="&xsd;string"
            >An exact synonyms of the given ontology term.</definition>
    </owl:AnnotationProperty>
    


    <!-- http://www.owl-ontologies.com/2005/08/07/xsp.owl#base -->

    <owl:DatatypeProperty rdf:about="&xsp;base">
        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
    </owl:DatatypeProperty>
    


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

    


    <!-- http://www.bootstrep.eu/ontology/GRO#AP2EREBPRelatedDomain -->

    <owl:Class rdf:about="#AP2EREBPRelatedDomain">
        <rdfs:label xml:lang="en"
            >AP2-EREBP-related domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#AP2_EREBPRelatedTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain consisting of the AP2 (APETALA2) and EREBPs (ethylene-responsive element binding proteins) related DNA-binding sequence.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#AP2_EREBPRelatedTF -->

    <owl:Class rdf:about="#AP2_EREBPRelatedTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >AP2-EREBP related transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#AP2EREBPRelatedDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing the AP2 (APETALA2) and EREBPs (ethylene-responsive element binding proteins) related DNA-binding domain, which plays a variety of roles throughout the plant life cycle.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Acetylation -->

    <owl:Class rdf:about="#Acetylation">
        <rdfs:label xml:lang="en">acetylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <definition rdf:datatype="&xsd;string"
            >A reaction that introduces an acetyl functional group into an organic compound. [http://en.wikipedia.org/wiki/Acetylation]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Activation -->

    <owl:Class rdf:about="#Activation">
        <rdfs:label xml:lang="en">activation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPolarity"/>
                <owl:hasValue rdf:datatype="&xsd;string">positive</owl:hasValue>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process that activates, maintains or increases the frequency, rate or extent of an action.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ActivationOfPolymeraseActivity -->

    <owl:Class rdf:about="#ActivationOfPolymeraseActivity">
        <rdfs:label xml:lang="en"
            >activation of polymerase</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Activation"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#PolymeraseActivity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#PolymeraseActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that initiates the activity of the inactive enzyme polymerase.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ActivationOfProcess -->

    <owl:Class rdf:about="#ActivationOfProcess">
        <rdfs:label xml:lang="en"
            >activation of process</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Activation"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Process"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Process"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that activates or increases the frequency, rate or extent of a process.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ActivationOfProteinFunction -->

    <owl:Class rdf:about="#ActivationOfProteinFunction">
        <rdfs:label xml:lang="en"
            >activation of protein</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Activation"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#GeneProductFunction"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#GeneProductFunction"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that initiates the activity of the inactive form of a protein.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ActivationOfTranscriptionRegulatorActivity -->

    <owl:Class rdf:about="#ActivationOfTranscriptionRegulatorActivity">
        <rdfs:label xml:lang="en"
            >activation of transcription regulator activity</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Activation"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionRegulatorActivity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#TranscriptionRegulatorActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that activates or increases the frequency, rate or extent of activity of a transcription regulator, any factor plays a role in regulating transcription; may bind a promoter or enhancer DNA sequence or interact with a DNA-binding transcription factor (modified from [GO:0051091, GO:0030528])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Affecting -->

    <owl:Class rdf:about="#Affecting">
        <rdfs:label xml:lang="en">affecting</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Agonist -->

    <owl:Class rdf:about="#Agonist">
        <rdfs:label xml:lang="en">agonist</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Ligand"/>
        <definition rdf:datatype="&xsd;string"
            >Any molecule that improves the activity of a different molecule; e.g., a hormone, which acts as an agonist when it binds to its receptor, thus triggering a biochemical response. [http://www.combichemistry.com/medical-chemistry-glossary.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#AminoAcid -->

    <owl:Class rdf:about="#AminoAcid">
        <rdfs:label xml:lang="en">amino acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="#OrganicChemical"/>
        <owl:disjointWith rdf:resource="#Carbohydrate"/>
        <owl:disjointWith rdf:resource="#Gas"/>
        <owl:disjointWith rdf:resource="#InositolPhosphate"/>
        <owl:disjointWith rdf:resource="#Ion"/>
        <owl:disjointWith rdf:resource="#Lipid"/>
        <owl:disjointWith rdf:resource="#Nucleoside"/>
        <owl:disjointWith rdf:resource="#SecondMessenger"/>
        <owl:disjointWith rdf:resource="#Vitamin"/>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:33709 amino acids</reference>
        <definition rdf:datatype="&xsd;string"
            >Carboxylic acids containing one or more amino groups. [CHEBI:33709]</definition>
        <reference rdf:datatype="&xsd;string"
            >IMR:0001695 amino acid</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Antagonist -->

    <owl:Class rdf:about="#Antagonist">
        <rdfs:label xml:lang="en">antagonist</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Ligand"/>
        <definition rdf:datatype="&xsd;string"
            >An agent that opposes the action or reduces the physiological activity of another.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#AntisenseRNA -->

    <owl:Class rdf:about="#AntisenseRNA">
        <rdfs:label xml:lang="en">antisense RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NcRNA"/>
        <reference
            >SO:0000644 antisense_RNA</reference>
        <definition
            >Antisense RNA is RNA that is transcribed from the coding, rather than the template, strand of DNA. It is therefore complementary to mRNA. [SO:0000644]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Apoenzyme -->

    <owl:Class rdf:about="#Apoenzyme">
        <rdfs:label xml:lang="en">apoenzyme</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
        <definition rdf:datatype="&xsd;string"
            >a protein that combines with a coenzyme to form an active enzyme [http://wordnet.princeton.edu/perl/webwn?s=apoenzyme]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Archaebacterium -->

    <owl:Class rdf:about="#Archaebacterium">
        <rdfs:label xml:lang="en">archaebacterium</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Prokaryote"/>
        <owl:disjointWith rdf:resource="#Bacterium"/>
        <definition rdf:datatype="&xsd;string"
            >Ancient life forms that evolved separately from bacteria and blue-green algae. [http://wordnet.princeton.edu/perl/webwn?s=archaebacterium]</definition>
        <reference rdf:datatype="&xsd;string"
            >NCBI Taxonomy ID: 2157  Archaea</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ArchitecturalProteins -->

    <owl:Class rdf:about="#ArchitecturalProteins">
        <rdfs:label xml:lang="en"
            >architectural proteins</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
        <definition rdf:datatype="&xsd;string"
            >Proteins that bend DNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Atom -->

    <owl:Class rdf:about="#Atom">
        <rdfs:label xml:lang="en">atom</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularEntity"/>
        <definition rdf:datatype="&xsd;string"
            >The smallest part of an element that still has all properties of that element. Its nucleus consists of protons and neutrons and is surrounded by orbiting electrons. [http://www.nsc.org/EHC/guidebks/wippglos.htm]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Attenuator -->

    <owl:Class rdf:about="#Attenuator">
        <rdfs:label xml:lang="en">attenuator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >A sequence segment located within the five prime end of an mRNA that causes premature termination of translation. [SO:0000140]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000140 attenuator</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BacterialRNAPolymerasePromoter -->

    <owl:Class rdf:about="#BacterialRNAPolymerasePromoter">
        <rdfs:label xml:lang="en"
            >bacterial RNA polymerase promoter</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Promoter"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#fromSpecies"/>
                <owl:someValuesFrom rdf:resource="#Bacterium"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA sequence to which bacterial RNA polymerase binds, to begin transcription. [SO:0000613]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000613 bacterial RNApol promoter</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Bacteriophage -->

    <owl:Class rdf:about="#Bacteriophage">
        <rdfs:label xml:lang="en">bacteriophage</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Virus"/>
        <definition rdf:datatype="&xsd;string"
            >A virus that infects bacteria. Also called a phage. [www.accessexcellence.org/RC/AB/WYW/wkbooks/SFTS/glossary.html]</definition>
        <reference rdf:datatype="&xsd;string"
            >NCBI Taxonomy ID: 38018 unidentified phage</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Bacterium -->

    <owl:Class rdf:about="#Bacterium">
        <rdfs:label xml:lang="en">bacterium</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Prokaryote"/>
        <definition rdf:datatype="&xsd;string"
            >Any of the unicellular prokaryotic organisms, which vary in terms of morphology, oxygen and nutritional requirements and motility and can exist either as independent (free-living) organisms or as parasites (dependent upon another organism for life).</definition>
        <reference rdf:datatype="&xsd;string"
            >NCBI Taxonomy ID: 2 Bacteria</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BasicDomain -->

    <owl:Class rdf:about="#BasicDomain">
        <rdfs:label xml:lang="en">basic domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#BasicDomainTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain containing a basic region that mediates sequence-specific DNA-binding.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BasicDomainTF -->

    <owl:Class rdf:about="#BasicDomainTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >basic domain transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#BasicDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing basic domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Behavior -->

    <owl:Class rdf:about="#Behavior">
        <rdfs:label xml:lang="en">behavior</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Organism"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0007610 behavior</reference>
        <definition rdf:datatype="&xsd;string"
            >The specific actions or reactions of an organism in response to external or internal stimuli. Patterned activity of a whole organism in a manner dependent upon some combination of that organism&#39;s internal state and external conditions. [GO:0007610]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BetaBarrelAlphaHelixDomain -->

    <owl:Class rdf:about="#BetaBarrelAlphaHelixDomain">
        <rdfs:label xml:lang="en"
            >beta barrel alpha helix domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ColdShockDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#BetaBarrelAlphaHelixDomainTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA binding domain usual found in the viral protein E2, in which it forms a dimeric beta barrel, with each subunit contributing an anti-parallel 4-stranded beta sheet half-barrel. The topology of each subunit is beta1-1-beta2-beta3-2-beta4. Helix 1 is the recognition helix housing all of the amino acid residues involved in direct DNA sequence specification. Upon dimerisation, strands beta2 and beta4 at the edges of each subunit participate in a continuous hydrogen-bonding network, which results in an 8-stranded beta-barrel. The dimer interface is extensive, made up of hydrogen bonds between subunits and a substantial hydrophobic beta-barrel core. (modified from [InterPro:IPR000427]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BetaBarrelAlphaHelixDomainTF -->

    <owl:Class rdf:about="#BetaBarrelAlphaHelixDomainTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >beta-barrel alpha-helix domain transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#BetaBarrelAlphaHelixDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing beta-barrel alpha-helix domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BetaScaffoldDomainTF_WithMinorGrooveContacts -->

    <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts">
        <rdfs:label xml:lang="en"
            >beta scaffold domain transcription factor with minor groove contacts</rdfs:label>
        <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing beta scaffold domain with minor groove contacts</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BetaScaffoldDomain_WithMinorGrooveContacts -->

    <owl:Class rdf:about="#BetaScaffoldDomain_WithMinorGrooveContacts">
        <rdfs:label xml:lang="en"
            >beta scaffold domain with minor groove contacts</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain containing beta scaffold structure and usually binding to the DNA minor groove.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BidirectionalPromoter -->

    <owl:Class rdf:about="#BidirectionalPromoter">
        <rdfs:label xml:lang="en"
            >bidirectional promoter</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Promoter"/>
        <definition rdf:datatype="&xsd;string"
            >Promoter sequences between divergently transcribed neighbouring gene pairs that initiate transcription in both directions. [http://www.everythingbio.com/glos/definition.php?word=bidirectional+promoters]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Binding -->

    <owl:Class rdf:about="#Binding">
        <rdfs:label xml:lang="en">binding</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalInteraction"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#PhysicalContact"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0005488 binding</reference>
        <definition rdf:datatype="&xsd;string"
            >The selective, often stoichiometric, interaction of a molecule with one or more specific sites on another molecule. [GO:0005488]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingAssay -->

    <owl:Class rdf:about="#BindingAssay">
        <rdfs:label xml:lang="en">binding assay</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#Binding"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >An analytic procedure in which binding is studied involves the labelling of an expressed protein.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfDNABindingDomainOfProteinToDNA -->

    <owl:Class rdf:about="#BindingOfDNABindingDomainOfProteinToDNA">
        <rdfs:label xml:lang="en"
            >binding of DNA binding domain of protein to DNA</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#DNABindingDomainOfProtein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#DNA"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#DNABindingDomainOfProtein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#DNA"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a DNA binding domain of a protein with DNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfMolecularEntity -->

    <owl:Class rdf:about="#BindingOfMolecularEntity">
        <rdfs:label xml:lang="en"
            >binding of molecular entity</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a molecule entity with other substance.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfProtein -->

    <owl:Class rdf:about="#BindingOfProtein">
        <rdfs:label xml:lang="en"
            >binding of protein</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a protein with other molecules.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfProteinToDNA -->

    <owl:Class rdf:about="#BindingOfProteinToDNA">
        <rdfs:label xml:lang="en"
            >binding of protein to DNA</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#DNA"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#DNA"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >The selective interaction of a protein or protein complex with a deoxyribonucleotide, any compound consisting of a deoxyribonucleoside that is esterified with (ortho)phosphate or an oligophosphate at any hydroxyl group on the deoxyribose moiety.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfProteinToProteinBindingSiteOfDNA -->

    <owl:Class rdf:about="#BindingOfProteinToProteinBindingSiteOfDNA">
        <rdfs:label xml:lang="en"
            >binding of protein to protein binding site of DNA</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#ProteinBindingSiteOfDNA"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#ProteinBindingSiteOfDNA"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a protein with a specific site on DNA which forms a chemical bond.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfProteinToProteinBindingSiteOfProtein -->

    <owl:Class rdf:about="#BindingOfProteinToProteinBindingSiteOfProtein">
        <rdfs:label xml:lang="en"
            >binding of protein to protein binding site of protein</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#ProteinBindingSiteOfProtein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#ProteinBindingSiteOfProtein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a protein with a specific site on other proteins which forms a chemical bond.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfRNAPolymeraseToDNA -->

    <owl:Class rdf:about="#BindingOfRNAPolymeraseToDNA">
        <rdfs:label xml:lang="en"
            >binding of RNA polymerase to DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Binding"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#RNAPolymeraseBindingSiteOfDNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of RNA polymerase with DNA</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfTFToTFBindingSiteOfDNA -->

    <owl:Class rdf:about="#BindingOfTFToTFBindingSiteOfDNA">
        <rdfs:label xml:lang="en"
            >binding of TF to TF binding site of DNA</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#TranscriptionFactor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a transcription factor with a specific site on DNA which forms a chemical bond.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfTFToTFBindingSiteOfProtein -->

    <owl:Class rdf:about="#BindingOfTFToTFBindingSiteOfProtein">
        <rdfs:label xml:lang="en"
            >binding of TF to TF binding site of protein</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#TFBindingSiteOfProtein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#TranscriptionFactor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#TFBindingSiteOfProtein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a transcription factor with one or more specific sites on a protein.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfTranscriptionActivatorToEnhancer -->

    <owl:Class rdf:about="#BindingOfTranscriptionActivatorToEnhancer">
        <rdfs:label xml:lang="en"
            >binding of transcription activator to enhancer</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionActivator"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Enhancer"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#TranscriptionActivator"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Enhancer"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >The selective interaction of a transcription activator with a cis-acting sequence that increases the utilization of (some) eukaryotic promoter.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfTranscriptionFactorToDNA -->

    <owl:Class rdf:about="#BindingOfTranscriptionFactorToDNA">
        <rdfs:label xml:lang="en"
            >binding of transcription factor to DNA</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#DNA"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#TranscriptionFactor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#DNA"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >The function of binding to a specific DNA sequence in order to modulate transcription. [GO:0003700]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfTranscriptionFactorToOperator -->

    <owl:Class rdf:about="#BindingOfTranscriptionFactorToOperator">
        <rdfs:label xml:lang="en"
            >binding of transcription factor to operator</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Operator"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#TranscriptionFactor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Operator"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a transcription factor with an operator</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfTranscriptionRepressorToSilencer -->

    <owl:Class rdf:about="#BindingOfTranscriptionRepressorToSilencer">
        <rdfs:label xml:lang="en"
            >binding of transcription repressor to silencer</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionRepressor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Silencer"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#TranscriptionRepressor"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Silencer"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a transcription repressor with a collection of short DNA sequence elements which suppress the transcription of an adjacent gene or genes.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingOfTranslationInitiationComplexToRNA -->

    <owl:Class rdf:about="#BindingOfTranslationInitiationComplexToRNA">
        <rdfs:label xml:lang="en"
            >binding of translation initiation complex to RNA</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#TranslationInitiationComplex"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#RNA"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#TranslationInitiationComplex"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#RNA"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <synonym rdf:datatype="&xsd;string"
            >RNA binding of translation initiation complex</synonym>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of translation initiation complex with RNA which leaves the functional ribosome at the AUG, with the methionyl/formyl-methionyl-tRNA positioned at the P site.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingSiteOfProtein -->

    <owl:Class rdf:about="#BindingSiteOfProtein">
        <rdfs:label xml:lang="en"
            >binding site of protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#BindingToBindingSiteOfProtein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A region on a protein that forms a chemical bond with other molecules.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingToBindingSiteOfProtein -->

    <owl:Class rdf:about="#BindingToBindingSiteOfProtein">
        <rdfs:label xml:lang="en"
            >binding to binding site of protein</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#BindingSiteOfProtein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#BindingSiteOfProtein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Selective interaction of a molecule with a specific site on a protein which forms a chemical bond.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingToMicroRNA -->

    <owl:Class rdf:about="#BindingToMicroRNA">
        <rdfs:label xml:lang="en"
            >binding to micro RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BindingToRNA"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:allValuesFrom rdf:resource="#MicroRNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#MicroRNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Interacting selectively with microRNA.</definition>
        <synonym rdf:datatype="&xsd;string">miRNA binding</synonym>
        <synonym rdf:datatype="&xsd;string"
            >microRNA binding</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingToMolecularEntity -->

    <owl:Class rdf:about="#BindingToMolecularEntity">
        <rdfs:label xml:lang="en"
            >binding to molecular entity</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Interacting selectively with a molecular entity.</definition>
        <synonym rdf:datatype="&xsd;string"
            >molecular binding</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingToProtein -->

    <owl:Class rdf:about="#BindingToProtein">
        <rdfs:label xml:lang="en"
            >binding to protein</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <reference rdf:datatype="&xsd;string"
            >GO:0005515 protein binding</reference>
        <definition rdf:datatype="&xsd;string"
            >Interacting selectively with any protein or protein complex (a complex of two or more proteins that may include other nonprotein molecules).[GO:0005515]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#BindingToRNA -->

    <owl:Class rdf:about="#BindingToRNA">
        <rdfs:label xml:lang="en">binding to RNA</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Binding"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#RNA"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#RNA"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <reference rdf:datatype="&xsd;string"
            >GO:0003723 RNA binding</reference>
        <definition rdf:datatype="&xsd;string"
            >Interacting selectively with an RNA molecule or a portion thereof. [GO:0003723]</definition>
        <synonym rdf:datatype="&xsd;string">RNA binding</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Biofilm -->

    <owl:Class rdf:about="#Biofilm">
        <rdfs:label xml:lang="en">biofilm</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Microorganism"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A slime layer that develops naturally when bacteria congregate on surfaces. [publications.nigms.nih.gov/thenewgenetics/glossary.htm]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Biomass -->

    <owl:Class rdf:about="#Biomass">
        <rdfs:label xml:lang="en">biomass</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >Total mass of all the organisms of a given type and/or in a given area. (From Concise Dictionary of Biology, 1990) It includes the yield of vegetative mass produced from any given crop. [MeSH:D018533]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#C6ZincCluster -->

    <owl:Class rdf:about="#C6ZincCluster">
        <rdfs:label xml:lang="en">C6 zinc cluster</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#C6ZincClusterTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Zinc finger motif of GAL4-type. Six cysteine residues coordinate two zinc ions, i. e. two of the thiol groups coordinate two zinc ions (six cysteines binuclear cluster DNA-binding domain). All GAL4-type proteins possess a single N-terminal zinc finger with an adjacent basic region, which is critical for sequence-specific recognition. Each C3-repeat unit of the structural motif of six cysteines forms short alpha-helical structures separated by a loop with a proline-associated turn. The zinc(II)-binding cluster lies in the DNA major groove and contacts three base pairs. (modified from [TRANSFAC:C0005]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#C6ZincClusterTF -->

    <owl:Class rdf:about="#C6ZincClusterTF">
        <rdfs:label xml:lang="en"
            >C6 zinc cluster transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#C6ZincCluster"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing C6 zinc cluster domain</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Carbohydrate -->

    <owl:Class rdf:about="#Carbohydrate">
        <rdfs:label xml:lang="en">carbohydrate</rdfs:label>
        <rdfs:subClassOf rdf:resource="#OrganicChemical"/>
        <owl:disjointWith rdf:resource="#Gas"/>
        <owl:disjointWith rdf:resource="#InositolPhosphate"/>
        <owl:disjointWith rdf:resource="#Ion"/>
        <owl:disjointWith rdf:resource="#Lipid"/>
        <owl:disjointWith rdf:resource="#Nucleoside"/>
        <owl:disjointWith rdf:resource="#SecondMessenger"/>
        <owl:disjointWith rdf:resource="#Vitamin"/>
        <definition rdf:datatype="&xsd;string"
            >A class of organic compounds containing carbon, hydrogen and oxygen and having the general formula Cm(H2O)n. They usually serve as a major energy source in the diet of animals. Example: sugar or starch.</definition>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:23008 carbohydrate</reference>
        <reference rdf:datatype="&xsd;string"
            >IMR:0001657 carbohydrate</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CarbonCatabolite -->

    <owl:Class rdf:about="#CarbonCatabolite">
        <rdfs:label xml:lang="en"
            >carbon catabolite</rdfs:label>
        <rdfs:subClassOf rdf:resource="#OrganicChemical"/>
        <definition
            >A carbon compound produced in catabolism.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CatabolicPathway -->

    <owl:Class rdf:about="#CatabolicPathway">
        <rdfs:label xml:lang="en"
            >catabolic pathway</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MetabolicPathway"/>
        <definition
            >The chemical reactions and pathways resulting in the breakdown of substances, including the breakdown of carbon compounds with the liberation of energy for use by the cell or organism. [GO:0009056]</definition>
        <reference
            >GO:0009056 catabolic process</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CatalyticActivity -->

    <owl:Class rdf:about="#CatalyticActivity">
        <rdfs:label xml:lang="en"
            >catalytic activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#GeneProductFunction"/>
        <definition rdf:datatype="&xsd;string"
            >Catalysis of a biochemical reaction at physiological temperatures. In biologically catalyzed reactions, the reactants are known as substrates, and the catalysts are naturally occurring macromolecular substances known as enzymes. Enzymes possess specific binding sites for substrates, and are usually composed wholly or largely of protein, but RNA that has catalytic activity (ribozyme) is often also regarded as enzymatic. [GO:0003824]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003824 catalytic activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Cell -->

    <owl:Class rdf:about="#Cell">
        <rdfs:label xml:lang="en">cell</rdfs:label>
        <rdfs:subClassOf rdf:resource="#LivingEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#CellComponent"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Organism"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#partOf"/>
                        <owl:someValuesFrom rdf:resource="#Organism"/>
                    </owl:Restriction>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#CellComponent"/>
        <owl:disjointWith rdf:resource="#MolecularEntity"/>
        <definition rdf:datatype="&xsd;string"
            >The fundamental, structural, and functional units or subunits of living organisms. They are composed of CYTOPLASM containing various ORGANELLES and a CELL MEMBRANE boundary. [MeSH:D002477]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellAdhesion -->

    <owl:Class rdf:about="#CellAdhesion">
        <rdfs:label xml:lang="en">cell adhesion</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#Binding"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0007155 cell adhesion</reference>
        <definition rdf:datatype="&xsd;string"
            >The attachment of a cell, either to another cell or to an underlying substrate such as the extracellular matrix, via cell adhesion molecules. [GO:0007155]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellAging -->

    <owl:Class rdf:about="#CellAging">
        <rdfs:label xml:lang="en">cell aging</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <definition
            >Progression of the cell from its inception to the end of its lifespan. [GO:0007569]</definition>
        <reference
            >GO:0007569 cell aging</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellCommunication -->

    <owl:Class rdf:about="#CellCommunication">
        <rdfs:label xml:lang="en"
            >cell communication</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:onClass rdf:resource="#Cell"/>
                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process that mediates interactions between a cell and its surroundings. Encompasses interactions such as signaling or attachment between one cell and another cell, between a cell and an extracellular matrix, or between a cell and any other aspect of its environment. [GO:0007154]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0007154 cell communication</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellComponent -->

    <owl:Class rdf:about="#CellComponent">
        <rdfs:label xml:lang="en">cell component</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Nucleus"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#Organism"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0005575 cellular component</reference>
        <definition rdf:datatype="&xsd;string"
            >The part of a cell or its extracellular environment in which a gene product is located. A gene product may be located in one or more parts of a cell and its location may be as specific as a particular macromolecular complex, that is, a stable, persistent association of macromolecules that function together. [GO:0005575]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellCycle -->

    <owl:Class rdf:about="#CellCycle">
        <rdfs:label xml:lang="en">cell cycle</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0007049 cell cycle</reference>
        <definition rdf:datatype="&xsd;string"
            >The progression of biochemical and morphological phases and events that occur in a cell during successive cell replication or nuclear replication events. Canonically, the cell cycle comprises the replication and segregation of genetic material followed by the division of the cell, but in endocycles or syncytial cells nuclear replication or nuclear division may not be followed by cell division. [GO:0007049]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellCyclePhase -->

    <owl:Class rdf:about="#CellCyclePhase">
        <rdfs:label xml:lang="en"
            >cell cycle phase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcessPhase"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#CellCycle"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference
            >GO:0022403 cell cycle phase</reference>
        <definition
            >A cell cycle process comprising the steps by which a cell progresses through one of the biochemical and morphological phases and events that occur during successive cell replication or nuclear replication events. [GO:0022403]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellCyclePhaseTransition -->

    <owl:Class rdf:about="#CellCyclePhaseTransition">
        <rdfs:label xml:lang="en"
            >cell cycle phase transition</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcessPhase"/>
        <definition
            >Progression from a cell cycle phase to another cell cycle phase.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellDeath -->

    <owl:Class rdf:about="#CellDeath">
        <rdfs:label xml:lang="en">cell death</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <rdfs:subClassOf rdf:resource="#Death"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0008219 cell death</reference>
        <definition rdf:datatype="&xsd;string"
            >The specific activation or halting of processes within a cell so that its vital functions markedly cease, rather than simply deteriorating gradually over time, which culminates in cell death. [GO:0008219]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellDifferentiation -->

    <owl:Class rdf:about="#CellDifferentiation">
        <rdfs:label xml:lang="en"
            >cell differentiation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularDevelopmentalProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0030154 cell differentiation</reference>
        <definition rdf:datatype="&xsd;string"
            >The process whereby relatively unspecialized cells, e.g. embryonic or regenerative cells, acquire specialized structural and/or functional features that characterize the cells, tissues, or organs of the mature organism or some other relatively stable phase of the organism&#39;s life history. Differentiation includes the processes involved in commitment of a cell to a specific fate. [GO:0030154]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellDivision -->

    <owl:Class rdf:about="#CellDivision">
        <rdfs:label xml:lang="en">cell division</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellCyclePhase"/>
        <reference
            >GO:0051301 cell division</reference>
        <definition
            >The process resulting in the physical partitioning and separation of a cell into daughter cells. [GO:0051301]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellFateDetermination -->

    <owl:Class rdf:about="#CellFateDetermination">
        <rdfs:label xml:lang="en"
            >cell fate determination</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0001709 	cell fate determination</reference>
        <definition rdf:datatype="&xsd;string"
            >Process involved in cell fate commitment. Once determination has taken place, a cell becomes committed to differentiate down a particular pathway regardless of its environment. [GO:0001709]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellGrowth -->

    <owl:Class rdf:about="#CellGrowth">
        <rdfs:label xml:lang="en">cell growth</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <rdfs:subClassOf rdf:resource="#Growth"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0016049 cell growth</reference>
        <definition rdf:datatype="&xsd;string"
            >The process by which a cell irreversibly increases in size over time by accretion and biosynthetic production of matter similar to that already present. [GO:0016049]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellHomeostasis -->

    <owl:Class rdf:about="#CellHomeostasis">
        <rdfs:label xml:lang="en"
            >cell homeostasis</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0019725 cellular homeostasis</reference>
        <definition rdf:datatype="&xsd;string"
            >The processes involved in the maintenance of an internal equilibrium at the level of the cell. [GO:0019725]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellMotility -->

    <owl:Class rdf:about="#CellMotility">
        <rdfs:label xml:lang="en">cell motility</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process involved in the controlled movement of a cell. [GO:0006928]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0006928 cell motility</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellularComponentOrganizationAndBiogenesis -->

    <owl:Class rdf:about="#CellularComponentOrganizationAndBiogenesis">
        <rdfs:label xml:lang="en"
            >cellular component organization and biogenesis</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#CellComponent"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A process that is carried out at the cellular level which results in the formation, arrangement of constituent parts, or disassembly of a cellular component; includes the plasma membrane and any external encapsulating structures such as the cell wall and cell envelope. [GO:0016043]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0016043 cellular component organization and biogenesis</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellularDevelopmentalProcess -->

    <owl:Class rdf:about="#CellularDevelopmentalProcess">
        <rdfs:label xml:lang="en"
            >cellular developmental process</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#DevelopmentalProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#Cell"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >A biological process whose specific outcome is the progression of a cell over time from an initial condition to a later condition. [GO:0048869]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0048869 cellular developmental process</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellularMetabolicProcess -->

    <owl:Class rdf:about="#CellularMetabolicProcess">
        <rdfs:label xml:lang="en"
            >cellular metabolic process</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0044237 cellular metabolic process</reference>
        <definition rdf:datatype="&xsd;string"
            >The chemical reactions and pathways by which individual cells transform chemical substances. [GO:0044237]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CellularProcess -->

    <owl:Class rdf:about="#CellularProcess">
        <rdfs:label xml:lang="en"
            >cellular process</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#PhysiologicalProcess"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasAgent"/>
                                <owl:someValuesFrom rdf:resource="#Cell"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#hasPatient"/>
                                <owl:someValuesFrom rdf:resource="#Cell"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#locatedIn"/>
                                <owl:someValuesFrom rdf:resource="#Cell"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#locatedIn"/>
                                <owl:someValuesFrom rdf:resource="#CellComponent"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <reference rdf:datatype="&xsd;string"
            >GO:0009987 cellular process</reference>
        <definition rdf:datatype="&xsd;string"
            >Processes that are carried out at the cellular level, but are not necessarily restricted to a single cell. For example, cell communication occurs among more than one cell, but occurs at the cellular level. [GO:0009987]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Chemical -->

    <owl:Class rdf:about="#Chemical">
        <rdfs:label xml:lang="en">chemical</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularEntity"/>
        <owl:disjointWith rdf:resource="#NucleicAcid"/>
        <owl:disjointWith rdf:resource="#Protein"/>
        <owl:disjointWith rdf:resource="#ProteinDomain"/>
        <reference rdf:datatype="&xsd;string"
            >IMR:0000947 chemical</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Chromatin -->

    <owl:Class rdf:about="#Chromatin">
        <rdfs:label xml:lang="en">chromatin</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >The material of chromosomes. It is a complex of DNA, histones, and nonhistone proteins found within the nucleus of a cell. [MeSH]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ChromatinSilencing -->

    <owl:Class rdf:about="#ChromatinSilencing">
        <rdfs:label xml:lang="en"
            >chromatin silencing</rdfs:label>
        <rdfs:subClassOf rdf:resource="#GeneSilencing"/>
        <rdfs:subClassOf rdf:resource="#NegativeRegulationOfTranscription"/>
        <reference
            >GO:0006342 chromatin silencing</reference>
        <definition
            >Repression of transcription by altering the structure of chromatin, e.g. by conversion of large regions of DNA into an inaccessible state often called heterochromatin. [GO:0006342]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ChromosomalDNA -->

    <owl:Class rdf:about="#ChromosomalDNA">
        <rdfs:label xml:lang="en">chromosomal DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Chromosome"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"></definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Chromosome -->

    <owl:Class rdf:about="#Chromosome">
        <rdfs:label xml:lang="en">chromosome</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellComponent"/>
        <rdfs:subClassOf rdf:resource="#ComplexMolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Nucleus"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition
            >A structure composed of a very long molecule of DNA and associated proteins (e.g. histones) that carries hereditary information. [GO:0005694]</definition>
        <reference
            >GO:0005694 chromosome</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ChronologicalCellAging -->

    <owl:Class rdf:about="#ChronologicalCellAging">
        <rdfs:label xml:lang="en"
            >chronological cell aging</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellAging"/>
        <definition
            >The process associated with progression of the cell from its inception to the end of its lifespan that occurs when the cell is in a non-dividing, or quiescent, state. [GO:0001300]</definition>
        <reference
            >GO:0001300 chronological cell aging</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Circadian -->

    <owl:Class rdf:about="#Circadian">
        <rdfs:label xml:lang="en">circadian</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TemporalQuality"/>
        <reference
            >GO:0007623 circadian rhythm</reference>
        <definition
            >Any biological process in an organism that recurs with a regularity of approximately 24 hours. [GO:0007623]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Cleavage -->

    <owl:Class rdf:about="#Cleavage">
        <rdfs:label xml:lang="en">cleavage</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <definition
            >Covalent bond breakage in a molecule leading to the formation of smaller molecules. [IEV:0002571]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CoiledChromosomalDNA -->

    <owl:Class rdf:about="#CoiledChromosomalDNA">
        <rdfs:label xml:lang="en"
            >coiled chromosomal DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ChromosomalDNA"/>
        <rdfs:subClassOf rdf:resource="#DoubleStrandDNA"/>
        <definition rdf:datatype="&xsd;string"
            >The tightly coiled DNA contained in chromosome.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ColdShockDomain -->

    <owl:Class rdf:about="#ColdShockDomain">
        <rdfs:label xml:lang="en"
            >cold shock domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#ColdShockDomainTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >&#65533;&#65533;A conserved domain of about 70 amino acids has been found in prokaryotic and eukaryotic single-strand nucleic-acid binding proteins. This domain, which is known as the &#39;cold-shock domain&#39; (CSD)...[InterPro: IPR011129]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ColdShockDomainTF -->

    <owl:Class rdf:about="#ColdShockDomainTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >cold shock domain transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#ColdShockDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing cold shock domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ComplexMolecularEntity -->

    <owl:Class rdf:about="#ComplexMolecularEntity">
        <rdfs:label xml:lang="en"
            >complex molecular entity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:onClass rdf:resource="#MolecularEntity"/>
                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#NucleicAcid"/>
        <owl:disjointWith rdf:resource="#Protein"/>
        <owl:disjointWith rdf:resource="#ProteinDomain"/>
        <definition rdf:datatype="&xsd;string"
            >A complex form of molecular entity.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ComplexOfProteinAndDNA -->

    <owl:Class rdf:about="#ComplexOfProteinAndDNA">
        <rdfs:label xml:lang="en"
            >complex of protein and DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexMolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#DNARegion"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A macromolecular complex containing both protein and DNA molecules. [GO:0032993]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0032993 protein-DNA complex</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ComplexOfProteinAndRNA -->

    <owl:Class rdf:about="#ComplexOfProteinAndRNA">
        <rdfs:label xml:lang="en"
            >complex of protein and RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexMolecularEntity"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ComplexRegulationOfTranscription -->

    <owl:Class rdf:about="#ComplexRegulationOfTranscription">
        <rdfs:label xml:lang="en"
            >complex regulation of transcription</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranscription"/>
        <definition rdf:datatype="&xsd;string"
            >A combination of positive and negative regulation of transcription</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Conformation -->

    <owl:Class rdf:about="#Conformation">
        <rdfs:label xml:lang="en">conformation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <owl:disjointWith rdf:resource="#Direction"/>
        <owl:disjointWith rdf:resource="#DoubleStrandDNA"/>
        <owl:disjointWith rdf:resource="#Locus"/>
        <owl:disjointWith rdf:resource="#Orientation"/>
        <owl:disjointWith rdf:resource="#PackedDNA"/>
        <owl:disjointWith rdf:resource="#Phenotype"/>
        <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
        <owl:disjointWith rdf:resource="#UnpackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >The structural arrangement.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Continuant -->

    <owl:Class rdf:about="#Continuant">
        <rdfs:label xml:lang="en">continuant</rdfs:label>
        <owl:disjointWith rdf:resource="#Occurrent"/>
        <definition rdf:datatype="&xsd;string"
            >Definition: An entity [bfo:Entity] that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts. [http://www.ifomis.org/bfo/1.1/light/span#Continuant]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CopperFist -->

    <owl:Class rdf:about="#CopperFist">
        <rdfs:label xml:lang="en"
            >copper-fist domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#CopperFistTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain, similar in structure to metallothionein, undergoing a large conformational change on copper-binding that allows DNA-binding. It contains a conserved array of zinc-binding residues (Cys-X2-Cys-X8-Cys-X-His) and forms a three-stranded antiparallel beta-sheet with two short helical segments that project from one end of the beta-sheet. Conserved residues form a basic patch that may be important for DNA binding. (modified from [InterPro: IPR001083])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CopperFistTF -->

    <owl:Class rdf:about="#CopperFistTF">
        <rdfs:label xml:lang="en"
            >copper fist transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#CopperFist"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Some fungal transcription factors contain an N-terminal domain, the copper fist, which seems to be involved in copper-dependent DNA-binding. These proteins activate the transcription of the metallothionein gene in response to copper. Metallothionein maintains copper levels in yeast. The copper fist domain, which is similar in structure to metallothionein itself, undergoes a large conformational change on copper-binding that allows DNA-binding. The domain contains a conserved array of zinc-binding residues (Cys-X2-Cys-X8-Cys-X-His) and forms a three-stranded antiparallel beta-sheet with two short helical segments that project from one end of the beta-sheet. Conserved residues form a basic patch that may be important for DNA binding. [InterPro: IPR001083]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#CpGIsland -->

    <owl:Class rdf:about="#CpGIsland">
        <rdfs:label rdf:datatype="&xsd;string">CG island</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <synonym rdf:datatype="&xsd;string">CpG island</synonym>
        <definition rdf:datatype="&xsd;string"
            >Regions of a few hundred to a few thousand bases in vertebrate genomes that are relatively GC and CpG rich; they are typically unmethylated and often found near the 5&#39; ends of genes. [SO:0000307]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000307 CpG_island</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DBDomainOfNuclearReceptor -->

    <owl:Class rdf:about="#DBDomainOfNuclearReceptor">
        <rdfs:label xml:lang="en"
            >DB domain of nuclear receptor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#NuclearReceptor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The DNA binding domain of nuclear receptor, a group of proteins function in nuclei to regulate the transcription of target genes in a ligand-responsive manner.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DM -->

    <owl:Class rdf:about="#DM">
        <rdfs:label xml:lang="en">DM domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#DMTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >This domain was first discovered in the doublesex proteins of Drosophila melanogaster and is also seen in proteins from Caenorhabditis elegans. In D. melanogaste the doublesex gene controls somatic sexual differentiation by producing alternatively spliced mRNAs encoding related sex-specific polypeptides. These proteins are believed to function as transcription factors on downstream sex-determination genes, especially on neuroblast differentiation and yolk protein genes transcription. The DM domain binds DNA as a dimer, allowing the recognition of pseudopalindromic sequences. The NMR analysis of the DSX DM domain revealed a novel zinc module containing &#39;intertwined&#39; CCHC and HCCC zinc-binding sites. The recognition of the DNA requires the carboxy-terminal basic tail which contacts the minor groove of the target sequence. [InterPro: IPR001275]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DMTF -->

    <owl:Class rdf:about="#DMTF">
        <rdfs:label xml:lang="en"
            >DM-domain-containing transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#DM"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing DM domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNA -->

    <owl:Class rdf:about="#DNA">
        <rdfs:label xml:lang="en">DNA</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#NucleicAcid"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPart"/>
                        <owl:someValuesFrom rdf:resource="#Deoxynucleotide"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <owl:disjointWith rdf:resource="#RNA"/>
        <definition rdf:datatype="&xsd;string"
            >A chain of deoxyribonucleotides.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNABindingDomainOfProtein -->

    <owl:Class rdf:about="#DNABindingDomainOfProtein">
        <rdfs:label xml:lang="en"
            >DNA binding domain of protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BindingSiteOfProtein"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#agentOf"/>
                <owl:someValuesFrom rdf:resource="#BindingOfDNABindingDomainOfProteinToDNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any protein motif that binds to double- or single-stranded DNA with affinity to a specific sequence or set thereof or a general affinity to DNA. [http://en.wikipedia.org/wiki/DNA-binding_domain]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNABindingDomainOfTF -->

    <owl:Class rdf:about="#DNABindingDomainOfTF">
        <rdfs:label xml:lang="en"
            >DNA binding domain of transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfProtein"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain of a transcription factor that binds DNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNABindingSite -->

    <owl:Class rdf:about="#DNABindingSite">
        <rdfs:label xml:lang="en"
            >DNA binding site</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >A region on a molecule that recognizes and forms a chemical bond with DNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNAFragment -->

    <owl:Class rdf:about="#DNAFragment">
        <rdfs:label xml:lang="en">DNA fragment</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
        <definition rdf:datatype="&xsd;string">A piece of DNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNAModification -->

    <owl:Class rdf:about="#DNAModification">
        <rdfs:label xml:lang="en"
            >DNA modification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#DNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006304 DNA modification</reference>
        <definition rdf:datatype="&xsd;string"
            >The covalent alteration of one or more nucleotide sites in DNA, resulting in a change in its properties. [GO:0006304]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNAMolecule -->

    <owl:Class rdf:about="#DNAMolecule">
        <rdfs:label xml:lang="en">DNA molecule</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNA"/>
        <definition rdf:datatype="&xsd;string"
            >A chain of deoxyribonucleotides as it occures at a whole.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNAPolymerase -->

    <owl:Class rdf:about="#DNAPolymerase">
        <rdfs:label xml:lang="en">DNA polymerase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Polymerase"/>
        <definition rdf:datatype="&xsd;string"
            >An enzyme that catalyses the reaction: deoxynucleoside triphosphate + DNA(n) = diphosphate + DNA(n+1); the synthesis of DNA from deoxyribonucleotide triphosphates in the presence of a DNA/or RNA template or primer (modified from [GO:0003887, GO:0003964])</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003887 DNA-directed DNA polymerase activity</reference>
        <reference rdf:datatype="&xsd;string"
            >GO:0003964 RNA-directed DNA polymerase activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNAProteinInteraction -->

    <owl:Class rdf:about="#DNAProteinInteraction">
        <rdfs:label xml:lang="en"
            >DNA protein interaction</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#PhysicalInteraction"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasAgent"/>
                                        <owl:someValuesFrom rdf:resource="#DNA"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasPatient"/>
                                        <owl:someValuesFrom rdf:resource="#Protein"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasAgent"/>
                                        <owl:someValuesFrom rdf:resource="#Protein"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasPatient"/>
                                        <owl:someValuesFrom rdf:resource="#DNA"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="#DNA"/>
                                    <rdf:Description rdf:about="#Protein"/>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:allValuesFrom>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="#DNA"/>
                                    <rdf:Description rdf:about="#Protein"/>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:allValuesFrom>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any complex that forms between a protein molecule and DNA. [http://cancerweb.ncl.ac.uk/cgi-bin/omd?DNA-protein+interaction]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DNARegion -->

    <owl:Class rdf:about="#DNARegion">
        <rdfs:label xml:lang="en">DNA region</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNA"/>
        <rdfs:subClassOf rdf:resource="#NucleicAcidRegion"/>
        <definition rdf:datatype="&xsd;string"
            >A chain of deoxyribonucleotides that is part of a longer chain of deoxyribunucleotides.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DS_SIRNA -->

    <owl:Class rdf:about="#DS_SIRNA">
        <rdfs:label xml:lang="en">ds siRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#SmallInterferingRNA"/>
        <definition
            >Double-stranded siRNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Death -->

    <owl:Class rdf:about="#Death">
        <rdfs:label rdf:datatype="&xsd;string">death</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcess"/>
        <definition rdf:datatype="&xsd;string"
            >A permanent cessation of all vital functions: the end of life; can be applied to a whole organism or to a part of an organism. [GO:0016265]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0016265 death</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Decrease -->

    <owl:Class rdf:about="#Decrease">
        <rdfs:label xml:lang="en">decrease</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPolarity"/>
                <owl:hasValue>negative</owl:hasValue>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A process of becoming smaller, less numerous, less important, or less likely.</rdfs:comment>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Deoxynucleoside -->

    <owl:Class rdf:about="#Deoxynucleoside">
        <rdfs:label xml:lang="en">deoxynucleoside</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Nucleoside"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Deoxyribose"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A molecule composed of a nitrogenous base attached to the five-carbon sugar deoxyribose. [http://cancerweb.ncl.ac.uk/cgi-bin/omd?deoxynucleoside]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Deoxynucleotide -->

    <owl:Class rdf:about="#Deoxynucleotide">
        <rdfs:label xml:lang="en">deoxynucleotide</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Nucleotide"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Deoxyribose"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A chemical compound that consists of 3 portions: a nitrogenous base, a sugar, and one or more phosphate groups. In the most common nucleotides the base is a derivative of purine or pyrimidine, and the sugar is deoxyribose. (modified from [http://en.wikipedia.org/wiki/Deoxynucleotide#Nucleotide_structure])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Deoxyribose -->

    <owl:Class rdf:about="#Deoxyribose">
        <rdfs:label xml:lang="en">deoxyribose</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Ribose"/>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:28816 2-deoxy-D-ribose</reference>
        <definition rdf:datatype="&xsd;string"
            >Deoxyribose is an aldopentose &#8212; a monosaccharide containing five carbon atoms, and including an aldehyde functional group in its linear structure.  [http://en.wikipedia.org/wiki/Deoxyribose]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Destabilization -->

    <owl:Class rdf:about="#Destabilization">
        <rdfs:label xml:lang="en">destabilization</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfStability"/>
        <definition
            >Any process that decreases the stability.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DevelopmentalProcess -->

    <owl:Class rdf:about="#DevelopmentalProcess">
        <rdfs:label xml:lang="en"
            >developmental process</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcess"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#LivingEntity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#LivingEntity"/>
                    </owl:Restriction>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A biological process whose specific outcome is the progression of an integrated living unit: a cell, tissue, organ, or organism over time from an initial condition to a later condition. [GO:0032502]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0032502 developmental process</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Dimerization -->

    <owl:Class rdf:about="#Dimerization">
        <rdfs:label xml:lang="en">dimerization</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BindingOfProteinToProteinBindingSiteOfProtein"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0046983 protein dimerization activity</reference>
        <definition rdf:datatype="&xsd;string"
            >The formation of a protein dimer, a macromolecular structure consists of two noncovalently associated identical or nonidentical subunits. [GO:0046983]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Direction -->

    <owl:Class rdf:about="#Direction">
        <rdfs:label xml:lang="en">direction</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <owl:disjointWith rdf:resource="#DoubleStrandDNA"/>
        <owl:disjointWith rdf:resource="#Locus"/>
        <owl:disjointWith rdf:resource="#Orientation"/>
        <owl:disjointWith rdf:resource="#PackedDNA"/>
        <owl:disjointWith rdf:resource="#Phenotype"/>
        <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
        <owl:disjointWith rdf:resource="#UnpackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >The spatial relation between one point and another point.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Disease -->

    <owl:Class rdf:about="#Disease">
        <rdfs:label xml:lang="en">disease</rdfs:label>
        <rdfs:subClassOf rdf:resource="#OrganismalProcess"/>
        <definition rdf:datatype="&xsd;string"
            >A definite pathologic process with a characteristic set of signs and symptoms. It may affect the whole body or any of its parts, and its etiology, pathology, and prognosis may be known or unknown. [MeSH:D004194]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DosageCompensation -->

    <owl:Class rdf:about="#DosageCompensation">
        <rdfs:label xml:lang="en"
            >dosage compensation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfGeneExpression"/>
        <reference
            >GO:0007549 dosage compensation</reference>
        <definition
            >Compensating for the two-fold variation in X:autosome chromosome ratios between sexes by a global activation or inactivation of all, or most of, genes on one or both of the X chromosomes. [GO:0007549]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DoubleStrandDNA -->

    <owl:Class rdf:about="#DoubleStrandDNA">
        <rdfs:label xml:lang="en"
            >double strand DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNA"/>
        <owl:disjointWith rdf:resource="#Locus"/>
        <owl:disjointWith rdf:resource="#Orientation"/>
        <owl:disjointWith rdf:resource="#Phenotype"/>
        <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
        <definition rdf:datatype="&xsd;string"
            >Double stranded DNA molecules</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#DownstreamRegulatorySequence -->

    <owl:Class rdf:about="#DownstreamRegulatorySequence">
        <rdfs:label xml:lang="en"
            >downstream regulatory sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >A sequence located in the downstream region of a gene that controls the rate or manner in which the gene is expressed.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Elongation -->

    <owl:Class rdf:about="#Elongation">
        <rdfs:label xml:lang="en">elongation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Modification"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Enhancer -->

    <owl:Class rdf:about="#Enhancer">
        <rdfs:label xml:lang="en">enhancer</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#BindingOfTranscriptionActivatorToEnhancer"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A cis-acting sequence that increases the utilization of (some) eukaryotic promoters, and can function in either orientation and in any location (upstream or downstream) relative to the promoter. [SO:0000165, http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000165 enhancer</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#EnhancerBindingTF -->

    <owl:Class rdf:about="#EnhancerBindingTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >enhancer binding transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PositiveTranscriptionRegulator"/>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor selectively interacting with the enhancer</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Enhancesome -->

    <owl:Class rdf:about="#Enhancesome">
        <rdfs:label xml:lang="en">enhancesome</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexOfProteinAndDNA"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#RegulatoryDNARegion"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Regulatory proteins bound to DNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Enzyme -->

    <owl:Class rdf:about="#Enzyme">
        <rdfs:label xml:lang="en">enzyme</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Protein"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasFunction"/>
                        <owl:someValuesFrom rdf:resource="#CatalyticActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >A protein that has catalytic activity.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Epigenetic -->

    <owl:Class rdf:about="#Epigenetic">
        <rdfs:label xml:lang="en">epigenetic</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Quality"/>
        <definition
            >Changes in gene expression caused by mechanisms other than changes in the underlying DNA sequence. These changes may remain through cell divisions for the remainder of the cell&#39;s life and may also last for multiple generations. Adapted from wikipedia.org/wiki/Epigenetics. [nif_unclassified:nlx_200905_509]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#EscherichiaColi -->

    <owl:Class rdf:about="#EscherichiaColi">
        <rdfs:label xml:lang="en"
            >Escherichia coli</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Bacterium"/>
        <synonym rdf:datatype="&xsd;string">E.coli</synonym>
        <reference rdf:datatype="&xsd;string"
            >NCBI Taxonomy ID: 562 Escherichia coli</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Euchromatin -->

    <owl:Class rdf:about="#Euchromatin">
        <rdfs:label xml:lang="en">euchromatin</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chromatin"/>
        <definition rdf:datatype="&xsd;string"
            >Transcriptionally active form of chromatin.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Eukaryote -->

    <owl:Class rdf:about="#Eukaryote">
        <rdfs:label xml:lang="en">eukaryote</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Organism"/>
        <owl:disjointWith rdf:resource="#Prokaryote"/>
        <owl:disjointWith rdf:resource="#Virus"/>
        <reference rdf:datatype="&xsd;string"
            >NCBI Taxonomy ID: 2759 Eukaryota</reference>
        <definition rdf:datatype="&xsd;string"
            >Organism characterized by the presence of a nucleus. Also other organelles such as mitochondria and/or chloroplasts may be present in eukaryotes. Includes all plants, animals, green algae, and fungi. [http://www.knowledgebank.irri.org/glossary/Glossary/E.htm]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#EukaryoticCell -->

    <owl:Class rdf:about="#EukaryoticCell">
        <rdfs:label xml:lang="en">eukaryotic cell</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Cell"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Eukaryote"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#partOf"/>
                        <owl:someValuesFrom rdf:resource="#Eukaryote"/>
                    </owl:Restriction>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A cell containing a nucleus, in which the genes or DNA is housed. The eukaryotic cell has a complex internal structure and is capable of building multicellular organisms. (modified from [http://www.inproteo.com/nwglosde.html and http://www2.wwnorton.com/college/geo/earth2/glossary/e.htm]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#EukaryoticGeneExpression -->

    <owl:Class rdf:about="#EukaryoticGeneExpression">
        <rdfs:label xml:lang="en"
            >eukaryotic gene expression</rdfs:label>
        <rdfs:subClassOf rdf:resource="#GeneExpression"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#locatedIn"/>
                <owl:someValuesFrom rdf:resource="#EukaryoticCell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#NuclearExportOfmRNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A process of producing a protein from its gene via transcription and translation in eukaryotes. It is usually controlled at various points in the sequence leading to protein synthesis.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#EukaryoticRNAPolymerasePromoter -->

    <owl:Class rdf:about="#EukaryoticRNAPolymerasePromoter">
        <rdfs:label xml:lang="en"
            >eukaryotic RNA polymerase promoter</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Promoter"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#fromSpecies"/>
                <owl:someValuesFrom rdf:resource="#Eukaryote"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA sequence in eukaryotic DNA to which RNA polymerase binds, to begin transcription. [SO]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Exon -->

    <owl:Class rdf:about="#Exon">
        <rdfs:label xml:lang="en">exon</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NucleicAcidRegion"/>
        <definition rdf:datatype="&xsd;string"
            >A region that codes for portion of spliced messenger RNA (SO:0000234); may contain 5&#39;-untranslated region (SO:0000204), all open reading frames (SO:0000236) and 3&#39;-untranslated region (SO:0000205). [SO:0000147, http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html]</definition>
        <reference rdf:datatype="&xsd;string">SO:0000147 exon</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ExonOnDNA -->

    <owl:Class rdf:about="#ExonOnDNA">
        <rdfs:label xml:lang="en">exon on DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf rdf:resource="#Exon"/>
        <definition rdf:datatype="&xsd;string"
            >Any region of DNA within a gene that is transcribed to the final messenger RNA (mRNA) molecule, rather than being spliced out from the transcribed RNA molecule. [http://en.wikipedia.org/wiki/Exon]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ExonOnRNA -->

    <owl:Class rdf:about="#ExonOnRNA">
        <rdfs:label xml:lang="en">exon on RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Exon"/>
        <rdfs:subClassOf rdf:resource="#RNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >The parts of a transcript (i.e. exons) that are spliced together to become mRNA or structural RNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ExperimentalIntervention -->

    <owl:Class rdf:about="#ExperimentalIntervention">
        <rdfs:label xml:lang="en"
            >experimental intervention</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ExperimentalMethod -->

    <owl:Class rdf:about="#ExperimentalMethod">
        <rdfs:label xml:lang="en"
            >experimental method</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >The use of controlled observations and measurements to test hypotheses. [http://wordnet.princeton.edu/perl/webwn?s=experimental%20method]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ExpressionProfiling -->

    <owl:Class rdf:about="#ExpressionProfiling">
        <rdfs:label xml:lang="en"
            >expression profiling</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#GeneExpression"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The use of high-throughput methods (e.g. DNA microarrays) for evaluating the level and timing of gene expression in a biologic sample (a cell or tissue).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FeedbackLoop -->

    <owl:Class rdf:about="#FeedbackLoop">
        <rdfs:label xml:lang="en">feedback loop</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >The regulatory circuits whereby some proportion of the output signal of a system is passed (fed back) to the input. e.g. repressor and activator proteins in genetic operons are used to create feedback loop.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ForkheadWingedHelix -->

    <owl:Class rdf:about="#ForkheadWingedHelix">
        <rdfs:label xml:lang="en"
            >forkhead/winged-helix domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#ForkheadWingedHelixTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The fork head protein of Drosophila melanogaster, a transcription factor that promotes terminal rather than segmental development, contains neither homeodomains nor zinc-fingers characteristic of other transcription factors. Instead, it contains a distinct type of DNA-binding region, containing around 100 amino acids, which has since been identified in a number of transcription factors (including D. melanogaster FD1-5, mammalian HNF-3, human HTLF, Saccharomyces cerevisiae HCM1, etc.). This is referred to as the fork head domain but is also known as a &#39;winged helix&#39;. The fork head domain binds B-DNA as a monomer, but shows no similarity to previously identified DNA-binding motifs. Although the domain is found in several different transcription factors, a common function is their involvement in early developmental decisions of cell fates during embryogenesis [InterPro: IPR001766]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ForkheadWingedHelixTF -->

    <owl:Class rdf:about="#ForkheadWingedHelixTF">
        <rdfs:label xml:lang="en"
            >forkhead/winged-helix transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#ForkheadWingedHelix"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing forkhead/winged-helix domain</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FormationOfProteinDNAComplex -->

    <owl:Class rdf:about="#FormationOfProteinDNAComplex">
        <rdfs:label xml:lang="en"
            >formation of protein DNA complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNAProteinInteraction"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#DNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0065004 protein-DNA complex assembly</reference>
        <definition rdf:datatype="&xsd;string"
            >The aggregation and bonding together of proteins and DNA molecules to form a protein-DNA complex. [GO:0065004]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FormationOfTranscriptionFactorComplex -->

    <owl:Class rdf:about="#FormationOfTranscriptionFactorComplex">
        <rdfs:label xml:lang="en"
            >formation of transcription factor complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Binding"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Transcription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionFactorComplex"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The joining of transcription factors</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FormationOfTranscriptionInitiationComplex -->

    <owl:Class rdf:about="#FormationOfTranscriptionInitiationComplex">
        <rdfs:label xml:lang="en"
            >formation of transcription initiation complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Binding"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#DNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionInitiation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionInitiationComplex"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The process that gives rise to the transcription initiation complex.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FormationOfTranslationInitiationComplex -->

    <owl:Class rdf:about="#FormationOfTranslationInitiationComplex">
        <rdfs:label xml:lang="en"
            >formation of translation initiation complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Binding"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#TranslationFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#TranslationInitiation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#TranslationInitiationComplex"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0001732 formation of translation initiation complex</reference>
        <definition rdf:datatype="&xsd;string"
            >Joining of the large subunit, with release of IF2/eIF2 and IF3/eIF3. This leaves the functional ribosome at the AUG, with the methionyl/formyl-methionyl-tRNA positioned at the P site. [GO:0001732]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Function -->

    <owl:Class rdf:about="#Function">
        <rdfs:label xml:lang="en">function</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <owl:disjointWith rdf:resource="#PhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >Elemental activities, such as catalysis or binding, describing the actions of a gene product at the molecular level. A given gene product may exhibit one or more molecular functions. [GO:0003674]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003674 molecular function</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Fungus -->

    <owl:Class rdf:about="#Fungus">
        <rdfs:label xml:lang="en">fungus</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Eukaryote"/>
        <definition rdf:datatype="&xsd;string"
            >Any of numerous microorganisms of the kingdom Fungi, which are characterized by the absence of chlorophyll and by the presence of a rigid cell wall composed of chitin, mannans and sometimes cellulose. The kingdom includes the yeasts, molds, smuts, and mushrooms.</definition>
        <reference rdf:datatype="&xsd;string"
            >NCBI Taxonomy ID: 4751 Fungi</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FusionGene -->

    <owl:Class rdf:about="#FusionGene">
        <rdfs:label xml:lang="en">fusion gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Gene"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:onClass rdf:resource="#Gene"/>
                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A hybrid gene formed from two previously separate genes. It can occur as the result of a translocation, interstitial deletion, or chromosomal inversion. The fusion of two genes is often taken as evidence that these genes have related functions [http://en.wikipedia.org/wiki/Fusion_gene]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FusionOfDNARegions -->

    <owl:Class rdf:about="#FusionOfDNARegions">
        <rdfs:label rdf:datatype="&xsd;string"
            >fusion of DNA regions</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:onClass rdf:resource="#DNARegion"/>
                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The joining of a two DNA regions.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FusionOfGeneWithRegulatoryDNARegion -->

    <owl:Class rdf:about="#FusionOfGeneWithRegulatoryDNARegion">
        <rdfs:label xml:lang="en"
            >fusion of gene with regulatory DNA region</rdfs:label>
        <rdfs:subClassOf rdf:resource="#FusionOfDNARegions"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#RegulatoryDNARegion"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The joining of a gene and a regulatory DNA region.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FusionOfGeneWithReporterGene -->

    <owl:Class rdf:about="#FusionOfGeneWithReporterGene">
        <rdfs:label xml:lang="en"
            >fusion of gene with reporter gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#GeneFusion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#ReporterGene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The joining of a gene and a reporter gene</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#FusionProtein -->

    <owl:Class rdf:about="#FusionProtein">
        <rdfs:label xml:lang="en">fusion protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
        <definition rdf:datatype="&xsd;string"
            >The joining of two or more genes which originally coded for separate proteins. Translation of this fusion gene results in a single polypeptide with function properties derived from each of the original proteins. [http://en.wikipedia.org/wiki/Fusion_protein]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#G1Phase -->

    <owl:Class rdf:about="#G1Phase">
        <rdfs:label xml:lang="en">G1-phase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellCyclePhase"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Interphase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference
            >GO:0051318 G1 phase</reference>
        <definition
            >A cell cycle process comprising the steps by which a cell progresses through G1 phase, one of two &#39;gap&#39; phases in the cell cycle; G1 is the interval between the completion of DNA segregation (usually by mitosis or meiosis) and the beginning of DNA synthesis. [GO:0051318]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#G1_SPhase -->

    <owl:Class rdf:about="#G1_SPhase">
        <rdfs:label xml:lang="en">G1-S phase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellCyclePhaseTransition"/>
        <definition
            >Progression from G1 phase to S phase of cell cycle.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#G2Phase -->

    <owl:Class rdf:about="#G2Phase">
        <rdfs:label xml:lang="en">G2-phase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellCyclePhase"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Interphase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition
            >A cell cycle process comprising the steps by which a cell progresses through G2 phase, one of two &#39;gap&#39; phases in the cell cycle; G2 is the interval between the completion of DNA synthesis and the beginning of DNA segregation (usually by mitosis or meiosis). [GO:0051319]</definition>
        <reference
            >GO:0051319 G2 phase</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#G2_MPhase -->

    <owl:Class rdf:about="#G2_MPhase">
        <rdfs:label xml:lang="en">G2-M phase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellCyclePhaseTransition"/>
        <definition
            >Progression from G2 phase to M phase of cell cycle.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GCM -->

    <owl:Class rdf:about="#GCM">
        <rdfs:label xml:lang="en">GCM domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#GCMTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain containing many conserved basic amino acid residues, seven cysteine residues, and four histidine residues. The conserved cysteines are involved in shaping the overall conformation of the domain, in the process of DNA binding and in the redox regulation of DNA binding. The GCM domain consists of a large and a small domain tethered together by one of the two Zn ions present in the structure. The large and the small domains comprise five- and three-stranded beta-sheets, respectively, with three small helical segments packed against the same side of the two beta-sheets. (modified from [InterPro:IPR003902])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GCMTF -->

    <owl:Class rdf:about="#GCMTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >glia cell missing transcription factors</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#GCM"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <synonym rdf:datatype="&xsd;string"
            >GCM transcription factor</synonym>
        <definition rdf:datatype="&xsd;string"
            >GCM transcription factors are a family of proteins which contain a GCM motif. The GCM motif is a domain that has been identified in proteins belonging to a family of transcriptional regulators involved in fundamental developmental processes which comprise Drosophila melanogaster GCM and its mammalian homologs. IN GCM transcription factors the N-terminal moiety contains a DNA-binding domain of 150 residues. Sequence conservation is highest in this GCM domain. In contrast, the C-terminal moiety contains one or two transactivating regions and is only poorly conserved. The GCM motif has been shown to be a DNA binding domain that recognises preferentially the nonpalindromic octamer 5&#39;-ATGCGGGT-3&#39;. The GCM motif contains many conserved basic amino acid residues, seven cysteine residues, and four histidine residues. The conserved cysteines are involved in shaping the overall conformation of the domain, in the process of DNA binding and in the redox regulation of DNA binding. !</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Gas -->

    <owl:Class rdf:about="#Gas">
        <rdfs:label xml:lang="en">gas</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chemical"/>
        <owl:disjointWith rdf:resource="#InositolPhosphate"/>
        <owl:disjointWith rdf:resource="#Ion"/>
        <owl:disjointWith rdf:resource="#Lipid"/>
        <owl:disjointWith rdf:resource="#Nucleoside"/>
        <owl:disjointWith rdf:resource="#Vitamin"/>
        <reference rdf:datatype="&xsd;string">IMR:0001720 gas</reference>
        <definition rdf:datatype="&xsd;string"
            >The vapor state of matter; nonelastic fluids in which the molecules are in free movement and their mean positions far apart. Gases tend to expand indefinitely, to diffuse and mix readily with other gases, to have definite relations of volume, temperature, and pressure, and to condense or liquefy at low temperatures or under sufficient pressure. [IMR:0001720, MeSH:D005740]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Gene -->

    <owl:Class rdf:about="#Gene">
        <rdfs:label xml:lang="en">gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#DNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A unit of inheritance; a working subunit of DNA that contributes to phenotype/function and carries a particular set of instructions, usually coding for a particular protein.</definition>
        <reference rdf:datatype="&xsd;string">SO:0000704 gene</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneExpression -->

    <owl:Class rdf:about="#GeneExpression">
        <rdfs:label xml:lang="en">gene expression</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#Polymerase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Translation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Transcription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#GeneProduct"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#locatedIn"/>
                        <owl:someValuesFrom rdf:resource="#Cell"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#locatedIn"/>
                        <owl:someValuesFrom rdf:resource="#CellComponent"/>
                    </owl:Restriction>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#Promoter"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The process by which the information encoded in a gene is converted into protein or some form of RNA. The DNA sequence is first transcribed into RNA and then usually translated into protein. [http://www.homepages.indiana.edu/120800/text/glossary.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneExpressionRegulator -->

    <owl:Class rdf:about="#GeneExpressionRegulator">
        <rdfs:label xml:lang="en"
            >gene expression regulator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneFusion -->

    <owl:Class rdf:about="#GeneFusion">
        <rdfs:label xml:lang="en">gene fusion</rdfs:label>
        <rdfs:subClassOf rdf:resource="#FusionOfDNARegions"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#PhysicalContact"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#FusionGene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:onClass rdf:resource="#Gene"/>
                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The accidental joining of DNA of two genes, such as can occur in a translocation or inversion. Gene fusions can give rise to hybrid proteins or to the misregulation of the transcription of one gene by the cis regulatory elements (enhancers) of another. [http://www.biochem.northwestern.edu/holmgren/Glossary/Definitions/Def-G/gene_fusion.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneMutation -->

    <owl:Class rdf:about="#GeneMutation">
        <rdfs:label xml:lang="en">gene mutation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Mutation"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#MutantGene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A change or alteration in a gene.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneProduct -->

    <owl:Class rdf:about="#GeneProduct">
        <rdfs:label xml:lang="en">gene product</rdfs:label>
        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#encodedIn"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Protein"/>
                    <rdf:Description rdf:about="#RNA"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The biochemical material, either RNA or protein, resulting from expression of a gene. [http://en.wikipedia.org/wiki/Gene_product]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneProductFunction -->

    <owl:Class rdf:about="#GeneProductFunction">
        <rdfs:label xml:lang="en"
            >gene product function</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularFunction"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"></definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003674 molecular function</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneRegion -->

    <owl:Class rdf:about="#GeneRegion">
        <rdfs:label xml:lang="en">gene region</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A region that harbors a gene.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneRegulationPathway -->

    <owl:Class rdf:about="#GeneRegulationPathway">
        <rdfs:label xml:lang="en"
            >gene regulation pathway</rdfs:label>
        <rdfs:subClassOf rdf:resource="#SignalingPathway"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A pathway that controls the rate or manner in which a gene is expressed.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneSilencing -->

    <owl:Class rdf:about="#GeneSilencing">
        <rdfs:label xml:lang="en">gene silencing</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NegativeRegulationOfGeneExpression"/>
        <rdfs:subClassOf rdf:resource="#Silencing"/>
        <reference
            >GO:0016458 gene silencing</reference>
        <definition
            >Any transcriptional or post-transcriptional process carried out at the cellular level that results in long-term gene inactivation. [GO:0016458]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneralTranscriptionFactor -->

    <owl:Class rdf:about="#GeneralTranscriptionFactor">
        <rdfs:label rdf:datatype="&xsd;string"
            >general transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionFactor"/>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor that is required to initiate all transcription events independent of upstream regulatory elements.[PANTHER:MF00228]</definition>
        <synonym rdf:datatype="&xsd;string"
            >basal transcription factor</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneticImprinting -->

    <owl:Class rdf:about="#GeneticImprinting">
        <rdfs:label xml:lang="en"
            >genetic imprinting</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfMetabolicProcess"/>
        <reference
            >GO:0071514 genetic imprinting</reference>
        <definition
            >Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving macromolecules by a mechanism that is mediated by DNA, is mitotically or meiotically heritable, or is stably self-propagated in the cytoplasm of a resting cell, and does not entail a change in DNA sequence. [GO:0071514]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GeneticMotification -->

    <owl:Class rdf:about="#GeneticMotification">
        <rdfs:label xml:lang="en"
            >genetic modification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalIntervention"/>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#NucleicAcid"/>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#GrainyHeadTF -->

    <owl:Class rdf:about="#GrainyHeadTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >grainy-head transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Grainyhead"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing grainy-head motif.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Grainyhead -->

    <owl:Class rdf:about="#Grainyhead">
        <rdfs:label xml:lang="en">grainyhead</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#GrainyHeadTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain of 250 amino acid residues which is required for binding to DNA and a C-terminal dimerization domain. It has a basic helix-loop-helix motif and a isoleucine-rich activation motif.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Growth -->

    <owl:Class rdf:about="#Growth">
        <rdfs:label rdf:datatype="&xsd;string">growth</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcess"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0040007 growth</reference>
        <definition rdf:datatype="&xsd;string"
            >The increase in size or mass of an entire organism, a part of an organism or a cell. [GO:0040007 ]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HMG -->

    <owl:Class rdf:about="#HMG">
        <rdfs:label xml:lang="en">HMG</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#HMGTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA-binding domain which in some instances such as HMG1 mediates sequence-unspecific, in other cases such LEF-1 sequence-specific binding to DNA. This domain exhibits a typical L-shaped conformation made up of 3 alpha-helices and an extended N-terminal extension of the first helix. The latter together with helix 1, which contains a kink, form the long arm of the L, whereas helices 1 and 2 form the short arm. Binding to the minor groove induces a sharp bending of the DNA by more than 90 degree, away from the bound protein. The overall topology of the DNA-protein complexes resembles somewhat that of the TBP-TATA box complex. (modified from [TRANSFAC:C0015])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HMGTF -->

    <owl:Class rdf:about="#HMGTF">
        <rdfs:label xml:lang="en"
            >HMG-box transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#HMG"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing high mobility group protein (HMG) box. [PANTHER:MF00226]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HSF -->

    <owl:Class rdf:about="#HSF">
        <rdfs:label xml:lang="en">HSF domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#HSFTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Heat shock factor (HSF) is a transcriptional activator of heat shock genes: it binds specifically to heat shock promoter elements, which are palindromic sequences rich with repetitive purine and pyrimidine motifs. Under normal conditions, HSF is a homo-trimeric cytoplasmic protein, but heat shock activation results in relocalisation to the nucleus. Each HSF monomer contains one C-terminal and three N-terminal leucine zipper repeats. Point mutations in these regions result in disruption of cellular localisation, rendering the protein constitutively nuclear. Two sequences flanking the N-terminal zippers fit the consensus of a bi- partite nuclear localisation signal (NLS). Interaction between the N- and C-terminal zippers may result in a structure that masks the NLS sequences: following activation of HSF, these may then be unmasked, resulting in relocalisation of the protein to the nucleus. The DNA-binding component of HSF lies to the N-terminus of the first NLS region, a!</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HSFTF -->

    <owl:Class rdf:about="#HSFTF">
        <rdfs:label xml:lang="en"
            >HSF transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#HSF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Heat shock transcription factor</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HelixTurnHelixDomain -->

    <owl:Class rdf:about="#HelixTurnHelixDomain">
        <rdfs:label xml:lang="en"
            >helix-turn-helix domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#HelixTurnHelixDomainTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain containing two helices connected by a short turn. The second helix binds to DNA with the helix in the major groove, which allows the contact between specific base and residues throughout the protein. The HtH domain is found primarily in gene regulatory proteins and binds DNA in a sequence specific manner.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HelixTurnHelixDomainTF -->

    <owl:Class rdf:about="#HelixTurnHelixDomainTF">
        <rdfs:label xml:lang="en"
            >helix-turn-helix domain transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#HelixTurnHelixDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing helix-turn-helix domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Heterochromatin -->

    <owl:Class rdf:about="#Heterochromatin">
        <rdfs:label xml:lang="en">heterochromatin</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chromatin"/>
        <definition rdf:datatype="&xsd;string"
            >Transcriptionally inactive form of chromatin.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HeterocyclicBase -->

    <owl:Class rdf:about="#HeterocyclicBase">
        <rdfs:label xml:lang="en"
            >heterocyclic base</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chemical"/>
        <definition rdf:datatype="&xsd;string"
            >A chemical structure containing a heterocyclic ring. A heterocyclic base unit in each nucleotide (either a pyrimidine or a purine) has nitrogen within the rings so also called a nitrogenous base.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Heterodimerization -->

    <owl:Class rdf:about="#Heterodimerization">
        <rdfs:label xml:lang="en"
            >heterodimerization</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Dimerization"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0046982 protein heterodimerization activity</reference>
        <definition rdf:datatype="&xsd;string"
            >Interacting selectively with a nonidentical protein to form a heterodimer. [GO:0046982]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Histone -->

    <owl:Class rdf:about="#Histone">
        <rdfs:label xml:lang="en">histone</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#agentOf"/>
                <owl:someValuesFrom rdf:resource="#BindingOfProteinToDNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any of five related proteins, composed primarily of basic amino acids, which are the scaffold around which DNA is wound to form the chromatin structure of eukaryotic chromosomes [http://www.accessexcellence.org/AE/AEPC/WWC/1994/glossary.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HistoneAcetylation -->

    <owl:Class rdf:about="#HistoneAcetylation">
        <rdfs:label xml:lang="en"
            >histone acetylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Acetylation"/>
        <rdfs:subClassOf rdf:resource="#DNAModification"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0016573 histone acetylation</reference>
        <definition rdf:datatype="&xsd;string"
            >The modification of histones by addition of acetyl groups. [GO:0016573]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HistoneFold -->

    <owl:Class rdf:about="#HistoneFold">
        <rdfs:label xml:lang="en">histone fold</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#HistoneFoldTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A motif consisting of a core of three helices, where the long middle helix is flanked at each end by shorter ones. Proteins displaying this structure include the nucleosome core histones, which form octomers composed of two copies of each of the four histones, H2A, H2B, H3 and H4; archaeal histone, which possesses only the core domain part of eukaryotic histone; and the TATA-box binding protein (TBP)-associated factors (TAF), where the histone fold is a common motif for mediating TAF-TAF interactions. TAF proteins include TAF(II)18 and TAF(II)28, which form a heterodimer, TAF(II)42 and TAF(II)62, which form a heterotetramer similar to (H3-H4)2, and the negative cofactor 2 (NC2) alpha and beta chains, which form a heterodimer. (modified from [InterPro:IPR009072])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HistoneFoldTF -->

    <owl:Class rdf:about="#HistoneFoldTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >histone fold transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#HistoneFold"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing structure of histone fold.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Holoenzyme -->

    <owl:Class rdf:about="#Holoenzyme">
        <rdfs:label xml:lang="en">holoenzyme</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
        <definition rdf:datatype="&xsd;string"
            >A complete and catalytically active enzyme consisting of all subunits. (i.e. Holoenzyme = Apoenzyme + Cofactor).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HomeoBox -->

    <owl:Class rdf:about="#HomeoBox">
        <rdfs:label xml:lang="en">homeo box</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#HomeoboxTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Three consecutive alpha-helix structures, helix 3 contacts mainly the major groove of the DNA, some contacts at the minor groove are observed as well. Helix 2 and 3 resemble the helix-turn-helix structure of prokaryotic regulators. [TRANSFAC:C0006]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HomeoboxTF -->

    <owl:Class rdf:about="#HomeoboxTF">
        <rdfs:label xml:lang="en"
            >homeobox transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#HomeoBox"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing the homeobox domain. It is usually involved in the control of gene expression during morphogenesis and development. [PANTHER:MF00038]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Homodimerization -->

    <owl:Class rdf:about="#Homodimerization">
        <rdfs:label xml:lang="en"
            >homodimerization</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Dimerization"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0042803 protein homodimerization activity</reference>
        <definition rdf:datatype="&xsd;string"
            >Interacting selectively with an identical protein to form a homodimer. [GO:0042803]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#HousekeepingGene -->

    <owl:Class rdf:about="#HousekeepingGene">
        <rdfs:label xml:lang="en"
            >housekeeping gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Gene"/>
        <definition rdf:datatype="&xsd;string"
            >A gene involved in basic functions needed for the sustenance of the cell. Housekeeping genes are constitutively expressed (they are always turned ON). [http://www.medterms.com/script/main/art.asp?articlekey=24232]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Increase -->

    <owl:Class rdf:about="#Increase">
        <rdfs:label xml:lang="en">increase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPolarity"/>
                <owl:hasValue rdf:datatype="&xsd;string">positive</owl:hasValue>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string"
            >A process of becoming larger, more numerous, more important, or more likely. [NCI:C25533]</rdfs:comment>
        <reference rdf:datatype="&xsd;string"
            >NCI:C25533 Increase</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#InformationBiopolymer -->

    <owl:Class rdf:about="#InformationBiopolymer">
        <rdfs:label xml:lang="en"
            >information biopolymer</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularEntity"/>
        <definition rdf:datatype="&xsd;string"
            >Naturally occurring macromolecules that harbor biological information in their structures, e.g. proteins, nucleic acids.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Inhibition -->

    <owl:Class rdf:about="#Inhibition">
        <rdfs:label xml:lang="en">inhibition</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPolarity"/>
                <owl:hasValue rdf:datatype="&xsd;string">negative</owl:hasValue>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process that stops, prevents or reduces the frequency, rate or extent of an action.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#InorganicChemical -->

    <owl:Class rdf:about="#InorganicChemical">
        <rdfs:label xml:lang="en"
            >inorganic chemical</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chemical"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#InositolPhosphate -->

    <owl:Class rdf:about="#InositolPhosphate">
        <rdfs:label xml:lang="en"
            >inositol phosphate</rdfs:label>
        <rdfs:subClassOf rdf:resource="#OrganicChemical"/>
        <owl:disjointWith rdf:resource="#Ion"/>
        <owl:disjointWith rdf:resource="#Lipid"/>
        <owl:disjointWith rdf:resource="#Nucleoside"/>
        <owl:disjointWith rdf:resource="#Vitamin"/>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:24846 inositol phosphates</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Instrument -->

    <owl:Class rdf:about="#Instrument">
        <rdfs:label xml:lang="en">instrument</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >A device for measuring, recording, or controlling</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Insulator -->

    <owl:Class rdf:about="#Insulator">
        <rdfs:label xml:lang="en">insulator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >Prevents eukaryotic gene regulatory proteins from influencing distant genes / a  trancriptional cis regulatory region that when located between a CM and a gene&#39;s promoter prevents the CRM from modulating that genes expression. []</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000627 insulator</reference>
        <synonym rdf:datatype="&xsd;string"
            >boundary element</synonym>
        <synonym rdf:datatype="&xsd;string"
            >insulator element</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Interphase -->

    <owl:Class rdf:about="#Interphase">
        <rdfs:label xml:lang="en">interphase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellCyclePhase"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#G1Phase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#G2Phase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#SPhase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference
            >GO:0051325 interphase</reference>
        <definition
            >A cell cycle process comprising the steps by which a cell progresses through interphase, the stage of cell cycle between successive rounds of chromosome segregation. Canonically, interphase is the stage of the cell cycle during which the biochemical and physiologic functions of the cell are performed and replication of chromatin occurs. [GO:0051325]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#IntraCellularProcess -->

    <owl:Class rdf:about="#IntraCellularProcess">
        <rdfs:label xml:lang="en"
            >intra cellular process</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#MolecularProcess"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#locatedIn"/>
                                <owl:someValuesFrom rdf:resource="#Cell"/>
                            </owl:Restriction>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#locatedIn"/>
                                <owl:someValuesFrom rdf:resource="#CellComponent"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Processes that are carried out within the cell</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#IntraCellularTransport -->

    <owl:Class rdf:about="#IntraCellularTransport">
        <rdfs:label xml:lang="en"
            >intracellular transport</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Transport"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#locatedIn"/>
                        <owl:someValuesFrom rdf:resource="#Cell"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:allValuesFrom rdf:resource="#MolecularEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:allValuesFrom rdf:resource="#MolecularEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0046907 intracellular transport</reference>
        <definition rdf:datatype="&xsd;string"
            >The directed movement of substances within a cell. [GO:0046907]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#IntraOrganismalProcess -->

    <owl:Class rdf:about="#IntraOrganismalProcess">
        <rdfs:label xml:lang="en"
            >intra organismal process</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Process"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#locatedIn"/>
                        <owl:someValuesFrom rdf:resource="#Organism"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >The biological processes occurring inside the organism.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Intron -->

    <owl:Class rdf:about="#Intron">
        <rdfs:label xml:lang="en">intron</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NucleicAcidRegion"/>
        <definition rdf:datatype="&xsd;string"
            >A segment of DNA that is transcribed, but removed from within the transcript by splicing together the sequences (exons) on either side of it. [SO: 0000188, http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000188 intron</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#IntronOnDNA -->

    <owl:Class rdf:about="#IntronOnDNA">
        <rdfs:label xml:lang="en">intron on DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf rdf:resource="#Intron"/>
        <definition rdf:datatype="&xsd;string"
            >A non-coding segment of DNA; edited out during the transcription process. [http://library.thinkquest.org/17109/glossary.htm]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#IntronOnRNA -->

    <owl:Class rdf:about="#IntronOnRNA">
        <rdfs:label xml:lang="en">intron on RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Intron"/>
        <rdfs:subClassOf rdf:resource="#RNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >The parts that are transcribed along with the exons but are removed from the primary gene transcript (pre-RNA) by RNA SPLICING to leave mature RNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Ion -->

    <owl:Class rdf:about="#Ion">
        <rdfs:label xml:lang="en">ion</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chemical"/>
        <owl:disjointWith rdf:resource="#Lipid"/>
        <owl:disjointWith rdf:resource="#Nucleoside"/>
        <owl:disjointWith rdf:resource="#Vitamin"/>
        <definition rdf:datatype="&xsd;string"
            >An ion is a molecular entity having a net electric charge. [CHEBI:24870]</definition>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:24870 ions</reference>
        <reference rdf:datatype="&xsd;string">IMR:0001658 ion</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Ligand -->

    <owl:Class rdf:about="#Ligand">
        <rdfs:label xml:lang="en">ligand</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#agentOf"/>
                <owl:someValuesFrom rdf:resource="#Binding"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Binding to a specific receptor protein and activating intracellular signaling cascades that alter the behavior of the cell. [IMR:0000002, ISBN:0815340729]</definition>
        <reference rdf:datatype="&xsd;string"
            >IMR:0000002 ligand</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Lipid -->

    <owl:Class rdf:about="#Lipid">
        <rdfs:label xml:lang="en">lipid</rdfs:label>
        <rdfs:subClassOf rdf:resource="#OrganicChemical"/>
        <owl:disjointWith rdf:resource="#Nucleoside"/>
        <owl:disjointWith rdf:resource="#SecondMessenger"/>
        <owl:disjointWith rdf:resource="#Vitamin"/>
        <definition rdf:datatype="&xsd;string"
            >A loosely defined term for substances of biological origin that are soluble in nonpolar solvents. They consist of saponifiable lipids, such as glycerides (fats and oils) and phospholipids, as well as nonsaponifiable lipids, principally steroids. [CHEBI:18059]</definition>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:18059 lipids</reference>
        <reference rdf:datatype="&xsd;string"
            >IMR:0000947 lipid</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#LivingEntity -->

    <owl:Class rdf:about="#LivingEntity">
        <rdfs:label xml:lang="en">living entity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >An entity of a living organism (a life form).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Localization -->

    <owl:Class rdf:about="#Localization">
        <rdfs:label xml:lang="en">localization</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
        <definition
            >Any process by which a cell, a substance, or a cellular entity, such as a protein complex or organelle, is transported to, and/or maintained in a specific location. [GO:0051179]</definition>
        <reference
            >GO:0051179 localization</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Locus -->

    <owl:Class rdf:about="#Locus">
        <rdfs:label xml:lang="en">locus</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <owl:disjointWith rdf:resource="#Orientation"/>
        <owl:disjointWith rdf:resource="#PackedDNA"/>
        <owl:disjointWith rdf:resource="#Phenotype"/>
        <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
        <owl:disjointWith rdf:resource="#UnpackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >The position of a gene (or other chromosome marker) on a chromosome.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#LocusControlRegion -->

    <owl:Class rdf:about="#LocusControlRegion">
        <rdfs:label rdf:datatype="&xsd;string">LCR</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >A region that enhances the expression of linked genes to physiological levels in a tissue-specific and copy number-dependent manner at ectopic chromatin sites. It is required for normal regulation of expression of some genes.</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000037 locus control region</reference>
        <synonym rdf:datatype="&xsd;string"
            >locus control region</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Long_SIRNA -->

    <owl:Class rdf:about="#Long_SIRNA">
        <rdfs:label xml:lang="en">long siRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#SmallInterferingRNA"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MADS -->

    <owl:Class rdf:about="#MADS">
        <rdfs:label xml:lang="en">MADS</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#MADSTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Human serum response factor (SRF) is a ubiquitous nuclear protein important for cell proliferation and differentiation. SRF function is essential for transcriptional regulation of numerous growth-factor-inducible genes, such as c-fos oncogene and muscle-specific actin genes. A core domain of around 90 amino acids is sufficient for the activities of DNA-binding, dimerisation and interaction with accessory factors. Within the core is a DNA-binding region, designated the MADS box, that is highly similar to many eukaryotic regulatory proteins: among these are MCM1, the regulator of cell type-specific genes in fission yeast; DSRF, a Drosophila trachea development factor; the MEF2 family of myocyte-specific enhancer factors; and the Agamous and Deficiens families of plant homeotic proteins. Proteins belonging to the MADS family function as dimers, the primary DNA-binding element of which is an anti-parallel coiled coil of two amphipathic alpha-helices, one from each subunit.!</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MADSTF -->

    <owl:Class rdf:about="#MADSTF">
        <rdfs:label xml:lang="en"
            >MADS  transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#MADS"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing MADS domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Maintenance -->

    <owl:Class rdf:about="#Maintenance">
        <rdfs:label xml:lang="en">maintenance</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Affecting"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MajorGrooveOfDNA -->

    <owl:Class rdf:about="#MajorGrooveOfDNA">
        <rdfs:label rdf:datatype="&xsd;string">major groove</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ThreeDimensionalMolecularStructure"/>
        <definition rdf:datatype="&xsd;string"
            >In a helix, refers to the larger of the unequal grooves that are formed as a result of the double-helical structure of DNA. As a result of the patterns of hydrogen bonding between complementary bases of DNA, the sugar groups stick out at 120 degree angles from each other instead of 180. The major groove is generated by the larger angular distance between sugars. [http://www.sparknotes.com/biology/molecular/structureofnucleicacids/terms/term_11.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Meiosis -->

    <owl:Class rdf:about="#Meiosis">
        <rdfs:label xml:lang="en">meiosis</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellDivision"/>
        <reference
            >GO:0007126 meiosis</reference>
        <definition
            >A cell cycle process comprising the steps by which a cell progresses through the nuclear division phase of a meiotic cell cycle, the specialized nuclear and cell division in which a single diploid cell undergoes two nuclear divisions following a single round of DNA replication in order to produce four daughter cells that contain half the number of chromosomes as the diploid cell. Meiotic division occurs during the formation of gametes from diploid organisms and at the beginning of haplophase in those organisms that alternate between diploid and haploid generations. [GO:0007126]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MessengerRNA -->

    <owl:Class rdf:about="#MessengerRNA">
        <rdfs:label xml:lang="en">messenger RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAMolecule"/>
        <owl:disjointWith rdf:resource="#MicroRNA"/>
        <owl:disjointWith rdf:resource="#RibosomalRNA"/>
        <definition rdf:datatype="&xsd;string"
            >A type of RNA that reflects the exact nucleoside sequence of the genetically active DNA. mRNA carries the message of the DNA to the cytoplasm of cells where protein is made in amino acid sequences specified by the mRNA. [http://www.ehsc.orst.edu/outreach/glossary.html]</definition>
        <synonym rdf:datatype="&xsd;string">mRNA</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MetabolicPathway -->

    <owl:Class rdf:about="#MetabolicPathway">
        <rdfs:label xml:lang="en"
            >metabolic pathway</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf rdf:resource="#Pathway"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0008152 metabolic process</reference>
        <definition rdf:datatype="&xsd;string"
            >Processes that cause many of the chemical changes in living organisms, including anabolism and catabolism. Metabolic processes typically transform small molecules, but also include macromolecular processes such as DNA repair and replication, and protein synthesis and degradation. [GO:0008152]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Methylation -->

    <owl:Class rdf:about="#Methylation">
        <rdfs:label xml:lang="en">methylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0032259 methylation</reference>
        <definition rdf:datatype="&xsd;string"
            >The process by which a methyl group is covalently attached to a molecule. [GO:0032259]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MicroRNA -->

    <owl:Class rdf:about="#MicroRNA">
        <rdfs:label rdf:datatype="&xsd;string">miRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NcRNA"/>
        <owl:disjointWith rdf:resource="#RibosomalRNA"/>
        <definition rdf:datatype="&xsd;string"
            >Single-stranded RNA molecules of about 21-23 nucleotides in length, which regulate gene expression. miRNAs are encoded by genes that are transcribed from DNA but not translated into protein (non-coding RNA); instead they are processed from primary transcripts known as pri-miRNA to short stem-loop structures called pre-miRNA and finally to functional miRNA. Mature miRNA molecules are partially complementary to one or more messenger RNA (mRNA) molecules, and their main function is to downregulate gene expression. [http://en.wikipedia.org/wiki/MicroRNA]</definition>
        <synonym rdf:datatype="&xsd;string">microRNA</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Microorganism -->

    <owl:Class rdf:about="#Microorganism">
        <rdfs:label xml:lang="en">microorganism</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Organism"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Archaebacterium"/>
                    <rdf:Description rdf:about="#Bacterium"/>
                    <rdf:Description rdf:about="#Fungus"/>
                    <rdf:Description rdf:about="#Protist"/>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >An organism that can be seen only through a microscope. Microorganisms include bacteria, protozoa, algae, and fungi. Although viruses are not considered living organisms, they are sometimes classified as microorganisms. [http://www.stjude.org/stjude/hospital/med_terms.jsp?medterm=M]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MinorGrooveOfDNA -->

    <owl:Class rdf:about="#MinorGrooveOfDNA">
        <rdfs:label rdf:datatype="&xsd;string">minor groove</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ThreeDimensionalMolecularStructure"/>
        <definition rdf:datatype="&xsd;string"
            >In a helix, refers to the smaller of the unequal grooves that are formed as a result of the double-helical structure of DNA. As a result of the patterns of hydrogen bonding between complementary bases of DNA, the sugar groups stick out at 120 degree angles from each other instead of 180. The minor groove is generated by the smaller angular distance between sugars. [http://www.sparknotes.com/biology/molecular/structureofnucleicacids/terms/term_12.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Mitochondrion -->

    <owl:Class rdf:about="#Mitochondrion">
        <rdfs:label xml:lang="en">mitochondrion</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellComponent"/>
        <definition
            >A semiautonomous, self replicating organelle that occurs in varying numbers, shapes, and sizes in the cytoplasm of virtually all eukaryotic cells. It is notably the site of tissue respiration. [GO:0005739]</definition>
        <reference
            >GO:0005739 mitochondrion</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Mitosis -->

    <owl:Class rdf:about="#Mitosis">
        <rdfs:label xml:lang="en">mitosis</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellDivision"/>
        <definition
            >A cell cycle process comprising the steps by which the nucleus of a eukaryotic cell divides; the process involves condensation of chromosomal DNA into a highly compacted form. Canonically, mitosis produces two daughter nuclei whose chromosome complement is identical to that of the mother cell. [GO:0007067]</definition>
        <reference
            >GO:0007067 mitosis</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Modification -->

    <owl:Class rdf:about="#Modification">
        <rdfs:label xml:lang="en">modification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Affecting"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ModificationOfMolecularEntity -->

    <owl:Class rdf:about="#ModificationOfMolecularEntity">
        <rdfs:label xml:lang="en"
            >modification of molecular entity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Modification"/>
        <rdfs:subClassOf rdf:resource="#MolecularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A process that causes a change (e.g. covalent alteration or a change of activity) of molecular entity.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MolecularBinding -->

    <owl:Class rdf:about="#MolecularBinding">
        <rdfs:label xml:lang="en"
            >molecular binding</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#BindingOfMolecularEntity"/>
                    <rdf:Description rdf:about="#BindingToMolecularEntity"/>
                </owl:unionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Interacting selectively with molecules</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MolecularEntity -->

    <owl:Class rdf:about="#MolecularEntity">
        <rdfs:label xml:lang="en"
            >molecular entity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <owl:disjointWith rdf:resource="#Organism"/>
        <definition rdf:datatype="&xsd;string"
            >Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer, etc., identifiable as a separately distinguishable entity. [http://en.wikipedia.org/wiki/Molecular_entity]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MolecularFunction -->

    <owl:Class rdf:about="#MolecularFunction">
        <rdfs:label rdf:datatype="&xsd;string"
            >molecular function</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Function"/>
        <definition rdf:datatype="&xsd;string"
            >Elemental activities, such as catalysis or binding, describing the actions of a gene product at the molecular level. A given gene product may exhibit one or more molecular functions. [GO:0003674]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003674 molecular function</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MolecularInteraction -->

    <owl:Class rdf:about="#MolecularInteraction">
        <rdfs:label xml:lang="en"
            >molecular interaction</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#PhysicalInteraction"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Interaction of a molecule with another molecule.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MolecularProcess -->

    <owl:Class rdf:about="#MolecularProcess">
        <rdfs:label xml:lang="en"
            >molecular process</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Process"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#MolecularEntity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any processes that are carried out at the molecular level.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MolecularStructure -->

    <owl:Class rdf:about="#MolecularStructure">
        <rdfs:label xml:lang="en"
            >molecular structure</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >The arrangement of atoms in a molecule.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MotifIdentification -->

    <owl:Class rdf:about="#MotifIdentification">
        <rdfs:label xml:lang="en"
            >motif identification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
        <definition rdf:datatype="&xsd;string"
            >Identification of motifs using the experimental and computational techniques.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MutantGene -->

    <owl:Class rdf:about="#MutantGene">
        <rdfs:label xml:lang="en">mutant gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Gene"/>
        <definition rdf:datatype="&xsd;string"
            >A gene that has changed (e.g. lost, gained, or exchanged some of the material it received from its parent), affecting the normal transmission and expression of a trait.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MutantProtein -->

    <owl:Class rdf:about="#MutantProtein">
        <rdfs:label xml:lang="en">mutant protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MutantRegulatoryDNARegion -->

    <owl:Class rdf:about="#MutantRegulatoryDNARegion">
        <rdfs:label xml:lang="en"
            >mutant regulatory DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <synonym rdf:datatype="&xsd;string"></synonym>
        <definition rdf:datatype="&xsd;string"></definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#MutatedProtein -->

    <owl:Class rdf:about="#MutatedProtein">
        <rdfs:label xml:lang="en">mutated protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
        <definition rdf:datatype="&xsd;string"
            >A protein having a change in its amino acid sequence caused by a mutation.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Mutation -->

    <owl:Class rdf:about="#Mutation">
        <rdfs:label xml:lang="en">mutation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
        <definition rdf:datatype="&xsd;string"
            >A permanent change in the DNA sequence of a gene that alters the genetic message carried by that gene.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NcRNA -->

    <owl:Class rdf:about="#NcRNA">
        <rdfs:label xml:lang="en">ncRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAMolecule"/>
        <synonym xml:lang="en">non-coding RNA</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NegativeRegulation -->

    <owl:Class rdf:about="#NegativeRegulation">
        <rdfs:label xml:lang="en"
            >negative regulation</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPolarity"/>
                        <owl:hasValue rdf:datatype="&xsd;string">negative</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >The process by which a cell decreases the number of a cellular component, such as RNA or protein, in response to an external variable. [http://en.wikipedia.org/wiki/Downregulation]</definition>
        <synonym rdf:datatype="&xsd;string">down regulation</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NegativeRegulationOfGeneExpression -->

    <owl:Class rdf:about="#NegativeRegulationOfGeneExpression">
        <rdfs:label xml:lang="en"
            >negative regulation of gene expression</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulationOfGeneExpression"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPolarity"/>
                        <owl:hasValue rdf:datatype="&xsd;string">negative</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that stops, prevents or reduces the frequency, rate or extent of gene expression.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NegativeRegulationOfTranscription -->

    <owl:Class rdf:about="#NegativeRegulationOfTranscription">
        <rdfs:label xml:lang="en"
            >negative regulation of transcription</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulationOfTranscription"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPolarity"/>
                        <owl:hasValue rdf:datatype="&xsd;string">negative</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that stops, prevents or reduces the frequency, rate or extent of transcription. [GO:0016481]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0016481 negative regulation of transcription</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NegativeRegulationOfTranscriptionByTranscriptionRepressor -->

    <owl:Class rdf:about="#NegativeRegulationOfTranscriptionByTranscriptionRepressor">
        <rdfs:label xml:lang="en"
            >negative regulation of transcription by transcription repressor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NegativeRegulationOfTranscription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Transcription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process involving transcription repressor activity that stops, prevents or reduces the rate of transcription (modified from [GO:0016481]).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NegativeRegulationOfTranscriptionOfGene -->

    <owl:Class rdf:about="#NegativeRegulationOfTranscriptionOfGene">
        <rdfs:label xml:lang="en"
            >negative regulation of transcription of gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranscriptionOfGene"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPolarity"/>
                <owl:hasValue rdf:datatype="&xsd;string">negative</owl:hasValue>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NegativeRegulationOfTranslation -->

    <owl:Class rdf:about="#NegativeRegulationOfTranslation">
        <rdfs:label xml:lang="en"
            >negative regulation of translation</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulationOfTranslation"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPolarity"/>
                        <owl:hasValue rdf:datatype="&xsd;string">negative</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that stops, prevents or reduces the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA. [GO:0017148]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0017148 negative regulation of protein biosynthetic process</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NegativeTranscriptionRegulator -->

    <owl:Class rdf:about="#NegativeTranscriptionRegulator">
        <rdfs:label xml:lang="en"
            >negative transcription regulator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRegulator"/>
        <definition rdf:datatype="&xsd;string"
            >Any transcription regulator that prevents or downregulates transcription.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NonPhysicalContinuant -->

    <owl:Class rdf:about="#NonPhysicalContinuant">
        <rdfs:label xml:lang="en"
            >non physical continuant</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Continuant"/>
        <owl:disjointWith rdf:resource="#PhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >A non physical continuant is an entity that has no spatial dimension and no mass
.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NuclearExportOfmRNA -->

    <owl:Class rdf:about="#NuclearExportOfmRNA">
        <rdfs:label xml:lang="en"
            >nuclear export of mRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinTargeting"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#MessengerRNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#locatedIn"/>
                <owl:someValuesFrom rdf:resource="#Nucleus"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006406 mRNA export from nucleus</reference>
        <definition rdf:datatype="&xsd;string"
            >The directed movement of mRNA from the nucleus to the cytoplasm. [GO:0006406]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NuclearReceptor -->

    <owl:Class rdf:about="#NuclearReceptor">
        <rdfs:label xml:lang="en"
            >nuclear receptor transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionCoactivator"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#DBDomainOfNuclearReceptor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A ligand-dependent receptor found in the nucleus of the cell. [GO:0004879]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0004879 ligand-dependent nuclear receptor activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NucleicAcid -->

    <owl:Class rdf:about="#NucleicAcid">
        <rdfs:label xml:lang="en">nucleic acid</rdfs:label>
        <rdfs:subClassOf rdf:resource="#InformationBiopolymer"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Nucleotide"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#Protein"/>
        <owl:disjointWith rdf:resource="#ProteinDomain"/>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:33696 nucleic acids</reference>
        <definition rdf:datatype="&xsd;string"
            >Macromolecules, the major organic matter of the nuclei of biological cells, made up of nucleotide units, and hydrolysable into certain pyrimidine or purine bases (usually adenine, cytosine, guanine, thymine, uracil), D-ribose or 2-deoxy-D-ribose and phosphoric acid. [CHEBI:33696]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NucleicAcidMolecule -->

    <owl:Class rdf:about="#NucleicAcidMolecule">
        <rdfs:label xml:lang="en"
            >nucleic acid molecule</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NucleicAcid"/>
        <definition rdf:datatype="&xsd;string"
            >A complex, high-molecular-weight biochemical macromolecule composed of nucleotide chains that convey genetic information. The most common nucleic acids are deoxyribonucleic acid (DNA) and ribonucleic acid (RNA). Nucleic acids are found in all living cells and viruses. [http://en.wikipedia.org/wiki/Nucleic_acid]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#NucleicAcidRegion -->

    <owl:Class rdf:about="#NucleicAcidRegion">
        <rdfs:label xml:lang="en"
            >nucleic acid region</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NucleicAcid"/>
        <definition rdf:datatype="&xsd;string"
            >A sequence feature of nucleic acids.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Nucleoside -->

    <owl:Class rdf:about="#Nucleoside">
        <rdfs:label xml:lang="en">nucleoside</rdfs:label>
        <rdfs:subClassOf rdf:resource="#OrganicChemical"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Ribose"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#HeterocyclicBase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#SecondMessenger"/>
        <owl:disjointWith rdf:resource="#Vitamin"/>
        <reference rdf:datatype="&xsd;string"
            >CHEBI: 33838 nucleosides</reference>
        <reference rdf:datatype="&xsd;string"
            >IMR:0001697 nucleoside</reference>
        <definition rdf:datatype="&xsd;string"
            >Ribosyl or deoxyribosyl derivatives of the pyrimidine or purine bases adenine, guanine, xanthine, thymine, cytosine, and uracil. [CHEBI: 33838]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Nucleosome -->

    <owl:Class rdf:about="#Nucleosome">
        <rdfs:label xml:lang="en">nucleosome</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >Spherical sub-units of eukaryotic chromatin that are composed of a core particle consisting of an octamer of histones (two molecules each of histones H2a, H2b, H3 and H4) and 146 nucleotide pairs. [http://www.fao.org/docrep/003/X3910E/X3910E17.htm]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Nucleotide -->

    <owl:Class rdf:about="#Nucleotide">
        <rdfs:label xml:lang="en">nucleotide</rdfs:label>
        <rdfs:subClassOf rdf:resource="#OrganicChemical"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#PhosphateGroup"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#HeterocyclicBase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Ribose"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A nucleotide consists of a nitrogen-containing base, a five-carbon sugar, and one or more phosphate groups. Nucleotides can carry chemical energy (e.g. ATP), form coenzymes (e.g. CoA), be used as specific signaling molecules (e.g. cAMP) in the cell. Nucleotides are the subunits of the nucleic acids. [IMR:0001349, ISBN:0815340729]</definition>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:25608 nucleoside phosphates</reference>
        <reference rdf:datatype="&xsd;string"
            >IMR:0001349 nucleotide</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Nucleus -->

    <owl:Class rdf:about="#Nucleus">
        <rdfs:label rdf:datatype="&xsd;string">nucleus</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellComponent"/>
        <definition rdf:datatype="&xsd;string"
            >A membrane-bounded organelle of eukaryotic cells in which chromosomes are housed and replicated. In most cells, the nucleus contains all of the cell&#39;s chromosomes except the organellar chromosomes, and is the site of RNA synthesis and processing. In some species, or in specialized cell types, RNA metabolism or DNA replication may be absent. [GO:0005634]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0005634 nucleus</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Occurrent -->

    <owl:Class rdf:about="#Occurrent">
        <rdfs:label xml:lang="en">occurrent</rdfs:label>
        <definition rdf:datatype="&xsd;string"
            >An entity [bfo:Entity] that has temporal parts and that happens, unfolds or develops through time. Sometimes also called perdurants. [http://www.ifomis.org/bfo/1.1/light/span#Occurrent]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#OpenReadingFrame -->

    <owl:Class rdf:about="#OpenReadingFrame">
        <rdfs:label rdf:datatype="&xsd;string">ORF</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#encodes"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string">SO:0000236 ORF</reference>
        <definition rdf:datatype="&xsd;string"
            >The inframe interval between the stop codons of a reading frame which when read as sequential triplets, has the potential of encoding a sequential string of amino acids. TER(NNN)nTER. [SO:0000236]</definition>
        <synonym rdf:datatype="&xsd;string"
            >open reading frame</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Operator -->

    <owl:Class rdf:about="#Operator">
        <rdfs:label xml:lang="en">operator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
        <definition rdf:datatype="&xsd;string"
            >A regulatory element of an operon to which activators or repressors bind hereby effecting translation of genes in that operon. [SO:0000057]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000057 operator</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Operon -->

    <owl:Class rdf:about="#Operon">
        <rdfs:label xml:lang="en">operon</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Operator"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Promoter"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A genetic regulatory system in which genes (structural genes) coding for functionally related proteins are clustered along the DNA. The expression of structural genes is controlled by the regulatory elements (operator genes) that respond to environmental cues.</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000178 operon</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#OrganicChemical -->

    <owl:Class rdf:about="#OrganicChemical">
        <rdfs:label xml:lang="en"
            >organic chemical</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chemical"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Organism -->

    <owl:Class rdf:about="#Organism">
        <rdfs:label xml:lang="en">organism</rdfs:label>
        <rdfs:subClassOf rdf:resource="#LivingEntity"/>
        <definition rdf:datatype="&xsd;string"
            >An individual living system (such as animal, plant, fungus or micro-organism). In at least some form, all organisms are capable of reacting to stimuli, reproduction, growth and maintenance as a stable whole (after FAO[1]). An organism may be unicellular or made up, like humans, of many billions of cells divided into specialized tissues and organs. [http://en.wikipedia.org/wiki/Organism]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#OrganismalProcess -->

    <owl:Class rdf:about="#OrganismalProcess">
        <rdfs:label xml:lang="en"
            >organismal process</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Process"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasAgent"/>
                                        <owl:someValuesFrom rdf:resource="#Organism"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasPatient"/>
                                        <owl:someValuesFrom rdf:resource="#Organism"/>
                                    </owl:Restriction>
                                </owl:unionOf>
                            </owl:Class>
                            <owl:Restriction>
                                <owl:onProperty rdf:resource="#locatedIn"/>
                                <owl:someValuesFrom rdf:resource="#Organism"/>
                            </owl:Restriction>
                        </owl:unionOf>
                    </owl:Class>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcess"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0032501multicellular organismal process</reference>
        <definition rdf:datatype="&xsd;string"
            >The biological processes, occurring at the level of the organism, pertinent to the function of the organism. [GO:0032501]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Orientation -->

    <owl:Class rdf:about="#Orientation">
        <rdfs:label xml:lang="en">orientation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <owl:disjointWith rdf:resource="#PackedDNA"/>
        <owl:disjointWith rdf:resource="#Phenotype"/>
        <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
        <owl:disjointWith rdf:resource="#UnpackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >A position or arrangement of points, relative to one another or other specific directions.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#OsmoticStress -->

    <owl:Class rdf:about="#OsmoticStress">
        <rdfs:label xml:lang="en">osmotic stress</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Stress"/>
        <definition
            >An increase or decrease in the concentration of solutes outside the organism or cell (modified from [GO:0006970]).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#OxidativeStress -->

    <owl:Class rdf:about="#OxidativeStress">
        <rdfs:label xml:lang="en"
            >oxidative stress</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Stress"/>
        <definition
            >A state often resulting from exposure to high levels of reactive oxygen species, e.g. superoxide anions, hydrogen peroxide (H2O2), and hydroxyl radicals (modified from [GO:0006979]).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PackedDNA -->

    <owl:Class rdf:about="#PackedDNA">
        <rdfs:label xml:lang="en">packed DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
        <rdfs:subClassOf rdf:resource="#DoubleStrandDNA"/>
        <owl:disjointWith rdf:resource="#Phenotype"/>
        <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
        <owl:disjointWith rdf:resource="#UnpackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >A packed form of DNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PairedBox -->

    <owl:Class rdf:about="#PairedBox">
        <rdfs:label xml:lang="en">paired box</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#PairedBoxTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain consisting of a conserved 124 amino acid N-terminal sequence, found in several developmentally regulated proteins in fruit fly, mouse and human</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PairedBoxTF -->

    <owl:Class rdf:about="#PairedBoxTF">
        <rdfs:label xml:lang="en"
            >paired box transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#PairedBox"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing paired box domain, found in several developmentally regulated proteins in fruit fly, mouse and human</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Pathway -->

    <owl:Class rdf:about="#Pathway">
        <rdfs:label xml:lang="en">pathway</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularProcess"/>
        <definition rdf:datatype="&xsd;string"
            >A series of related biochemical reactions. [http://www.genpromag.com/Glossary.aspx]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Peptide -->

    <owl:Class rdf:about="#Peptide">
        <rdfs:label xml:lang="en">peptide</rdfs:label>
        <rdfs:subClassOf rdf:resource="#InformationBiopolymer"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Phenotype -->

    <owl:Class rdf:about="#Phenotype">
        <rdfs:label xml:lang="en">phenotype</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
        <owl:disjointWith rdf:resource="#UnpackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >Any observed quality of an organism, such as its morphology, development, or behavior, as opposed to its genotype - the inherited instructions it carries, which may or may not be expressed. [http://en.wikipedia.org/wiki/Phenotype]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PhosphateGroup -->

    <owl:Class rdf:about="#PhosphateGroup">
        <rdfs:label xml:lang="en">phosphate group</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chemical"/>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:32958 phosphate group</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Phosphorylation -->

    <owl:Class rdf:about="#Phosphorylation">
        <rdfs:label xml:lang="en">phosphorylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0016310 phosphorylation</reference>
        <definition rdf:datatype="&xsd;string"
            >The process of introducing a phosphate group into a molecule, usually with the formation of a phosphoric ester, a phosphoric anhydride or a phosphoric amide. [GO:0016310]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PhysicalContact -->

    <owl:Class rdf:about="#PhysicalContact">
        <rdfs:label xml:lang="en"
            >physical contact</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >Physically touching of two or more objects.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PhysicalContinuant -->

    <owl:Class rdf:about="#PhysicalContinuant">
        <rdfs:label xml:lang="en"
            >physical continuant</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Continuant"/>
        <definition rdf:datatype="&xsd;string"
            >A physical continuant is an entity that has spatial dimension. It can either have mass (such as a protein) or no mass (such as DNA minor groove).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PhysicalInteraction -->

    <owl:Class rdf:about="#PhysicalInteraction">
        <rdfs:label xml:lang="en"
            >physical interaction</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:allValuesFrom rdf:resource="#PhysicalContinuant"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#PhysicalContinuant"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:allValuesFrom rdf:resource="#PhysicalContinuant"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#PhysicalContinuant"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >An action that occurs as two or more objects have a physical effect upon one another. (modified from [http://en.wikipedia.org/wiki/Physical_interaction])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PhysiologicalProcess -->

    <owl:Class rdf:about="#PhysiologicalProcess">
        <rdfs:label xml:lang="en"
            >biological process</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0008150 biological process</reference>
        <definition rdf:datatype="&xsd;string"
            >Those processes specifically pertinent to the functioning of integrated living units: cells, tissues, organs, and organisms. A process is a collection of molecular events with a defined beginning and end. [GO:0008150]</definition>
        <synonym rdf:datatype="&xsd;string"
            >physiological process</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PhysiologicalProcessPhase -->

    <owl:Class rdf:about="#PhysiologicalProcessPhase">
        <rdfs:label xml:lang="en"
            >physiological process phase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#PhysiologicalProcess"/>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Plant -->

    <owl:Class rdf:about="#Plant">
        <rdfs:label xml:lang="en">plant</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Eukaryote"/>
        <definition rdf:datatype="&xsd;string"
            >Multicellular, eukaryotic life forms of the kingdom Plantae. They are characterized by a mainly photosynthetic mode of nutrition; essentially unlimited growth at localized regions of cell divisions ( MERISTEMS); cellulose within cells providing rigidity; the absence of organs of locomotion; absence of nervous and sensory systems; and an alteration of haploid and diploid generations. [MESH:D010944]</definition>
        <reference rdf:datatype="&xsd;string"
            >NCBI Taxonomy ID:3193 Embryophyta</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PocketDomain -->

    <owl:Class rdf:about="#PocketDomain">
        <rdfs:label xml:lang="en">pocket domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#PocketDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >pocket consists of two conserved &#39;boxes&#39; (A and B) with a less conserved spacer region lying in between</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PocketDomainTF -->

    <owl:Class rdf:about="#PocketDomainTF">
        <rdfs:label xml:lang="en"
            >pocket domain transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#PocketDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing pocket domain (e.g. the RB protein).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PolyASignalSequence -->

    <owl:Class rdf:about="#PolyASignalSequence">
        <rdfs:label xml:lang="en"
            >poly-A signal sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <reference rdf:datatype="&xsd;string"
            >SO:0000551 polyA signal sequence</reference>
        <definition rdf:datatype="&xsd;string"
            >The recognition sequence necessary for endonuclease cleavage of an RNA transcript that is followed by polyadenylation; consensus=AATAAA. [SO:0000551, http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Polymerase -->

    <owl:Class rdf:about="#Polymerase">
        <rdfs:label xml:lang="en">polymerase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Enzyme"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasFunction"/>
                <owl:someValuesFrom rdf:resource="#PolymeraseActivity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Enzymes that catalyze the synthesis of nucleic acids on preexisting nucleic acid templates, assembling RNA from ribonucleotides or DNA from deoxyribonucleotides. [http://www.ornl.gov/sci/techresources/Human_Genome/publicat/97pr/09gloss.html#p]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PolymeraseActivity -->

    <owl:Class rdf:about="#PolymeraseActivity">
        <rdfs:label xml:lang="en"
            >polymerase activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#GeneProductFunction"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#Polymerase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Catalysis of the reaction that synthesizes nucleic acids on preexisting nucleic acid templates, assembling RNA from ribonucleotides or DNA from deoxyribonucleotides</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PositiveRegulation -->

    <owl:Class rdf:about="#PositiveRegulation">
        <rdfs:label xml:lang="en"
            >positive regulation</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPolarity"/>
                        <owl:hasValue rdf:datatype="&xsd;string">positive</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that activates or increases the frequency, rate or extent of a biological process, function or phenomenon.</definition>
        <synonym rdf:datatype="&xsd;string">up regulation</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PositiveRegulationOfGeneExpression -->

    <owl:Class rdf:about="#PositiveRegulationOfGeneExpression">
        <rdfs:label xml:lang="en"
            >positive regulation of gene expression</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulationOfGeneExpression"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPolarity"/>
                        <owl:hasValue rdf:datatype="&xsd;string">positive</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that activates or increases the frequency, rate or extent of gene expression.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PositiveRegulationOfTranscription -->

    <owl:Class rdf:about="#PositiveRegulationOfTranscription">
        <rdfs:label xml:lang="en"
            >positive regulation of transcription</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulationOfTranscription"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPolarity"/>
                        <owl:hasValue rdf:datatype="&xsd;string">positive</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that activates or increases the frequency, rate or extent of transcription. [GO:0045941]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0045941 positive regulation of transcription</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PositiveRegulationOfTranscriptionByTranscriptionActivator -->

    <owl:Class rdf:about="#PositiveRegulationOfTranscriptionByTranscriptionActivator">
        <rdfs:label xml:lang="en"
            >positive regulation of transcription by transcription activator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PositiveRegulationOfTranscription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionActivator"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process involving transcription activator activity that activates or increases the frequency, rate or extent of transcription (modified from [GO:0045941]).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PositiveRegulationOfTranscriptionOfGene -->

    <owl:Class rdf:about="#PositiveRegulationOfTranscriptionOfGene">
        <rdfs:label xml:lang="en"
            >positive regulation of transcription of gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranscriptionOfGene"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPolarity"/>
                <owl:hasValue rdf:datatype="&xsd;string">positive</owl:hasValue>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PositiveRegulationOfTranslation -->

    <owl:Class rdf:about="#PositiveRegulationOfTranslation">
        <rdfs:label xml:lang="en"
            >positive regulation of translation</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulationOfTranslation"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPolarity"/>
                        <owl:hasValue rdf:datatype="&xsd;string">positive</owl:hasValue>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that activates or increases the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA. [GO:0045727]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0045727 positive regulation of protein biosynthetic process</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PositiveTranscriptionRegulator -->

    <owl:Class rdf:about="#PositiveTranscriptionRegulator">
        <rdfs:label xml:lang="en"
            >positive transcription regulator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRegulator"/>
        <definition rdf:datatype="&xsd;string"
            >A transcription regulator activity required for initiation or upregulation of transcription.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Posttranscriptional -->

    <owl:Class rdf:about="#Posttranscriptional">
        <rdfs:label xml:lang="en"
            >posttranscriptional</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TemporalQuality"/>
        <definition
            >Any substance or process that is formed or occurs after the production of a mRNA transcript.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PosttranscriptionalModification -->

    <owl:Class rdf:about="#PosttranscriptionalModification">
        <rdfs:label xml:lang="en"
            >posttranscriptional modification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <rdfs:subClassOf rdf:resource="#RNAProcessing"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#GeneExpression"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A genetic process by which, in eukaryotic cells, primary transcript RNA is converted into mature RNA. The three main modifications are 5&#39; capping, 3&#39; polyadenylation, and RNA splicing. (modified from [http://en.wikipedia.org/wiki/Post-transcriptional_modification])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Posttranslational -->

    <owl:Class rdf:about="#Posttranslational">
        <rdfs:label xml:lang="en"
            >posttranslational</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TemporalQuality"/>
        <definition
            >Any substance or process that is formed or occurs after translation of protein.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PosttranslationalModification -->

    <owl:Class rdf:about="#PosttranslationalModification">
        <rdfs:label xml:lang="en"
            >posttranslational modification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinModification"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#GeneExpression"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0043687 post-translational protein modification</reference>
        <definition rdf:datatype="&xsd;string"
            >The covalent alteration of one or more amino acids occurring in a protein after the protein has been completely translated and released from the ribosome. [GO:0043687]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PreMicroRNA -->

    <owl:Class rdf:about="#PreMicroRNA">
        <rdfs:label xml:lang="en">pre-miRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MicroRNA"/>
        <definition
            >A stem loop intermediate (60-70 nucleotide) in microRNA production, produced by the nuclear cleavage of a primary miRNA (pri-mRNA) transcript. Pre-microRNAs are transported from the nucleus to the cytoplasm where further cleavage occurs to produce a mature microRNA product (modified from [GO:0035281]).</definition>
        <synonym xml:lang="en">pre-microRNA</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#PrimaryStructure -->

    <owl:Class rdf:about="#PrimaryStructure">
        <rdfs:label xml:lang="en"
            >primary structure</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularStructure"/>
        <definition rdf:datatype="&xsd;string"
            >(Wikipedia, en:) The primary structure of a biological molecule is the exact specification of its atomic composition and the chemical bonds connecting those atoms (including stereochemistry). For a typical unbranched, un-crosslinked biopolymer (such as a molecule of DNA, RNA or typical intracellular protein), the primary structure is equivalent to specifying the sequence of its monomeric subunits, e.g., the nucleotide or peptide sequence.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Process -->

    <owl:Class rdf:about="#Process">
        <rdfs:label xml:lang="en">process</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Occurrent"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:minCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:minCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A process is a collection of molecular events with a defined beginning and end. [GO:0008150]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0008150 biological process</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Producing -->

    <owl:Class rdf:about="#Producing">
        <rdfs:label xml:lang="en">producing</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Affecting"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Prokaryote -->

    <owl:Class rdf:about="#Prokaryote">
        <rdfs:label xml:lang="en">prokaryote</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Organism"/>
        <definition rdf:datatype="&xsd;string"
            >Cell or organism lacking a membrane-bound, structurally discrete nucleus and other subcellular compartments. Bacteria are prokaryotes. [http://www.ornl.gov/sci/techresources/Human_Genome/publicat/97pr/09gloss.html#p]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Promoter -->

    <owl:Class rdf:about="#Promoter">
        <rdfs:label xml:lang="en">promoter</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >A regulatory_region composed of the TSS(s) and binding sites for TF_complexes of the basal transcription machinery. [SO:0000167]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000167 promoter</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Protein -->

    <owl:Class rdf:about="#Protein">
        <rdfs:label xml:lang="en">protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#InformationBiopolymer"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#AminoAcid"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#ProteinDomain"/>
        <definition rdf:datatype="&xsd;string"
            >a macromolecule composed of one or several polypeptides. Each polypeptide consists of a chain of amino acids linked together by covalent (peptide) bonds. [http://www.qimr.edu.au/qimr_glossary.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinAmplification -->

    <owl:Class rdf:about="#ProteinAmplification">
        <rdfs:label xml:lang="en"
            >protein amplification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Amplification of protein from a pool of mRNA using technologies such as phage display and Profusion technology.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinBindingSiteOfDNA -->

    <owl:Class rdf:about="#ProteinBindingSiteOfDNA">
        <rdfs:label xml:lang="en"
            >protein binding site of DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#BindingOfProteinToProteinBindingSiteOfDNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A region on DNA that specifically forms a chemical bond with a protein (or proteins).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinBindingSiteOfProtein -->

    <owl:Class rdf:about="#ProteinBindingSiteOfProtein">
        <rdfs:label xml:lang="en"
            >protein binding site of protein</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#BindingSiteOfProtein"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#patientOf"/>
                        <owl:someValuesFrom rdf:resource="#BindingOfProteinToProteinBindingSiteOfProtein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >A region on a protein that forms a chemical bond (protein ligands) with other proteins.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinBiosynthesis -->

    <owl:Class rdf:about="#ProteinBiosynthesis">
        <rdfs:label xml:lang="en"
            >protein biosynthesis</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The chemical reactions and pathways resulting in the formation of proteins.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinCatabolism -->

    <owl:Class rdf:about="#ProteinCatabolism">
        <rdfs:label xml:lang="en"
            >protein catabolism</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CatabolicPathway"/>
        <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0030163 protein catabolic process</reference>
        <definition rdf:datatype="&xsd;string"
            >The chemical reactions and pathways resulting in the breakdown of a protein by the destruction of the native, active configuration, with or without the hydrolysis of peptide bonds. [GO:0030163]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinCodingDNARegion -->

    <owl:Class rdf:about="#ProteinCodingDNARegion">
        <rdfs:label xml:lang="en"
            >protein coding DNA region</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#DNARegion"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#encodes"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >A DNA region that encodes one or more proteins..</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinCodingGene -->

    <owl:Class rdf:about="#ProteinCodingGene">
        <rdfs:label xml:lang="en"
            >protein coding gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Gene"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#encodes"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#RNACodingGene"/>
        <definition rdf:datatype="&xsd;string"
            >A gene that encodes a protein</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinCodingRegion -->

    <owl:Class rdf:about="#ProteinCodingRegion">
        <rdfs:label xml:lang="en"
            >protein coding region</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#NucleicAcidRegion"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#encodes"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinComplex -->

    <owl:Class rdf:about="#ProteinComplex">
        <rdfs:label xml:lang="en">protein complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexMolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:onClass rdf:resource="#Protein"/>
                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any protein group composed of two or more subunits, which may or may not be identical. Protein complexes may have other associated non-protein prosthetic groups, such as nucleic acids, metal ions or carbohydrate groups. [GO:0043234]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0043234 protein complex</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinDomain -->

    <owl:Class rdf:about="#ProteinDomain">
        <rdfs:label xml:lang="en">protein domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#InformationBiopolymer"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#AminoAcid"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A part of protein sequence and structure that can evolve, function, and exist independently of the rest of the protein chain. Each domain forms a compact three-dimensional structure and often can be independently stable and folded. Many proteins consist of several structural domains. [http://en.wikipedia.org/wiki/Structural_domain]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinFolding -->

    <owl:Class rdf:about="#ProteinFolding">
        <rdfs:label xml:lang="en">protein folding</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006457 protein folding</reference>
        <definition rdf:datatype="&xsd;string"
            >The process of assisting in the covalent and noncovalent assembly of single chain polypeptides or multisubunit complexes into the correct tertiary structure. [GO:0006457]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinIdentification -->

    <owl:Class rdf:about="#ProteinIdentification">
        <rdfs:label xml:lang="en"
            >protein identification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Identification of proteins using the techniques of electrophoresis, mass spectrometry, etc.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinMaturation -->

    <owl:Class rdf:about="#ProteinMaturation">
        <rdfs:label xml:lang="en"
            >protein maturation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0051604 protein maturation</reference>
        <definition rdf:datatype="&xsd;string"
            >The process leading to the attainment of the full functional capacity of a protein. [GO:0051604]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinMetabolism -->

    <owl:Class rdf:about="#ProteinMetabolism">
        <rdfs:label xml:lang="en"
            >protein metabolism</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MetabolicPathway"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0019538 protein metabolic process</reference>
        <definition rdf:datatype="&xsd;string"
            >The chemical reactions and pathways involving a specific protein, rather than of proteins in general. Includes protein modification. [GO:0019538]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinModification -->

    <owl:Class rdf:about="#ProteinModification">
        <rdfs:label xml:lang="en"
            >protein modification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
        <rdfs:subClassOf rdf:resource="#ProteinProteinInteraction"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0006464 protein modification process</reference>
        <definition rdf:datatype="&xsd;string"
            >The covalent alteration of one or more amino acids occurring in proteins, peptides and nascent polypeptides (co-translational, post-translational modifications). Includes the modification of charged tRNAs that are destined to occur in a protein (pre-translation modification). [GO:0006464]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinMutation -->

    <owl:Class rdf:about="#ProteinMutation">
        <rdfs:label xml:lang="en"
            >protein mutation</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Mutation"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#resultsIn"/>
                        <owl:someValuesFrom rdf:resource="#MutatedProtein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A mutation that alters the protein product of a gene.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinPolymerization -->

    <owl:Class rdf:about="#ProteinPolymerization">
        <rdfs:label xml:lang="en"
            >protein polymerization</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
        <rdfs:subClassOf rdf:resource="#ProteinProteinInteraction"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#Binding"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0051258 protein polymerization</reference>
        <definition rdf:datatype="&xsd;string"
            >The process of creating protein polymers, compounds composed of a large number of component monomers; polymeric proteins may be made up of different or identical monomers. Polymerization occurs by the addition of extra monomers to an existing poly- or oligomeric protein. [GO:0051258]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinProteinInteraction -->

    <owl:Class rdf:about="#ProteinProteinInteraction">
        <rdfs:label xml:lang="en"
            >protein protein interaction</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#PhysicalInteraction"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >the association of protein molecules and the study of these associations from the perspective of biochemistry, signal transduction and networks. [http://en.wikipedia.org/wiki/Protein-protein_interaction]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinSubunit -->

    <owl:Class rdf:about="#ProteinSubunit">
        <rdfs:label xml:lang="en">protein subunit</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Protein"/>
        <definition rdf:datatype="&xsd;string"
            >A single protein molecule that assembles (or coassembles) with other protein molecules to form a multimeric or oligomeric protein. [http://en.wikipedia.org/wiki/Protein_subunit]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinTargeting -->

    <owl:Class rdf:about="#ProteinTargeting">
        <rdfs:label xml:lang="en"
            >protein targeting</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinTransport"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#locatedIn"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006605 protein targeting</reference>
        <definition rdf:datatype="&xsd;string"
            >The process of targeting specific proteins to particular membrane-bound subcellular organelles. Usually requires an organelle specific protein sequence motif. [GO:0006605]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ProteinTransport -->

    <owl:Class rdf:about="#ProteinTransport">
        <rdfs:label xml:lang="en"
            >protein transport</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Transport"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Protein"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <reference rdf:datatype="&xsd;string"
            >GO:0015031 protein transport</reference>
        <definition rdf:datatype="&xsd;string"
            >The directed movement of proteins into, out of, within or between cells. [GO:0015031]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Protist -->

    <owl:Class rdf:about="#Protist">
        <rdfs:label xml:lang="en">protist</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Eukaryote"/>
        <definition rdf:datatype="&xsd;string"
            >A single-celled, eukaryotic organism that may resemble an animal or a plant. (Allaby 1998) [http://www.oup.com.au/orc/demo_glossary.aspx#P]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Quality -->

    <owl:Class rdf:about="#Quality">
        <rdfs:label xml:lang="en">quality</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RHR -->

    <owl:Class rdf:about="#RHR">
        <rdfs:label xml:lang="en">RHR</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#RHRTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA binding domain (Rel-type) exhibiting a bipartite subdomain structure, each subdomain comprising a beta-barrel with five loops that form an extensive contact surface to the major groove of the DNA. Particularly, the first loop of the N-terminal subdomain (the highly conserved recognition loop) performs contacts with the recognition element on the DNA, but other loops are involved. The second, C-terminal domain is necessary mainly for protein dimerization. (modified from [TRANSFAC:C0020])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RHRTF -->

    <owl:Class rdf:about="#RHRTF">
        <rdfs:label xml:lang="en"
            >RHR  transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#RHR"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing RHR domain</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNA -->

    <owl:Class rdf:about="#RNA">
        <rdfs:label xml:lang="en">RNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NucleicAcid"/>
        <definition rdf:datatype="&xsd;string"
            >A chain of ribonucleotides.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNABiosynthesis -->

    <owl:Class rdf:about="#RNABiosynthesis">
        <rdfs:label xml:lang="en"
            >RNA biosynthesis</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAMetabolism"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0032774 RNA biosynthetic process</reference>
        <definition rdf:datatype="&xsd;string"
            >The chemical reactions and pathways resulting in the formation of RNA, ribonucleic acid, one of the two main type of nucleic acid, consisting of a long, unbranched macromolecule formed from ribonucleotides joined in 3&#39;,5&#39;-phosphodiester linkage. Includes polymerization of ribonucleotide monomers. [GO:0032774]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNACatabolism -->

    <owl:Class rdf:about="#RNACatabolism">
        <rdfs:label xml:lang="en">RNA catabolism</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAMetabolism"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0006401 RNA catabolic process</reference>
        <definition rdf:datatype="&xsd;string"
            >The chemical reactions and pathways resulting in the breakdown of RNA, ribonucleic acid, one of the two main type of nucleic acid, consisting of a long, unbranched macromolecule formed from ribonucleotides joined in 3&#39;,5&#39;-phosphodiester linkage. [GO:0006401]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNACodingDNARegion -->

    <owl:Class rdf:about="#RNACodingDNARegion">
        <rdfs:label xml:lang="en"
            >RNA coding DNA region</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#DNARegion"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#encodes"/>
                        <owl:someValuesFrom rdf:resource="#RNAMolecule"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >A region on DNA that encodes RNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNACodingGene -->

    <owl:Class rdf:about="#RNACodingGene">
        <rdfs:label xml:lang="en">RNA coding gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Gene"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#encodes"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A gene coding for RNA (tRNA, rRNA, etc.).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNACodingRegion -->

    <owl:Class rdf:about="#RNACodingRegion">
        <rdfs:label xml:lang="en"
            >RNA coding region</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#NucleicAcidRegion"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#encodes"/>
                        <owl:someValuesFrom rdf:resource="#RNAMolecule"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAElongation -->

    <owl:Class rdf:about="#RNAElongation">
        <rdfs:label xml:lang="en">RNA elongation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Elongation"/>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Transcription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006354 RNA elongation</reference>
        <definition rdf:datatype="&xsd;string"
            >The extension of an RNA molecule after transcription initiation by the addition of ribonucleotides catalyzed by an RNA polymerase. [GO:0006354]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAInitiatedSilencingComplex -->

    <owl:Class rdf:about="#RNAInitiatedSilencingComplex">
        <rdfs:label xml:lang="en"
            >RNA initiated silencing complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexOfProteinAndRNA"/>
        <definition
            >A ribonucleoprotein complex that contains members of the Argonaute family of proteins, small interfering RNAs (siRNAs) or microRNAs (miRNAs), and miRNA or siRNA-complementary mRNAs, in addition to a number of accessory factors. The RISC complex is involved in posttranscriptional repression of gene expression through downregulation of translation or induction of mRNA degradation. [GO:0016442]</definition>
        <reference
            >GO:0016442 RNA-induced silencing complex</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAInterference -->

    <owl:Class rdf:about="#RNAInterference">
        <rdfs:label xml:lang="en"
            >RNA interference</rdfs:label>
        <rdfs:subClassOf rdf:resource="#GeneSilencing"/>
        <reference
            >GO:0016246 RNA interference</reference>
        <definition
            >The process by which double-stranded RNAs silence cognate genes. Involves posttranscriptional gene inactivation (&#39;silencing&#39;) both of transgenes or dsRNA introduced into a germline, and of the host gene(s) homologous to the transgenes or dsRNA. This silencing is triggered by the introduction of transgenes or double-stranded RNA (dsRNA), and can occur through a specific decrease in the level of mRNA, or by negative regulation of translation, of both host genes and transgenes. [GO:0016246]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAMetabolism -->

    <owl:Class rdf:about="#RNAMetabolism">
        <rdfs:label xml:lang="en">RNA metabolism</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MetabolicPathway"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#RNA"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#resultsIn"/>
                        <owl:someValuesFrom rdf:resource="#RNA"/>
                    </owl:Restriction>
                </owl:unionOf>
            </owl:Class>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0016070 RNA metabolic process</reference>
        <definition rdf:datatype="&xsd;string"
            >The chemical reactions and pathways involving RNA, ribonucleic acid, one of the two main type of nucleic acid, consisting of a long, unbranched macromolecule formed from ribonucleotides joined in 3&#39;,5&#39;-phosphodiester linkage. [GO:0016070]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAModification -->

    <owl:Class rdf:about="#RNAModification">
        <rdfs:label xml:lang="en"
            >RNA modification</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <rdfs:subClassOf rdf:resource="#RNAMetabolism"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0009451 RNA modification</reference>
        <definition rdf:datatype="&xsd;string"
            >The covalent alteration of one or more nucleotides within an RNA molecule to produce an RNA molecule with a sequence that differs from that coded genetically. [GO:0009451]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAMolecule -->

    <owl:Class rdf:about="#RNAMolecule">
        <rdfs:label xml:lang="en">RNA molecule</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNA"/>
        <definition rdf:datatype="&xsd;string"
            >A chain of ribonucleotides as it occures at a whole.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymerase -->

    <owl:Class rdf:about="#RNAPolymerase">
        <rdfs:label xml:lang="en">RNA polymerase</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Polymerase"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasFunction"/>
                        <owl:someValuesFrom rdf:resource="#RNAPolymeraseActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >An enzyme that catalyses the reaction: nucleoside triphosphate + RNA(n) = diphosphate + RNA(n+1). Utilizes a DNA or RNA template (modified from [GO:0003899, GO:0003968]).</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003899 DNA-directed RNA polymerase activity</reference>
        <reference rdf:datatype="&xsd;string"
            >GO:0003968 RNA-directed RNA polymerase activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymeraseActivity -->

    <owl:Class rdf:about="#RNAPolymeraseActivity">
        <rdfs:label xml:lang="en"
            >RNA polymerase activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PolymeraseActivity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#RNAPolymerase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Catalysis of the reaction: nucleoside triphosphate + RNA(n) = diphosphate + RNA(n+1). Utilizes a DNA or RNA template (modified from [GO:0003899, GO:0003968]).</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003899 DNA-directed RNA polymerase activity; GO:0003968 RNA-directed RNA polymerase activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymeraseBindingSiteOfDNA -->

    <owl:Class rdf:about="#RNAPolymeraseBindingSiteOfDNA">
        <rdfs:label xml:lang="en"
            >RNA polymerase binding site of DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingSite"/>
        <definition rdf:datatype="&xsd;string"
            >A region on DNA that specifically forms a chemical bond with RNA polymerase.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymeraseII -->

    <owl:Class rdf:about="#RNAPolymeraseII">
        <rdfs:label xml:lang="en"
            >RNA polymerase II</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAPolymerase"/>
        <definition rdf:datatype="&xsd;string"
            >An enzyme found in eukaryotic cells that catalyzes the transcription of DNA to synthesize precursors of mRNA and most snRNA and microRNA. Also called RNAP II and Pol II.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymeraseIIHoloenzyme -->

    <owl:Class rdf:about="#RNAPolymeraseIIHoloenzyme">
        <rdfs:label xml:lang="en"
            >RNA polymerase II holoenzyme</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Holoenzyme"/>
        <rdfs:subClassOf rdf:resource="#RNAPolymeraseII"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0016591 DNA-directed RNA polymerase II, holoenzyme</reference>
        <definition rdf:datatype="&xsd;string"
            >Large protein complex composed of the RNA polymerase core complex and a variety of other proteins including transcription factor complexes TFIIA, D, E, F, and H which are required for promoter recognition, and the Mediator subcomplex. Catalyzes the synthesis of eukaryotic pre-mRNA. [GO:0016591]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymerasePromoter -->

    <owl:Class rdf:about="#RNAPolymerasePromoter">
        <rdfs:label xml:lang="en"
            >RNAPolymerase promoter</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Promoter"/>
        <definition
            >A region (DNA) to which RNA polymerase binds, to begin transcription. [SO:0001203]</definition>
        <reference
            >SO:0001203 RNA_polymerase_promoter</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymerase_III_Promoter -->

    <owl:Class rdf:about="#RNAPolymerase_III_Promoter">
        <rdfs:label xml:lang="en"
            >RNA polymerase III promoter</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAPolymerasePromoter"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#fromSpecies"/>
                <owl:someValuesFrom rdf:resource="#Eukaryote"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA sequence in eukaryotic DNA to which RNA polymerase III binds, to begin transcription. [SO:0000171]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000171 RNApol III promoter</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymerase_III_PromoterType1 -->

    <owl:Class rdf:about="#RNAPolymerase_III_PromoterType1">
        <rdfs:label xml:lang="en"
            >RNA polymerase III promoter type 1</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAPolymerase_III_Promoter"/>
        <reference rdf:datatype="&xsd;string"
            >SO:0000617 RNApol_III_promoter_type_1</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymerase_III_PromoterType2 -->

    <owl:Class rdf:about="#RNAPolymerase_III_PromoterType2">
        <rdfs:label xml:lang="en"
            >RNA polymerase III promoter type 2</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAPolymerase_III_Promoter"/>
        <reference rdf:datatype="&xsd;string"
            >SO:0000618 RNApol_III_promoter_type_2</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymerase_II_Promoter -->

    <owl:Class rdf:about="#RNAPolymerase_II_Promoter">
        <rdfs:label xml:lang="en"
            >RNA polymerase II promoter</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAPolymerasePromoter"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#fromSpecies"/>
                <owl:someValuesFrom rdf:resource="#Eukaryote"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA sequence in eukaryotic DNA to which RNA polymerase II binds, to begin transcription. [SO:0000170]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000170 RNApol II promoter</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAPolymerase_I_Promoter -->

    <owl:Class rdf:about="#RNAPolymerase_I_Promoter">
        <rdfs:label xml:lang="en"
            >RNA polymerase I promoter</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAPolymerasePromoter"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#fromSpecies"/>
                <owl:someValuesFrom rdf:resource="#Eukaryote"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA sequence in eukaryotic DNA to which RNA polymerase I binds, to begin transcription. [SO:0000169]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000169 RNApol I promoter</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAProcessing -->

    <owl:Class rdf:about="#RNAProcessing">
        <rdfs:label xml:lang="en">RNA processing</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAMetabolism"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process involved in the conversion of one or more primary RNA transcripts into one or more mature RNA molecules. [GO:0006396]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0006396 RNA processing</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNAProteinInteraction -->

    <owl:Class rdf:about="#RNAProteinInteraction">
        <rdfs:label xml:lang="en"
            >RNA protein interaction</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#PhysicalInteraction"/>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasAgent"/>
                                        <owl:someValuesFrom rdf:resource="#Protein"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasPatient"/>
                                        <owl:someValuesFrom rdf:resource="#RNA"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                            <owl:Class>
                                <owl:intersectionOf rdf:parseType="Collection">
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasAgent"/>
                                        <owl:someValuesFrom rdf:resource="#RNA"/>
                                    </owl:Restriction>
                                    <owl:Restriction>
                                        <owl:onProperty rdf:resource="#hasPatient"/>
                                        <owl:someValuesFrom rdf:resource="#Protein"/>
                                    </owl:Restriction>
                                </owl:intersectionOf>
                            </owl:Class>
                        </owl:unionOf>
                    </owl:Class>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasAgent"/>
                        <owl:allValuesFrom>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="#Protein"/>
                                    <rdf:Description rdf:about="#RNA"/>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:allValuesFrom>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom>
                            <owl:Class>
                                <owl:unionOf rdf:parseType="Collection">
                                    <rdf:Description rdf:about="#Protein"/>
                                    <rdf:Description rdf:about="#RNA"/>
                                </owl:unionOf>
                            </owl:Class>
                        </owl:allValuesFrom>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <reference rdf:datatype="&xsd;string"
            >GO:0022618 protein-RNA complex assembly</reference>
        <definition rdf:datatype="&xsd;string"
            >The aggregation and bonding together of proteins and RNA molecules to form a ribonucleoprotein complex. [GO:0022618]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNARegion -->

    <owl:Class rdf:about="#RNARegion">
        <rdfs:label xml:lang="en">RNA region</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NucleicAcidRegion"/>
        <rdfs:subClassOf rdf:resource="#RNA"/>
        <definition rdf:datatype="&xsd;string"
            >A chain of ribonucleotides that is part of a longer chain of ribunucleotides.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RNASplicing -->

    <owl:Class rdf:about="#RNASplicing">
        <rdfs:label xml:lang="en">RNA splicing</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PosttranscriptionalModification"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0008380 RNA splicing</reference>
        <definition rdf:datatype="&xsd;string"
            >The process of removing sections of the primary RNA transcript to remove sequences not present in the mature form of the RNA and joining the remaining sections to form the mature form of the RNA. [GO:0008380]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfFunction -->

    <owl:Class rdf:about="#RegulationOfFunction">
        <rdfs:label xml:lang="en"
            >regulation of function</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Function"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Function"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of function.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfGeneExpression -->

    <owl:Class rdf:about="#RegulationOfGeneExpression">
        <rdfs:label xml:lang="en"
            >regulation of gene expression</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#GeneExpression"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#GeneExpression"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of gene expression. [GO:0010468]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0010468 regulation of gene expression</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfMetabolicProcess -->

    <owl:Class rdf:about="#RegulationOfMetabolicProcess">
        <rdfs:label xml:lang="en"
            >regulation of metabolic process</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryProcess"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfModificationOfMolecularEntity -->

    <owl:Class rdf:about="#RegulationOfModificationOfMolecularEntity">
        <rdfs:label xml:lang="en"
            >regulation of modification of molecular entity</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#ModificationOfMolecularEntity"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#ModificationOfMolecularEntity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of modification of molecular entity.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfPathway -->

    <owl:Class rdf:about="#RegulationOfPathway">
        <rdfs:label xml:lang="en"
            >regulation of pathway</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Pathway"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Pathway"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of a pathway</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfPhysicalInteraction -->

    <owl:Class rdf:about="#RegulationOfPhysicalInteraction">
        <rdfs:label xml:lang="en"
            >regulation of physical interaction</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#PhysicalInteraction"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#PhysicalInteraction"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of physical interaction.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfProcess -->

    <owl:Class rdf:about="#RegulationOfProcess">
        <rdfs:label xml:lang="en"
            >regulation of process</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Process"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Process"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of process.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfStability -->

    <owl:Class rdf:about="#RegulationOfStability">
        <rdfs:label xml:lang="en"
            >regulation of stability</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryProcess"/>
        <definition
            >Any process that modulates the stability.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfTranscriptinByTwoComponentRegulatorySystem -->

    <owl:Class rdf:about="#RegulationOfTranscriptinByTwoComponentRegulatorySystem">
        <rdfs:label xml:lang="en"
            >regulation of transcriptin by two component regulatory system</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexRegulationOfTranscription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#TwoComponentRegulatorySystem"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of transcription by protein components involved in a system responding to environmental changes characterized usually by a sensor kinase in the cell membrane that phosphorylates itself in response to a signal and a response regulator to which the phosphoryl group is transferred.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfTranscription -->

    <owl:Class rdf:about="#RegulationOfTranscription">
        <rdfs:label xml:lang="en"
            >regulation of transcription</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Transcription"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Transcription"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionRegulator"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of the synthesis of either RNA on a template of DNA or DNA on a template of RNA. [GO:0045449]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0045449 regulation of transcription</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfTranscriptionOfGene -->

    <owl:Class rdf:about="#RegulationOfTranscriptionOfGene">
        <rdfs:label xml:lang="en"
            >regulation of transcription of gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranscription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionOfGene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfTranscriptionOfOperon -->

    <owl:Class rdf:about="#RegulationOfTranscriptionOfOperon">
        <rdfs:label xml:lang="en"
            >regulation of transcription of operon</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranscription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionOfOperon"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of the synthesis of RNA on a template of DNA or DNA on a template of RNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfTranscriptionOfRegulon -->

    <owl:Class rdf:about="#RegulationOfTranscriptionOfRegulon">
        <rdfs:label xml:lang="en"
            >regulation of transcription of regulon</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranscription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionOfRegulonGenes"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of transcription of regulon</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfTranslation -->

    <owl:Class rdf:about="#RegulationOfTranslation">
        <rdfs:label xml:lang="en"
            >regulation of translation</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#RegulatoryProcess"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:someValuesFrom rdf:resource="#Translation"/>
                    </owl:Restriction>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPatient"/>
                        <owl:allValuesFrom rdf:resource="#Translation"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of the chemical reactions and pathways resulting in the formation of proteins by the translation of mRNA. [GO:0006417]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0006417 regulation of translation</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulationOfTranslationalFidelity -->

    <owl:Class rdf:about="#RegulationOfTranslationalFidelity">
        <rdfs:label xml:lang="en"
            >regulation of translational fidelity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranslation"/>
        <definition
            >Any process that modulates the ability of the translational apparatus to interpret the genetic code. [GO:0006450]</definition>
        <reference
            >GO:0006450 regulation of translational fidelity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulatoryDNARegion -->

    <owl:Class rdf:about="#RegulatoryDNARegion">
        <rdfs:label rdf:datatype="&xsd;string"
            >regulatory sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#BindingOfTranscriptionFactorToDNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA sequence that controls the expression of a gene. [SO:0005836, http://www.genpromag.com/scripts/glossary.asp?LETTER=R] Typically binding sites for proteins required for transcription, such as gene regulatory proteins and polymerases.</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0005836 regulatory region</reference>
        <synonym rdf:datatype="&xsd;string">regulatory DNA</synonym>
        <synonym rdf:datatype="&xsd;string"
            >regulatory DNA region</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RegulatoryProcess -->

    <owl:Class rdf:about="#RegulatoryProcess">
        <rdfs:label xml:lang="en"
            >regulatory process</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Affecting"/>
        <rdfs:subClassOf rdf:resource="#Process"/>
        <definition rdf:datatype="&xsd;string"
            >Any process that modulates the frequency, rate or extent of a biological process. Biological processes are regulated by many means; examples include the control of gene expression, protein modification or interaction with a protein or substrate molecule. [GO:0050789]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0050789 regulation of biological process</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Regulon -->

    <owl:Class rdf:about="#Regulon">
        <rdfs:label xml:lang="en">regulon</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionOfRegulonGenes"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A group of genes, whether linked as a cluster or not, that respond to a common regulatory signal. [SO:1001284, ISBN:0198506732]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:1001284 regulon</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ReplicativeCellAging -->

    <owl:Class rdf:about="#ReplicativeCellAging">
        <rdfs:label xml:lang="en"
            >replicative cell aging</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellAging"/>
        <reference
            >GO:0001302 replicative cell aging</reference>
        <definition
            >The process associated with progression of the cell from its inception to the end of its lifespan that occurs as the cell continues cycles of growth and division. [GO:0001302]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ReporterGene -->

    <owl:Class rdf:about="#ReporterGene">
        <rdfs:label xml:lang="en">reporter gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Gene"/>
        <definition rdf:datatype="&xsd;string"
            >A transfected gene that encodes an easily assayed product, such as GFP; it is used to monitor gene expression under different conditions; usually to test the activity of a promoter.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ReporterGeneConstruction -->

    <owl:Class rdf:about="#ReporterGeneConstruction">
        <rdfs:label xml:lang="en"
            >reporter gene construction</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#ReporterGene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Construction of any gene that encodes an easily assayed product that is used to monitor gene expression under different conditions; usually to test the activity of a promoter.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ResponseProcess -->

    <owl:Class rdf:about="#ResponseProcess">
        <rdfs:label rdf:datatype="&xsd;string"
            >response process</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Process"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0050896 response to stimulus</reference>
        <definition rdf:datatype="&xsd;string"
            >The process of changing state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.), resulting from a stimulus. [GO:0050896] (revised)</definition>
        <synonym rdf:datatype="&xsd;string"
            >response to chemical stimulus</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ResponseToChemicalStimulus -->

    <owl:Class rdf:about="#ResponseToChemicalStimulus">
        <rdfs:label rdf:datatype="&xsd;string"
            >response to chemical stimulus</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ResponseProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a chemical stimulus. [GO:0042221]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0042221 response to chemical stimulus</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ResponseToDrug -->

    <owl:Class rdf:about="#ResponseToDrug">
        <rdfs:label xml:lang="en"
            >response to drug</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ResponseToChemicalStimulus"/>
        <definition rdf:datatype="&xsd;string"
            >A change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a drug stimulus. A drug is a substance used in the diagnosis, treatment or prevention of a disease. [GO:0042493]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0042493 response to drug</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ResponseToProtein -->

    <owl:Class rdf:about="#ResponseToProtein">
        <rdfs:label rdf:datatype="&xsd;string"
            >response to protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ResponseToChemicalStimulus"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#Protein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A change in state or activity of a cell or an organism (in terms of movement, secretion, enzyme production, gene expression, etc.) as a result of a protein stimulus. [GO:0051789]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0051789 response to protein stimulus</reference>
        <synonym rdf:datatype="&xsd;string"
            >response to protein stimulus</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Ribose -->

    <owl:Class rdf:about="#Ribose">
        <rdfs:label xml:lang="en">ribose</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Carbohydrate"/>
        <definition rdf:datatype="&xsd;string"></definition>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:26564 riboses</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RibosomalDNA -->

    <owl:Class rdf:about="#RibosomalDNA">
        <rdfs:label xml:lang="en">ribosomal DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
        <definition
            >DNA sequences encoding RIBOSOMAL RNA and the segments of DNA separating the individual ribosomal RNA genes, referred to as RIBOSOMAL SPACER DNA. [MeSH:D004275]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RibosomalGene -->

    <owl:Class rdf:about="#RibosomalGene">
        <rdfs:label xml:lang="en">ribosomal gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Gene"/>
        <definition
            >Genes encoding ribosomal proteins and rRNAs.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RibosomalRNA -->

    <owl:Class rdf:about="#RibosomalRNA">
        <rdfs:label xml:lang="en">rRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAMolecule"/>
        <definition rdf:datatype="&xsd;string"
            >RNA that comprises part of a ribosome, and that can provide both structural scaffolding and catalytic activity. [SO:0000252, http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html, ISBN:0198506732]</definition>
        <reference rdf:datatype="&xsd;string">SO:0000252 rRNA</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Ribosome -->

    <owl:Class rdf:about="#Ribosome">
        <rdfs:label xml:lang="en">ribosome</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellComponent"/>
        <reference
            >GO:0005840 ribosome</reference>
        <definition
            >An intracellular organelle, about 200 A in diameter, consisting of RNA and protein. It is the site of protein biosynthesis resulting from translation of messenger RNA (mRNA). It consists of two subunits, one large and one small, each containing only protein and RNA. Both the ribosome and its subunits are characterized by their sedimentation coefficients, expressed in Svedberg units (symbol: S). Hence, the prokaryotic ribosome (70S) comprises a large (50S) subunit and a small (30S) subunit, while the eukaryotic ribosome (80S) comprises a large (60S) subunit and a small (40S) subunit. Two sites on the ribosomal large subunit are involved in translation, namely the aminoacyl site (A site) and peptidyl site (P site). Ribosomes from prokaryotes, eukaryotes, mitochondria, and chloroplasts have characteristically distinct ribosomal proteins. [GO:0005840]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RuntLikeDomain -->

    <owl:Class rdf:about="#RuntLikeDomain">
        <rdfs:label xml:lang="en"
            >runt like domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#RuntLikeTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain homologous to a defined region within the Drosophila protein Runt. The runt domain contains twelve beta strands, seven of which shape the fold of an immunoglobulin-like beta sandwich (S-type Ig fold) also found in the DNA-binding domains of other transcription factors (NF-kappaB, NFAT, p53, STAT, and the T-domain) that is preceded by an N-terminal alpha helix. The runt domain is responsible for both DNA-binding and heterodimerization which occur at distinct, non-overlapping sites within the domain (modified from [TRANSFAC:C0029]).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#RuntLikeTF -->

    <owl:Class rdf:about="#RuntLikeTF">
        <rdfs:label xml:lang="en"
            >runt-like  transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#RuntLikeDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing runt-like domain.</definition>
        <synonym rdf:datatype="&xsd;string"
            >runt-domain-like  transcription factor</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SANDDomain -->

    <owl:Class rdf:about="#SANDDomain">
        <rdfs:label xml:lang="en">SAND domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#SANDDomainTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The SAND domain (named after Sp100, AIRE-1, NucP41/75, DEAF-1) is a conserved ~80 residue region found in a number of nuclear proteins, many of which function in chromatin-dependent transcriptional control. These include proteins linked to various human diseases, such as the Sp100 (Speckled protein 100 kDa), NUDR (Nuclear DEAF-1 related), GMEB (Glucocorticoid Modulatory Element Binding) proteins and AIRE-1 (Autoimmune regulator 1) proteins. Proteins containing the SAND domain have a modular structure; the SAND domain can be associated with a number of other modules, including the bromodomain, the PHD finger and the MYND finger. Because no SAND domain has been found in yeast, it is thought that the SAND domain could be restricted to animal phyla. Many SAND domain-containing proteins, including NUDR, DEAF-1 (Deformed epidermal autoregulatory factor-1) and GMEB, have been shown to bind DNA sequences specifically. The SAND domain has been proposed to mediate the DNA bindin!</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SANDDomainTF -->

    <owl:Class rdf:about="#SANDDomainTF">
        <rdfs:label xml:lang="en"
            >SAND domain transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#SANDDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing SAND domain</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SMAD_NF1 -->

    <owl:Class rdf:about="#SMAD_NF1">
        <rdfs:label xml:lang="en"
            >SMAD NF-1  transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#SMAD_NF1Domain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing SMAD NF-1 domain</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SMAD_NF1Domain -->

    <owl:Class rdf:about="#SMAD_NF1Domain">
        <rdfs:label xml:lang="en"
            >SMAD NF 1 domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#SMAD_NF1"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Two DNA binding domains (SMAD and NF1) sharing structural similarity. The SMAD (MH2) domain consists of a sandwich of eleven beta strands in two sheets with Greek key topology. SMAD proteins mediate signaling by the TGF-beta/activin/BMP-2/4 cytokines from receptor Ser/Thr protein kinases at the cell surface to the nucleus. Nuclear factor 1 (NF-1; or CCAAT box-binding transcription factor, CTF) is found in a family of vertebrate nuclear proteins which recognize and bind, as dimers, the palindromic DNA sequence 5&#39;-TGGCANNNTGCCA-3&#39;. The NF-1 proteins have been implicated as regulators of diverse biological processes such as adenovirus replication and transcription of TGF-responsive genes. (modified from [InterPro: IPR008984, IPR000647])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SPhase -->

    <owl:Class rdf:about="#SPhase">
        <rdfs:label xml:lang="en">S-phase</rdfs:label>
        <rdfs:subClassOf rdf:resource="#CellCyclePhase"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Interphase"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference
            >GO:0051320 S phase</reference>
        <definition
            >A cell cycle process comprising the steps by which a cell progresses through S phase, the part of the cell cycle during which DNA synthesis takes place. [GO:0051320]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SS_SIRNA -->

    <owl:Class rdf:about="#SS_SIRNA">
        <rdfs:label xml:lang="en">ss siRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#SmallInterferingRNA"/>
        <definition
            >Single-stranded siRNA.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#STAT -->

    <owl:Class rdf:about="#STAT">
        <rdfs:label xml:lang="en">STAT</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#STATTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The structurally and functionally conserved domains shared by the STAT proteins including: an N-terminal domain that strengthens interactions between STAT dimers on adjacent DNA-binding sites; a coiled-coil STAT domain that is implicated in protein-protein interactions; a DNA-binding domain with an immunoglobulin-like fold similar to p53 tumour suppressor protein; an EF-hand-like linker domain connecting the DNA-binding and SH2 domains; an SH2 domain that acts as a phosphorylation-dependent switch to control receptor recognition and DNA-binding; and a C-terminal transactivation domain. (modified from [InterPro:IPR013801]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#STATTF -->

    <owl:Class rdf:about="#STATTF">
        <rdfs:label xml:lang="en"
            >STAT  transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#STAT"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The STAT protein (Signal Transducers and Activators of Transcription) family contains transcription factors that are specifically activated to regulate gene transcription when cells encounter cytokines and growth factors, hence they act as signal transducers in the cytoplasm and transcription activators in the nucleus. Binding of these factors to cell-surface receptors leads to receptor autophosphorylation at a tyrosine, the phosphotyrosine being recognised by the STAT SH2 domain, which mediates the recruitment of STAT proteins from the cytosol and their association with the activated receptor. The STAT proteins are then activated by phosphorylation via members of the JAK family of protein kinases, causing them to dimerise and translocated to the nucleus, where they bind to specific promoter sequences in target genes. In mammals, STATs comprise a family of seven structurally and functionally related proteins: Stat1, Stat2, Stat3, Stat4, Stat5a and Stat5b, Stat6. STAT p!</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SecondMessenger -->

    <owl:Class rdf:about="#SecondMessenger">
        <rdfs:label xml:lang="en"
            >second messenger</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chemical"/>
        <reference rdf:datatype="&xsd;string"
            >IMR:0100022 second messenger</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SelenocysteineIncorporation -->

    <owl:Class rdf:about="#SelenocysteineIncorporation">
        <rdfs:label xml:lang="en"
            >selenocysteine incorporation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranslationalReadthrough"/>
        <definition
            >The incorporation of selenocysteine into a peptide; uses a special tRNA that recognizes the UGA codon as selenocysteine, rather than as a termination codon. Selenocysteine is synthesized from serine before its incorporation; it is not a posttranslational modification of peptidyl-cysteine. [GO:0001514]</definition>
        <reference
            >GO:0001514 selenocysteine incorporation</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Sequence -->

    <owl:Class rdf:about="#Sequence">
        <rdfs:label xml:lang="en">sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PrimaryStructure"/>
        <definition rdf:datatype="&xsd;string"
            >The order of nucleotides in RNA or DNA or of amino acids in a polypeptide. [http://www.plantpath.cornell.edu/glossary/Defs_S.htm]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SequenceHomologyAnalysis -->

    <owl:Class rdf:about="#SequenceHomologyAnalysis">
        <rdfs:label xml:lang="en"
            >sequence homology analysis</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
        <definition rdf:datatype="&xsd;string"
            >An analytic procedure that compares the similarity of a sequence with other sequences.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SigmaFactor -->

    <owl:Class rdf:about="#SigmaFactor">
        <rdfs:label xml:lang="en">sigma factor</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Protein"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasFunction"/>
                        <owl:someValuesFrom rdf:resource="#SigmaFactorActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >A sigma factor is the promoter specificity subunit of eubacterial-type multisubunit RNA polymerases, those whose core subunit composition is often described as alpha(2)-beta-beta-prime. (This type of multisubunit RNA polymerase complex is known to be found in eubacteria and plant plastids). Although sigma does not bind DNA on its own, when combined with the core to form the holoenzyme, this binds specifically to promoter sequences, with the sigma factor making sequence specific contacts with the promoter elements. The sigma subunit is released from the elongating form of the polymerase and is thus free to act catalytically for multiple RNA polymerase core enzymes. [GO:0016987]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SigmaFactorActivity -->

    <owl:Class rdf:about="#SigmaFactorActivity">
        <rdfs:label rdf:datatype="&xsd;string"
            >sigma factor activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRegulatorActivity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#SigmaFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Activity of a sigma factor. A sigma factor is the promoter specificity subunit of eubacterial-type multisubunit RNA polymerases, those whose core subunit composition is often described as alpha(2)-beta-beta-prime. (This type of multisubunit RNA polymerase complex is known to be found in eubacteria and plant plastids). Although sigma does not bind DNA on its own, when combined with the core to form the holoenzyme, this binds specifically to promoter sequences, with the sigma factor making sequence specific contacts with the promoter elements. The sigma subunit is released from the elongating form of the polymerase and is thus free to act catalytically for multiple RNA polymerase core enzymes. [GO:0016987]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0016987 sigma factor activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SigmaFactorAntagonistActivity -->

    <owl:Class rdf:about="#SigmaFactorAntagonistActivity">
        <rdfs:label xml:lang="en"
            >sigma factor antagonist activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRegulatorActivity"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0016989 sigma factor antagonist activity</reference>
        <definition rdf:datatype="&xsd;string"
            >The function of binding to a sigma factor and stopping, preventing or reducing the rate of its transcriptional activity. [GO:0016989]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SignalingPathway -->

    <owl:Class rdf:about="#SignalingPathway">
        <rdfs:label xml:lang="en"
            >signaling pathway</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Pathway"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0007165 signal transduction</reference>
        <definition rdf:datatype="&xsd;string"
            >The cascade of processes by which a signal interacts with a receptor, causing a change in the level or activity of a second messenger or other downstream target, and ultimately effecting a change in the functioning of the cell. [GO:0007165]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Silencer -->

    <owl:Class rdf:about="#Silencer">
        <rdfs:label xml:lang="en">silencer</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#BindingOfTranscriptionRepressorToSilencer"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Combination of short DNA sequence elements which suppress the transcription of an adjacent gene or genes. [SO:0000625, http://www.brunel.ac.uk/depts/bio/project/old_hmg/gloss3.htm]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000625 silencer</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Silencing -->

    <owl:Class rdf:about="#Silencing">
        <rdfs:label xml:lang="en">silencing</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Inhibition"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SingleStrandDNA -->

    <owl:Class rdf:about="#SingleStrandDNA">
        <rdfs:label xml:lang="en"
            >single strand DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#UnpackedDNA"/>
        <definition rdf:datatype="&xsd;string"
            >DNA that consists of only one chain of nucleotides rather than the two base pairing strands found in DNA in the double helix form. Parvoviridae have a single stranded DNA genome. Single stranded DNA can be produced experimentally by rapidly cooling heat denatured DNA. Heating causes the strands to separate and rapid cooling prevents renaturation. [http://www.biology-online.org/dictionary/Single_stranded_dna]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SmallInterferingRNA -->

    <owl:Class rdf:about="#SmallInterferingRNA">
        <rdfs:label xml:lang="en">siRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NcRNA"/>
        <definition
            >A small RNA molecule that is the product of a longer exogenous or endogenous dsRNA, which is either a bimolecular duplex or very long hairpin, processed (via the Dicer pathway) such that numerous siRNAs accumulate from both strands of the dsRNA. SRNAs trigger the cleavage of their target molecules. [SO:0000646]</definition>
        <reference
            >SO:0000646 siRNA</reference>
        <synonym xml:lang="en"
            >small interfering RNA</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Solution -->

    <owl:Class rdf:about="#Solution">
        <rdfs:label xml:lang="en">solution</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >A solution is a homogeneous mixture composed of two or more substances. In such a mixture, a solute is dissolved in another substance, known as a solvent. [http://en.wikipedia.org/wiki/Solution]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Solvent -->

    <owl:Class rdf:about="#Solvent">
        <rdfs:label xml:lang="en">solvent</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >A substance (usually a liquid) that dissolves other substances to form a solution</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Spacer -->

    <owl:Class rdf:about="#Spacer">
        <rdfs:label xml:lang="en">spacer</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >A region placed between two or more pieces of sequence features (e.g. genes).</definition>
        <protege:todoProperty rdf:datatype="&xsd;string"
            >Provides flexibility needed for communication between DNA bound proteins. Not recognized by gene regulatory proteins.</protege:todoProperty>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#SpliceEnhancer -->

    <owl:Class rdf:about="#SpliceEnhancer">
        <rdfs:label xml:lang="en">splice enhancer</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >Region of a transcript that regulates splicing. [SO:0000344]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000344 splice enhancer</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Spliceosome -->

    <owl:Class rdf:about="#Spliceosome">
        <rdfs:label xml:lang="en">spliceosome</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexOfProteinAndRNA"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Nucleus"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference
            >IMR:0000932 spliceosome</reference>
        <definition
            >The splicing reaction is carried out by the spliceosome, which consists of five small nuclear ribonucleoprotein complexes U1, U2, U4, U5 and U6 snRNPs and a large number of non-snRNP proteins. [IMR:0000932]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Splicing -->

    <owl:Class rdf:about="#Splicing">
        <rdfs:label xml:lang="en">splicing</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
        <definition
            >The process of removing sections of the sequences of a precursor RNA or protein, and joining the remaining sections to form the mature form of RNA or protein.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Stabilization -->

    <owl:Class rdf:about="#Stabilization">
        <rdfs:label xml:lang="en">stabilization</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfStability"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Starvation -->

    <owl:Class rdf:about="#Starvation">
        <rdfs:label xml:lang="en">starvation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysiologicalProcess"/>
        <definition
            >Lengthy and continuous deprivation of food. (Stedman, 25th ed) [MeSH: D013217]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Stimulon -->

    <owl:Class rdf:about="#Stimulon">
        <rdfs:label xml:lang="en">stimulon</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionOfStimulonGenes"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A set of genes/proteins under regulation by the same stimulus</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Stress -->

    <owl:Class rdf:about="#Stress">
        <rdfs:label xml:lang="en">stress</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <definition
            >MSH2003_2003_05_12A pathological process resulting from the reaction of the body to external forces and abnormal conditions that tend to disturb the organism&#39;s homeostasis.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#StructuralDomainOfTranscriptionActivator -->

    <owl:Class rdf:about="#StructuralDomainOfTranscriptionActivator">
        <rdfs:label xml:lang="en"
            >structural domain of transcription activator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinDomain"/>
        <definition rdf:datatype="&xsd;string"
            >A compact, globular sub-structure of a transcription activator.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#StructuralDomainOfTranscriptionRepressor -->

    <owl:Class rdf:about="#StructuralDomainOfTranscriptionRepressor">
        <rdfs:label xml:lang="en"
            >structural domain of transcription repressor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinDomain"/>
        <definition rdf:datatype="&xsd;string"
            >A compact, globular sub-structure of a transcription repressor.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Substrate -->

    <owl:Class rdf:about="#Substrate">
        <rdfs:label xml:lang="en">substrate</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >A molecule upon which an enzyme acts. Enzymes catalyze chemical reactions involving the substrate(s). The substrate binds with the enzyme&#39;s active site, and an enzyme-substrate complex is formed. The substrate is broken down into a product and is released from the active site. The active site is now free to accept another substrate molecule. [http://en.wikipedia.org/wiki/Substrate_%28biochemistry%29]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TATAbox -->

    <owl:Class rdf:about="#TATAbox">
        <rdfs:label xml:lang="en">TATA box</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#EukaryoticRNAPolymerasePromoter"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#fromSpecies"/>
                <owl:someValuesFrom rdf:resource="#Eukaryote"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A DNA sequence (cis-regulatory element) found in the promoter region of most genes in eukaryotes (also called Goldberg-Hogness box). Considered to be the core promoter sequence, it is the binding site of either transcription factors or histones (the binding of a transcription factor blocks the binding of a histone and vice versa) and is involved in the process of transcription by RNA polymerase. It has the core DNA sequence 5&#39;-TATAAA-3&#39; or a variant, which is usually followed by three or more adenine bases. The TATA box is usually located 25 base pairs upstream to the transcription site. (modified from [http://en.wikipedia.org/wiki/TATA_box])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TBP -->

    <owl:Class rdf:about="#TBP">
        <rdfs:label xml:lang="en"
            >TATA-binding protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TBPDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <synonym rdf:datatype="&xsd;string">TBP</synonym>
        <definition rdf:datatype="&xsd;string"
            >The TATA-box binding protein (TBP) is required for the initiation of transcription by RNA polymerases I, II and III, from promoters with or without a TATA box. TBP associates with a host of factors, including the general transcription factors TFIIA, -B, -D, -E, and -H, to form huge multi-subunit pre-initiation complexes on the core promoter. Through its association with different transcription factors, TBP can initiate transcription from different RNA polymerases. There are several related TBPs, including TBP-like (TBPL) proteins. The C-terminal core of TBP (~180 residues) is highly conserved and contains two 77-amino acid repeats that produce a saddle-shaped structure that straddles the DNA; this region binds to the TATA box and interacts with transcription factors and regulatory proteins. By contrast, the N-terminal region varies in both length and sequence. [InterPro: IPR000814]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TBPDomain -->

    <owl:Class rdf:about="#TBPDomain">
        <rdfs:label xml:lang="en">TBP domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#TBP"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain within TATA-box binding proteins.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TBoxDomain -->

    <owl:Class rdf:about="#TBoxDomain">
        <rdfs:label xml:lang="en">T box domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <definition rdf:datatype="&xsd;string"
            >A domain defined as the minimal region within the T-box protein that is both necessary and sufficient for sequence-specific DNA binding, all members of the family bind to the DNA consensus sequence TCACACCT. Transcription factors of the T-box family are required both for early cell-fate decisions, such as those necessary for formation of the basic vertebrate body plan, and for differentiation and organogenesis. (modified from [InterPro:IPR001699]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TEADomain -->

    <owl:Class rdf:about="#TEADomain">
        <rdfs:label xml:lang="en">TEA domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#TEADomainTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain containing a DNA-binding region of 66-68 amino acids. The TEA/ATTS domain is found in the N-termini of certain gene regulatory proteins, such as the Simian virus 40 (SV40) enhancer factor TEF-1, yeast trans-acting factor TEC-1 (which is required for TY1 enhancer activity), and the Aspergillus abaA regulatory gene product. SV40 and retroviral enhancers, and those to which TEF-1, TEC-1 and abaA proteins bind, contain GT-IIC sites: the TEA/ATTS domain may therefore recognise and bind such sites. (modified from [InterPro:IPR000818])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TEADomainTF -->

    <owl:Class rdf:about="#TEADomainTF">
        <rdfs:label xml:lang="en"
            >TEA domain transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TEADomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Transcriptional enhancer activators are nuclear proteins that contain a TEA/ATTS domain, a DNA-binding region of 66-68 amino acids. The TEA/ATTS domain is found in the N-termini of certain gene regulatory proteins, such as the Simian virus 40 (SV40) enhancer factor TEF-1, yeast trans-acting factor TEC-1 (which is required for TY1 enhancer activity), and the Aspergillus abaA regulatory gene product. SV40 and retroviral enhancers, and those to which TEF-1, TEC-1 and abaA proteins bind, contain GT-IIC sites: the TEA/ATTS domain may therefore recognise and bind such sites. Secondary structure predictions suggest the presence of 3 helices, but have not confirmed the presence of the helix-turn-helix motif characteristic of many DNA-binding proteins: DNA-binding may therefore be effected by a different mechanism. [InterPro: IPR000818]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TFBindingSiteOfProtein -->

    <owl:Class rdf:about="#TFBindingSiteOfProtein">
        <rdfs:label xml:lang="en"
            >TF binding site of protein</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinBindingSiteOfProtein"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#BindingOfTFToTFBindingSiteOfProtein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A region on a protein that forms a chemical bond with one or more transcription factors.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TFModule -->

    <owl:Class rdf:about="#TFModule">
        <rdfs:label xml:lang="en">TF module</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Temperature -->

    <owl:Class rdf:about="#Temperature">
        <rdfs:label xml:lang="en">temperature</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >A degree of hotness or coldness the can be measured using a thermometer. Temperature is measured in degrees on the Fahrenheit, Celsius, and Kelvin scales. [http://eo.ucar.edu/webweather/glossary.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TemporalQuality -->

    <owl:Class rdf:about="#TemporalQuality">
        <rdfs:label xml:lang="en"
            >temporal quality</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Quality"/>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Terminator -->

    <owl:Class rdf:about="#Terminator">
        <rdfs:label xml:lang="en">terminator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <reference rdf:datatype="&xsd;string"
            >SO:0000141 terminator</reference>
        <definition rdf:datatype="&xsd;string"
            >The sequence of DNA located either at the end of the transcript that causes RNA polymerase to terminate transcription. [SO:0000141, http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ThreeDimensionalMolecularStructure -->

    <owl:Class rdf:about="#ThreeDimensionalMolecularStructure">
        <rdfs:label xml:lang="en"
            >three dimensional molecular structure</rdfs:label>
        <rdfs:subClassOf rdf:resource="#MolecularStructure"/>
        <definition rdf:datatype="&xsd;string"
            >3D structure of a molecule</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Tissue -->

    <owl:Class rdf:about="#Tissue">
        <rdfs:label xml:lang="en">tissue</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Organism"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#Cell"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A group of similar cells, specialized to perform a particular function (or functions). Examples of tissue include, heart mucslce, skin, bone etc.[http://medicineworld.org/cancer/descriptions.html]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TransActing_SIRNA -->

    <owl:Class rdf:about="#TransActing_SIRNA">
        <rdfs:label xml:lang="en"
            >trans-acting siRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#SmallInterferingRNA"/>
        <definition
            >A form of small interfering RNA (siRNA) that represses gene expression through post-transcriptional gene silencing in land plants. It is transcribed from the genome to form a polyadenylated, double-stranded precursor. Unlike other siRNAs, but like microRNA, ta-siRNA does not require full complementarity to its target RNA to have an effect. [http://en.wikipedia.org/wiki/Trans-acting_siRNA]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Transcript -->

    <owl:Class rdf:about="#Transcript">
        <rdfs:label xml:lang="en">transcript</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAMolecule"/>
        <definition rdf:datatype="&xsd;string"
            >An RNA synthesized on a DNA or RNA template by an RNA polymerase. [SO:0000673]</definition>
        <reference rdf:datatype="&xsd;string"
            >SO:0000673 transcript</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Transcription -->

    <owl:Class rdf:about="#Transcription">
        <rdfs:label xml:lang="en">transcription</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNABiosynthesis"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#RNAElongation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionTermination"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionInitiation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#resultsIn"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom>
                    <owl:Class>
                        <owl:unionOf rdf:parseType="Collection">
                            <rdf:Description rdf:about="#Gene"/>
                            <rdf:Description rdf:about="#Operon"/>
                            <rdf:Description rdf:about="#Regulon"/>
                            <rdf:Description rdf:about="#Stimulon"/>
                        </owl:unionOf>
                    </owl:Class>
                </owl:someValuesFrom>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#GeneExpression"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006350 transcription</reference>
        <definition rdf:datatype="&xsd;string"
            >The synthesis of either RNA on a template of DNA or DNA on a template of RNA. [GO:0006350]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionActivator -->

    <owl:Class rdf:about="#TranscriptionActivator">
        <rdfs:label xml:lang="en"
            >transcription activator</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#PositiveTranscriptionRegulator"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasFunction"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionActivatorActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#StructuralDomainOfTranscriptionActivator"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:comment rdf:datatype="&xsd;string"></rdfs:comment>
        <definition rdf:datatype="&xsd;string"
            >A transcription regulator required for initiation of transcription.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionActivatorActivity -->

    <owl:Class rdf:about="#TranscriptionActivatorActivity">
        <rdfs:label xml:lang="en"
            >transcription activator activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRegulatorActivity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionActivator"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any transcription regulator activity required for initiation or upregulation of transcription. [GO:0016563]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0016563 transcription activator activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionCoactivator -->

    <owl:Class rdf:about="#TranscriptionCoactivator">
        <rdfs:label xml:lang="en"
            >transcription coactivator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionActivator"/>
        <rdfs:subClassOf rdf:resource="#TranscriptionCofactor"/>
        <definition rdf:datatype="&xsd;string"
            >A transcription cofactor that activates transcription from a RNA polymerase II promoter; it does not bind DNA itself. (modified from [GO:0003713])</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003713 transcription coactivator activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionCofactor -->

    <owl:Class rdf:about="#TranscriptionCofactor">
        <rdfs:label xml:lang="en"
            >transcription cofactor</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#TranscriptionRegulator"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasFunction"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionCofactorActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TFBindingSiteOfProtein"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor that binds to other transcription factors / the core RNA polymerase II complex but does not bind DNA itself.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionCofactorActivity -->

    <owl:Class rdf:about="#TranscriptionCofactorActivity">
        <rdfs:label xml:lang="en"
            >transcription cofactor activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRegulatorActivity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionCofactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0003712 transcription cofactor activity</reference>
        <definition rdf:datatype="&xsd;string"
            >The function that links a sequence-specific transcription factor to the core RNA polymerase II complex but does not bind DNA itself. [GO:0003712]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionCorepressor -->

    <owl:Class rdf:about="#TranscriptionCorepressor">
        <rdfs:label xml:lang="en"
            >transcription corepressor</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#TranscriptionCofactor"/>
                    <rdf:Description rdf:about="#TranscriptionRepressor"/>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >A transcription cofactor that represses transcription from a RNA polymerase II promoter; it does not bind DNA itself. (modified from [GO:0003714])</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0003714 transcription corepressor activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionDNADependent -->

    <owl:Class rdf:about="#TranscriptionDNADependent">
        <rdfs:label xml:lang="en"
            >transcription DNA-dependent</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Transcription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#DNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"></reference>
        <definition rdf:datatype="&xsd;string"
            >The synthesis of RNA on a template of DNA. [GO:0006351]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionDuringRNA-mediatedTransposition -->

    <owl:Class rdf:about="#TranscriptionDuringRNA-mediatedTransposition">
        <rdfs:label xml:lang="en"
            >transcription during RNA-mediated transposition</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRNADependent"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionRNADependent"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasParticipant"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0032199 transcription during RNA-mediated transposition</reference>
        <definition rdf:datatype="&xsd;string"
            >The synthesis of DNA from an RNA transposon intermediate. [GO:0032199]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionFactor -->

    <owl:Class rdf:about="#TranscriptionFactor">
        <rdfs:label xml:lang="en"
            >transcription factor</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#TranscriptionRegulator"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasFunction"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionFactorActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor that binds to a specific DNA sequence in order to modulate transcription. The transcription factor may or may not also interact selectively with a protein (other transcription factors of cofactors) or protein or macromolecular complex. (modified from [GO:0003700])</definition>
        <synonym rdf:datatype="&xsd;string"
            >gene regulatory protein</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionFactorActivity -->

    <owl:Class rdf:about="#TranscriptionFactorActivity">
        <rdfs:label xml:lang="en"
            >transcription factor activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRegulatorActivity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0003700 transcription factor activity</reference>
        <definition rdf:datatype="&xsd;string"
            >The function of binding to a specific DNA sequence in order to modulate transcription. The transcription factor may or may not also interact selectively with a protein or macromolecular complex. [GO:0003700]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionFactorBindingSiteOfDNA -->

    <owl:Class rdf:about="#TranscriptionFactorBindingSiteOfDNA">
        <rdfs:label xml:lang="en"
            >transcription factor binding site of DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinBindingSiteOfDNA"/>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#patientOf"/>
                <owl:someValuesFrom rdf:resource="#BindingOfTFToTFBindingSiteOfDNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A region on DNA that specifically forms a chemical bond with one or more transcription factors.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionFactorComplex -->

    <owl:Class rdf:about="#TranscriptionFactorComplex">
        <rdfs:label xml:lang="en"
            >transcription factor complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexMolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:onClass rdf:resource="#TranscriptionRegulator"/>
                <owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#TranslationInitiationComplex"/>
        <definition rdf:datatype="&xsd;string"
            >Any protein group composed of two or more transcription factors.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionInitiation -->

    <owl:Class rdf:about="#TranscriptionInitiation">
        <rdfs:label xml:lang="en"
            >transcription initiation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Transcription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <synonym rdf:datatype="&xsd;string"></synonym>
        <reference rdf:datatype="&xsd;string"
            >GO:0006352 transcription initiation</reference>
        <definition rdf:datatype="&xsd;string"
            >Processes involved in the assembly of the RNA polymerase complex at the promoter region of a DNA template resulting in the subsequent synthesis of RNA from that promoter. [GO:0006352]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionInitiationComplex -->

    <owl:Class rdf:about="#TranscriptionInitiationComplex">
        <rdfs:label xml:lang="en"
            >transcription initiation complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexMolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#DNARegion"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <owl:disjointWith rdf:resource="#TranslationInitiationComplex"/>
        <definition rdf:datatype="&xsd;string"
            >The completed assembly of transcription factors and RNA polymerase binding to the promoter.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionOfGene -->

    <owl:Class rdf:about="#TranscriptionOfGene">
        <rdfs:label xml:lang="en"
            >transcription of gene</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Transcription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Gene"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006350 transcription</reference>
        <definition rdf:datatype="&xsd;string"
            >The synthesis of either RNA on a template of DNA or DNA on a template of RNA. [GO:0006350]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionOfOperon -->

    <owl:Class rdf:about="#TranscriptionOfOperon">
        <rdfs:label xml:lang="en"
            >transcription of operon</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Transcription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Operon"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The synthesis of RNA on a DNA template of operon.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionOfRegulonGenes -->

    <owl:Class rdf:about="#TranscriptionOfRegulonGenes">
        <rdfs:label xml:lang="en"
            >transcription of regulon genes</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Transcription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Regulon"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The synthesis of RNA on the template of regulon genes.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionOfStimulonGenes -->

    <owl:Class rdf:about="#TranscriptionOfStimulonGenes">
        <rdfs:label xml:lang="en"
            >transcription of stimulon genes</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Transcription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#Stimulon"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The synthesis of RNA on the template of stimulon genes.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionRNADependent -->

    <owl:Class rdf:about="#TranscriptionRNADependent">
        <rdfs:label xml:lang="en"
            >transcription RNA-dependent</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Transcription"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionDuringRNA-mediatedTransposition"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006410 transcription RNA-dependent</reference>
        <definition rdf:datatype="&xsd;string"
            >The synthesis of DNA on a template of RNA. [GO:0006410]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionRegulator -->

    <owl:Class rdf:about="#TranscriptionRegulator">
        <rdfs:label xml:lang="en"
            >transcription regulator</rdfs:label>
        <owl:equivalentClass>
            <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                    <rdf:Description rdf:about="#Protein"/>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasFunction"/>
                        <owl:someValuesFrom rdf:resource="#TranscriptionRegulatorActivity"/>
                    </owl:Restriction>
                </owl:intersectionOf>
            </owl:Class>
        </owl:equivalentClass>
        <rdfs:subClassOf rdf:resource="#GeneExpressionRegulator"/>
        <definition rdf:datatype="&xsd;string"
            >Protein that has transcription regulator activity.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionRegulatorActivity -->

    <owl:Class rdf:about="#TranscriptionRegulatorActivity">
        <rdfs:label xml:lang="en"
            >transcription regulator activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#GeneProductFunction"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionRegulator"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0030528 transcription regulator activity</reference>
        <definition rdf:datatype="&xsd;string"
            >Plays a role in regulating transcription; may bind a promoter or enhancer DNA sequence or interact with a DNA-binding transcription factor. [GO:0030528]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionRepressor -->

    <owl:Class rdf:about="#TranscriptionRepressor">
        <rdfs:label xml:lang="en"
            >transcription repressor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NegativeTranscriptionRegulator"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasFunction"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionRepressorActivity"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#StructuralDomainOfTranscriptionRepressor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any transcription regulator that prevents or downregulates transcription.</definition>
        <synonym rdf:datatype="&xsd;string"
            >transcription inhibitor</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionRepressorActivity -->

    <owl:Class rdf:about="#TranscriptionRepressorActivity">
        <rdfs:label xml:lang="en"
            >transcription repressor activity</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranscriptionRegulatorActivity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#functionOf"/>
                <owl:someValuesFrom rdf:resource="#TranscriptionRepressor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >Any transcription regulator activity that prevents or downregulates transcription. [GO:0016564]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0016564 transcription repressor activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionTermination -->

    <owl:Class rdf:about="#TranscriptionTermination">
        <rdfs:label xml:lang="en"
            >transcription termination</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Transcription"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006353 transcription termination</reference>
        <definition rdf:datatype="&xsd;string"
            >The process by which transcription is completed; the formation of phosphodiester bonds ceases, the RNA-DNA hybrid dissociates, and RNA polymerase releases the DNA. [GO:0006353]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranscriptionalAttenuation -->

    <owl:Class rdf:about="#TranscriptionalAttenuation">
        <rdfs:label xml:lang="en"
            >transcriptional attenuation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranscription"/>
        <definition
            >Regulation of transcription through variation in where transcription termination occurs. [GO:0031555]</definition>
        <reference
            >GO:0031555 transcriptional attenuation</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Translation -->

    <owl:Class rdf:about="#Translation">
        <rdfs:label xml:lang="en">translation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ProteinBiosynthesis"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranslationTermination"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranslationInitiation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#GeneExpression"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranslationElongation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006412 translation</reference>
        <definition rdf:datatype="&xsd;string"
            >The chemical reactions and pathways resulting in the formation of a protein. This is a ribosome-mediated process in which the information in messenger RNA (mRNA) is used to specify the sequence of amino acids in the protein. [GO:0006412]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationElongation -->

    <owl:Class rdf:about="#TranslationElongation">
        <rdfs:label xml:lang="en"
            >translation elongation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Elongation"/>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Translation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006414 translational elongation</reference>
        <definition rdf:datatype="&xsd;string"
            >The successive addition of amino acid residues to a nascent polypeptide chain during protein biosynthesis. [GO:0006414]</definition>
        <definition
            >The successive addition of amino acid residues to a nascent polypeptide chain during protein biosynthesis. [GO:0006414]</definition>
        <reference
            >GO:0006414 translational elongation</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationFactor -->

    <owl:Class rdf:about="#TranslationFactor">
        <rdfs:label xml:lang="en"
            >translation factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#TranslationRegulator"/>
        <definition rdf:datatype="&xsd;string"
            >Any of a group of proteins involved in the initiation, activation, perpetuation, repression or termination of polypeptide synthesis at the ribosome.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationInitiation -->

    <owl:Class rdf:about="#TranslationInitiation">
        <rdfs:label xml:lang="en"
            >translation initiation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Translation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006413 translational initiation</reference>
        <definition rdf:datatype="&xsd;string"
            >The process preceding formation of the peptide bond between the first two amino acids of a protein. This includes the formation of a complex of the ribosome, mRNA, and an initiation complex that contains the first aminoacyl-tRNA. [GO:0006413]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationInitiationComplex -->

    <owl:Class rdf:about="#TranslationInitiationComplex">
        <rdfs:label xml:lang="en"
            >translation initiation complex</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ComplexMolecularEntity"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#RNA"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TranslationFactor"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0003743 translation initiation factor activity; IMR:0000901 translation initiation factor</reference>
        <definition rdf:datatype="&xsd;string"
            >The protein complex that initiates ribosome-mediated translation of mRNA into a polypeptide (modified from [GO:0003743]).</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationRegulator -->

    <owl:Class rdf:about="#TranslationRegulator">
        <rdfs:label xml:lang="en"
            >translation regulator</rdfs:label>
        <rdfs:subClassOf rdf:resource="#GeneExpressionRegulator"/>
        <definition rdf:datatype="&xsd;string"
            >Any substance involved in the initiation, activation, perpetuation, repression or termination of polypeptide synthesis at the ribosome (modified from [GO:0045182]).</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0045182 translation regulator activity</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationTermination -->

    <owl:Class rdf:about="#TranslationTermination">
        <rdfs:label xml:lang="en"
            >translation termination</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#Translation"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006415 translational termination</reference>
        <definition rdf:datatype="&xsd;string"
            >The process resulting in the release of a polypeptide chain from the ribosome, usually in response to a termination codon (UAA, UAG, or UGA in the universal genetic code). [GO:0006415]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationalAttenuation -->

    <owl:Class rdf:about="#TranslationalAttenuation">
        <rdfs:label xml:lang="en"
            >translational attenuation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranslation"/>
        <definition
            >Translational attenuation is a regulatory mechanism analogous to ribosome-mediated transcriptional attenuation. The system requires the presence of a short ORF, called a leader peptide, encoded in the mRNA upstream of the ribosome-binding site and start codon of the gene whose translation is to be regulated. Certain conditions, such as presence of the antibiotic tetracycline in bacteria or amino acid starvation, may cause slowing or stalling of the ribosome translating the leader peptide. The stalled ribosome masks a region of the mRNA and affects which of two alternative mRNA folded structures will form, therefore controlling whether or not a ribosome will bind and initiate translation of the downstream gene. Translational attenuation is analogous to ribosome-mediated transcriptional attenuation, in which mRNA remodeling caused by ribosome stalling regulates transcriptional termination rather than translational initiation. [GO:0031555]</definition>
        <reference
            >GO:0031555 translational attenuation</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationalFrameshifting -->

    <owl:Class rdf:about="#TranslationalFrameshifting">
        <rdfs:label xml:lang="en"
            >translational frameshifting</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranslation"/>
        <reference
            >GO:0006452 translational frameshifting</reference>
        <definition
            >A mechanism whereby different proteins may result from a single mRNA molecule, due to a change in the parsing of three nucleotides per codon relative to an initiating AUG codon. [GO:0006452]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TranslationalReadthrough -->

    <owl:Class rdf:about="#TranslationalReadthrough">
        <rdfs:label xml:lang="en"
            >translational readthrough</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulationOfTranslation"/>
        <rdfs:subClassOf rdf:resource="#TranslationElongation"/>
        <reference
            >GO:0006451 translational readthrough</reference>
        <definition
            >The continuation of translation beyond a stop codon by the use of a special tRNA that recognizes the UAG and UGA codons as modified amino acids, rather than as termination codons. [GO:0006451]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Transport -->

    <owl:Class rdf:about="#Transport">
        <rdfs:label xml:lang="en">transport</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Localization"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPatient"/>
                <owl:someValuesFrom rdf:resource="#PhysicalContinuant"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasAgent"/>
                <owl:someValuesFrom rdf:resource="#PhysicalContinuant"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <reference rdf:datatype="&xsd;string"
            >GO:0006810 transport</reference>
        <definition rdf:datatype="&xsd;string"
            >The directed movement of substances (such as macromolecules, small molecules, ions) into, out of, within or between cells.[GO:0006810]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Transposition -->

    <owl:Class rdf:about="#Transposition">
        <rdfs:label xml:lang="en">transposition</rdfs:label>
        <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
        <definition rdf:datatype="&xsd;string"
            >Any process involved in mediating the movement of discrete segments of DNA between nonhomolgous sites. [GO:0032196]</definition>
        <reference rdf:datatype="&xsd;string"
            >GO:0032196 transposition</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TryptophanCluster -->

    <owl:Class rdf:about="#TryptophanCluster">
        <rdfs:label xml:lang="en"
            >tryptophan cluster</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#TryptophanClusterTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A region comprising several tryptophan residues with a spacing of 12-21 amino acid residues; the subclass of myb-type DNA-binding domains typically exhibit a spacing of 19-21 amino acid residues. All IRF family members, except IRF-1 and IRF-2, contain conserved IAD, IRF association domain that is responsible for protein-protein interactions with other IRF family members or with Ets factor PU.1 and/or bHLH factor E47. (modified from [TRANSFAC:C0022])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TryptophanClusterTF -->

    <owl:Class rdf:about="#TryptophanClusterTF">
        <rdfs:label xml:lang="en"
            >tryptophan cluster transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#TryptophanCluster"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing tryptophan cluster.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#TwoComponentRegulatorySystem -->

    <owl:Class rdf:about="#TwoComponentRegulatorySystem">
        <rdfs:label rdf:datatype="&xsd;string"
            >two-component regulatory system</rdfs:label>
        <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
        <definition rdf:datatype="&xsd;string"
            >System of proteins and other molecular entities responding to environmental changes. Characterized usually by first a sensor kinase in the cell membrane that phosphorylates itself in response to a signal and, second, a response regulator to which the phosphoryl group is transferred. The responder is typically a DNA-binding protein that regulates transcription. Several of these systems are quite complex, involving many proteins in a signaling cascade or contributing to several responses simultaneously. They are involved in a variety processes such as chemotaxis, osmoregulation, magnesium transport, pH tolerance, sporulation, or response of virulent species to host cell&#39;s environments.</definition>
        <synonym rdf:datatype="&xsd;string"
            >phospho-relay system</synonym>
        <synonym rdf:datatype="&xsd;string"
            >phosphorelay system</synonym>
        <synonym rdf:datatype="&xsd;string"
            >two-component sensory transduction system</synonym>
        <synonym rdf:datatype="&xsd;string"
            >two-component signal transduction system</synonym>
        <synonym rdf:datatype="&xsd;string"
            >two-component system</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#UnpackedDNA -->

    <owl:Class rdf:about="#UnpackedDNA">
        <rdfs:label xml:lang="en">unpacked DNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
        <definition rdf:datatype="&xsd;string"
            >The DNA that is unpacked from the loosen chromatin and hence get easy access to various enzymes like DNA polymerase or RNA polymerase in replication or transcription of gene.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#UpstreamRegulatorySequence -->

    <owl:Class rdf:about="#UpstreamRegulatorySequence">
        <rdfs:label xml:lang="en"
            >upstream regulatory sequence</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
        <definition rdf:datatype="&xsd;string"
            >A sequence located in the upstream region of a gene that controls the rate or manner in which the gene is expressed.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Virus -->

    <owl:Class rdf:about="#Virus">
        <rdfs:label xml:lang="en">virus</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Organism"/>
        <rdfs:subClassOf>
            <owl:Class>
                <owl:complementOf>
                    <owl:Restriction>
                        <owl:onProperty rdf:resource="#hasPart"/>
                        <owl:someValuesFrom rdf:resource="#Cell"/>
                    </owl:Restriction>
                </owl:complementOf>
            </owl:Class>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A submicroscopic organism that contains genetic information but cannot reproduce itself. To replicate, it must invade another cell and use parts of that cell&#39;s reproductive machinery. [http://www.siebelinstitute.com/brewterms/V.html]</definition>
        <reference rdf:datatype="&xsd;string"
            >NCBI Taxonomy ID: 10239 Viruses</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Vitamin -->

    <owl:Class rdf:about="#Vitamin">
        <rdfs:label xml:lang="en">vitamin</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chemical"/>
        <reference rdf:datatype="&xsd;string"
            >CHEBI:33229 vitamin</reference>
        <reference rdf:datatype="&xsd;string"
            >IMR:0001656 vitamin</reference>
        <definition rdf:datatype="&xsd;string"
            >Organic substances that are required in small amounts for maintenance and growth, but which cannot be manufactured by the human body. [MeSH:D014815]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#WRKY -->

    <owl:Class rdf:about="#WRKY">
        <rdfs:label xml:lang="en">WRKY domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#WRKYTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The WRKY domain is a 60 amino acid region that is defined by the conserved amino acid sequence WRKYGQK at its N-terminal end, together with a novel zinc-finger- like motif. The WRKY domain is found in one or two copies in a superfamily of plant transcription factors involved in the regulation of various physiological programs that are unique to plants, including pathogen defense, senescence, trichome development and the biosynthesis of secondary metabolites. The WRKY domain binds specifically to the DNA sequence motif (T)(T)TGAC(C/T), which is known as the W box. The invariant TGAC core of the W box is essential for function and WRKY binding. Some proteins known to contain a WRKY domain include Arabidopsis thaliana ZAP1 (Zinc-dependent Activator Protein-1) and AtWRKY44/TTG2, a protein involved in trichome development and anthocyanin pigmentation; and wild oat ABF1-2, two proteins involved in the gibberelic acid-induced expression of the alpha-Amy2 gene. Structural stud!</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#WRKYTF -->

    <owl:Class rdf:about="#WRKYTF">
        <rdfs:label xml:lang="en"
            >WRKY transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#WRKY"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing WRKY domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#X_Chromosome -->

    <owl:Class rdf:about="#X_Chromosome">
        <rdfs:label xml:lang="en">X chromosome</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chromosome"/>
        <reference
            >GO:0000805 X chromosome</reference>
        <definition
            >The sex chromosome present in both sexes of species in which the male is the heterogametic sex. Two copies of the X chromosome are present in each somatic cell of females and one copy is present in males. [GO:0000805]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Y_Chromosome -->

    <owl:Class rdf:about="#Y_Chromosome">
        <rdfs:label xml:lang="en">Y chromosome</rdfs:label>
        <rdfs:subClassOf rdf:resource="#Chromosome"/>
        <definition
            >The sex chromosome present in males of species in which the male is the heterogametic sex; generally, the sex chromosome that pairs with the X chromosome in the heterogametic sex. The Y chromosome is absent from the cells of females and present in one copy in the somatic cells of males. [GO:0000806]</definition>
        <reference
            >GO:0000806 Y chromosome</reference>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ZincCoordinatingDomain -->

    <owl:Class rdf:about="#ZincCoordinatingDomain">
        <rdfs:label xml:lang="en"
            >zinc-coordinating domain</rdfs:label>
        <rdfs:subClassOf rdf:resource="#DNABindingDomainOfTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#ZincCoordinatingDomainTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain that coordinates one or more zinc atoms. The zinc-coordinating domains show versatility in binding modes, even between members of the same class (e.g. some bind DNA, others protein) and are stable scaffolds that have evolved specialized functions.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#ZincCoordinatingDomainTF -->

    <owl:Class rdf:about="#ZincCoordinatingDomainTF">
        <rdfs:label xml:lang="en"
            >zinc coordinating domain transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#ZincCoordinatingDomain"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing zinc coordinating domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#_3_Polyadenylation -->

    <owl:Class rdf:about="#_3_Polyadenylation">
        <rdfs:label rdf:datatype="&xsd;string"
            >3&#39; polyadenylation</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PosttranscriptionalModification"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0006378 mRNA polyadenylation</reference>
        <definition rdf:datatype="&xsd;string"
            >The enzymatic addition of a sequence of 40-200 adenylyl residues at the 3&#39; end of a eukaryotic mRNA primary transcript. [GO:0006378]</definition>
        <synonym rdf:datatype="&xsd;string"
            >polyadenylation at the 3&#39; end</synonym>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#_5_Capping -->

    <owl:Class rdf:about="#_5_Capping">
        <rdfs:label xml:lang="en">5&#39; capping</rdfs:label>
        <rdfs:subClassOf rdf:resource="#PosttranscriptionalModification"/>
        <reference rdf:datatype="&xsd;string"
            >GO:0009452 RNA capping</reference>
        <definition rdf:datatype="&xsd;string"
            >The sequence of enzymatic reactions by which the 5&#39; cap structure, an inverted 7-methylguanosine linked via a 5&#39;-5&#39; triphosphate bridge (m7G(5&#39;)ppp(5&#39;)X) to the first transcribed residue, is added to a nascent RNA polymerase II transcript. [GO:0009452]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#bHLH -->

    <owl:Class rdf:about="#bHLH">
        <rdfs:label xml:lang="en">b HLH</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BasicDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#bHLHTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >The helix-loop-helix (HLH) DNA-binding domain consists of a closed bundle of four helices in a left-handed twist with two crossover connections. The HLH domain directs dimerisation, and is juxtaposed to basic regions to create a DNA interaction interface surface that recognises specific DNA sequences. Basic region/HLH (bHLH) proteins regulate diverse biological pathways. bHLH proteins include MyoD, SREBPs (sterol regulatory element binding proteins), and yeast Pho4 (phosphatase system). In certain proteins the bHLH domain contains a leucine-zipper motif. The bHLH/leucine zipper (bHLHZip) domain specifies dimerisation within a network of proteins and determines sequence-specific DNA binding. bHLHZip domains occur in the transcription factors Myc, Mad, Max and Usf. [InterPro: IPR011598]</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#bHLHTF -->

    <owl:Class rdf:about="#bHLHTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >bHLH transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BasicDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#bHLH"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing bHLH domain</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#bHSH -->

    <owl:Class rdf:about="#bHSH">
        <rdfs:label xml:lang="en">b HSH</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BasicDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#bHSHTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A helix-span-helix domain in the C-terminal region of activator protein-2 (AP-2) transcription factors, which mediates dimerisation and site-specific DNA binding. (modified from [InterPro:IPR013854])</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#bHSHTF -->

    <owl:Class rdf:about="#bHSHTF">
        <rdfs:label xml:lang="en"
            >bHSH transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BasicDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#bHSH"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing bHSH domain</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#bZIP -->

    <owl:Class rdf:about="#bZIP">
        <rdfs:label xml:lang="en">b ZIP</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BasicDomain"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#bZIPTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A domain containing a basic region followed by a leucine zipper region, which is required for protein protein interaction.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#bZIPTF -->

    <owl:Class rdf:about="#bZIPTF">
        <rdfs:label rdf:datatype="&xsd;string"
            >bZIP transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BasicDomainTF"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#bZIP"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor that contains a basic region mediating sequence-specific DNA-binding, followed by a leucine zipper region for protein dimerization.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#p53Like -->

    <owl:Class rdf:about="#p53Like">
        <rdfs:label xml:lang="en">p 53 like</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#partOf"/>
                <owl:someValuesFrom rdf:resource="#p53LikeTF"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >This domain is found in a number of transcription factors, including p53, NFATC, TonEBP, STAT-1, and NFkappaB, where it is responsible for DNA-binding. These transcription factors play diverse roles in the regulation of cellular functions: the p53 tumour suppressor upregulates the expression of genes involved in cell cycle arrest and apoptosis; NFATC regulates the production of effector proteins involved in coordinating the immune response; TonEBP regulates gene expression induced by osmotic stress and helps regulate intracellular volume during cell growth; STAT-1 plays an important role in B lymphocyte growth and function; and NFkappaB is involved in the inflammatory response. The DNA-binding domain acts to clamp, or in the case of TonEBP, encircle the DNA target in order to stabilize the protein-DNA complex. Protein interactions may also serve to stabilize the protein-DNA complex, for example in the STAT-1 dimer the SH2 (Src homology 2) domain in each monomer is coup!</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#p53LikeTF -->

    <owl:Class rdf:about="#p53LikeTF">
        <rdfs:label xml:lang="en"
            >p53-like  transcription factor</rdfs:label>
        <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="#hasPart"/>
                <owl:someValuesFrom rdf:resource="#p53Like"/>
            </owl:Restriction>
        </rdfs:subClassOf>
        <definition rdf:datatype="&xsd;string"
            >A transcription factor containing p53-like domain.</definition>
    </owl:Class>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#tRNA -->

    <owl:Class rdf:about="#tRNA">
        <rdfs:label xml:lang="en">tRNA</rdfs:label>
        <rdfs:subClassOf rdf:resource="#RNAMolecule"/>
        <reference rdf:datatype="&xsd;string">SO:0000253 tRNA</reference>
        <definition rdf:datatype="&xsd;string"
            >Transfer RNA (tRNA) molecules are approximately 80 nucleotides in length. Their secondary structure includes four short double-helical elements and three loops (D, anti-codon, and T loops). Further hydrogen bonds mediate the characteristic L-shaped molecular structure. Transfer RNAs have two regions of fundamental functional importance: the anti-codon, which is responsible for specific mRNA codon recognition, and the 3&#39; end, to which the tRNA&#39;s corresponding amino acid is attached (by aminoacyl-tRNA synthetases). Transfer RNAs cope with the degeneracy of the genetic code in two manners: having more than one tRNA (with a specific anti-codon) for a particular amino acid; and &#39;wobble&#39; base-pairing, i.e. permitting non-standard base-pairing at the 3rd anti-codon position. [SO:0000253, http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00005, ISBN:0198506732]</definition>
    </owl:Class>
    


    <!-- http://www.w3.org/2002/07/owl#Thing -->

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


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Individuals
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://protege.stanford.edu/plugins/owl/protege#DIRECTED-BINARY-RELATION -->

    <owl:Thing rdf:about="&protege;DIRECTED-BINARY-RELATION">
        <rdfs:label xml:lang="en"
            >DIRECTED-BINARY-RELATION</rdfs:label>
    </owl:Thing>
    


    <!-- http://protege.stanford.edu/plugins/owl/protege#PAL-CONSTRAINT -->

    <owl:Thing rdf:about="&protege;PAL-CONSTRAINT">
        <rdfs:label xml:lang="en">PAL-CONSTRAINT</rdfs:label>
    </owl:Thing>
    


    <!-- http://www.bootstrep.eu/ontology/GRO -->

    <owl:Thing rdf:about="">
        <protege:defaultLanguage rdf:datatype="&xsd;string">en</protege:defaultLanguage>
    </owl:Thing>
    


    <!-- http://www.bootstrep.eu/ontology/GRO#Test -->

    <owl:Thing rdf:about="#Test">
        <rdf:type rdf:resource="#Continuant"/>
        <hasPolarity rdf:datatype="&xsd;string">negative</hasPolarity>
    </owl:Thing>
</rdf:RDF>



<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->


