<?xml version="1.0"?>
<rdf:RDF
    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
    xmlns="http://www.bootstrep.eu/ontology/GRO#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
  xml:base="http://www.bootstrep.eu/ontology/GRO">
  <owl:Ontology rdf:about="">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Gene Regulation Ontology</rdfs:comment>
    <protege:defaultLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >en</protege:defaultLanguage>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >0.2</owl:versionInfo>
  </owl:Ontology>
  <owl:Class rdf:ID="ProteinIdentification">
    <rdfs:label xml:lang="en">protein identification</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ExperimentalMethod"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Protein"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MolecularProcess"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ProteinSubunit">
    <rdfs:label xml:lang="en">protein subunit</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Protein"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="RHR">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="RHRTF"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BetaScaffoldDomain_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RHR</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RNAPolymeraseActivity">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="functionOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="RNAPolymerase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="PolymeraseActivity"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA polymerase activity</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0003899 DNA-directed RNA polymerase activity; GO:0003968 RNA-directed RNA polymerase activity</reference>
  </owl:Class>
  <owl:Class rdf:ID="Transcript">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An RNA synthesized on a DNA or RNA template by an RNA polymerase. [SO:0000673]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000673 transcript</reference>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RNAMolecule"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">transcript</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RNAElongation">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006354 RNA elongation</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The extension of an RNA molecule after transcription initiation by the addition of ribonucleotides catalyzed by an RNA polymerase. [GO:0006354]</definition>
    <rdfs:label xml:lang="en">RNA elongation</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="IntraCellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Transcription"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Stimulon">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A set of genes/proteins under regulation by the same stimulus</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="patientOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TranscriptionOfStimulonGenes"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Gene"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DNARegion"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">stimulon</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="NucleicAcidMolecule">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="NucleicAcid"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">nucleic acid molecule</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ForkheadWingedHelixTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing forkhead/winged-helix domain</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="ForkheadWingedHelix"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HelixTurnHelixDomainTF"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">forkhead/winged-helix transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="BindingToMolecularEntity">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >molecular binding</synonym>
    <rdfs:label xml:lang="en">binding to molecular entity</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="MolecularEntity"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#MolecularEntity"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Substrate">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="PhysicalContinuant"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">substrate</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="NegativeRegulationOfTranscriptionByTranscriptionRepressor">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Transcription"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="NegativeRegulationOfTranscription"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">negative regulation of transcription by transcription repressor</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process involving transcription repressor activity that stops, prevents or reduces the rate of transcription (modified from [GO:0016481]).</definition>
  </owl:Class>
  <owl:Class rdf:ID="bHSHTF">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="bHSH"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BasicDomainTF"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">bHSH transcription factor</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing bHSH domain</definition>
  </owl:Class>
  <owl:Class rdf:ID="p53LikeTF">
    <rdfs:label xml:lang="en">p53-like  transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="p53Like"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfModificationOfMolecularEntity">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="RegulatoryProcess"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="ModificationOfMolecularEntity"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#ModificationOfMolecularEntity"/>
            </owl:allValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">regulation of modification of molecular entity</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="InformationBiopolymer">
    <rdfs:label xml:lang="en">information biopolymer</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularEntity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfGeneExpression">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="GeneExpression"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#GeneExpression"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process that modulates the frequency, rate or extent of gene expression.</definition>
    <rdfs:label xml:lang="en">regulation of gene expression</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="MutantGene">
    <rdfs:label xml:lang="en">mutant gene</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Gene"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="FormationOfTranslationInitiationComplex">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TranslationFactor"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="RNA"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Binding"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TranslationInitiationComplex"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TranslationInitiation"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">formation of translation initiation complex</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0001732 formation of translation initiation complex</reference>
  </owl:Class>
  <owl:Class rdf:ID="CellularDevelopmentalProcess">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="DevelopmentalProcess"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="Cell"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">cellular developmental process</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >GO:0048869 cellular developmental process</reference>
  </owl:Class>
  <owl:Class rdf:ID="EukaryoticGeneExpression">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="NuclearExportOfmRNA"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#GeneExpression"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="locatedIn"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="EukaryoticCell"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">eukaryotic gene expression</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RNAProcessing">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#RNA"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RNAMetabolism"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006396 RNA processing</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process involved in the conversion of one or more primary RNA transcripts into one or more mature RNA molecules. [GO:0006396]</definition>
    <rdfs:label xml:lang="en">RNA processing</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="BasicDomain">
    <rdfs:label xml:lang="en">basic domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#BasicDomainTF"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DNABindingDomainOfTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Enhancesome">
    <rdfs:label xml:lang="en">enhancesome</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Regulatory proteins bound to DNA.</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ComplexOfProteinAndDNA"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="GeneRegulatoryProtein"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="RegulatoryDNARegion"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="bHLHTF">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >bHLH transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="bHLH"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BasicDomainTF"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing bHLH domain</definition>
  </owl:Class>
  <owl:Class rdf:ID="HomeoBox">
    <rdfs:label xml:lang="en">homeo box</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="HomeoboxTF"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="HelixTurnHelixDomain"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="NegativePolarity">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Polarity"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">negative polarity</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RNAPolymeraseBindingSiteOfDNA">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DNABindingSite"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA polymerase binding site of DNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Antagonist">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An agent that opposes the action or reduces the physiological activity of another.</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Ligand"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">antagonist</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Solution">
    <rdfs:label xml:lang="en">solution</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="GeneMutation">
    <rdfs:label xml:lang="en">gene mutation</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Mutation"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfTranslation">
    <rdfs:label xml:lang="en">regulation of translation</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006417 regulation of translation</reference>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="Translation"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#Translation"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  </owl:Class>
  <owl:Class rdf:ID="Virus">
    <rdfs:label xml:lang="en">virus</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NCBI Taxonomy ID: 10239 Viruses</reference>
    <owl:disjointWith>
      <owl:Class rdf:ID="Eukaryote"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:complementOf>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPart"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#Cell"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:complementOf>
      </owl:Class>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Organism"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="StructuralDomainOfTranscriptionActivator">
    <rdfs:label xml:lang="en">structural domain of transcription activator</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ProteinDomain"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ProteinBindingSiteOfProtein">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="BindingSiteOfProtein"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#patientOf"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="BindingOfProteinToProteinBindingSiteOfProtein"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">protein binding site of protein</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Operator">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000057 operator</reference>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="TranscriptionFactorBindingSiteOfDNA"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">operator</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#BasicDomainTF">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#BasicDomain"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="EnhancerBindingTF"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing basic domain.</definition>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >basic domain transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="PhosphateGroup">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:32958 phosphate group</reference>
    <rdfs:label xml:lang="en">phosphate group</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Chemical"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ExpressionProfiling">
    <rdfs:label xml:lang="en">expression profiling</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#GeneExpression"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ExperimentalMethod"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TwoComponentRegulatorySystem">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >phosphorelay system</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >two-component sensory transduction system</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >two-component system</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >phospho-relay system</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >two-component signal transduction system</synonym>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >two-component regulatory system</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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's environments.</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="NonPhysicalContinuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SANDDomain">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">SAND domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="SANDDomainTF"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNABindingDomainOfTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="RNACodingOpenReadingFrame">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNA coding ORF</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="OpenReadingFrame"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RNACodingDNARegion"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="ProteinCodingOpenReadingFrame"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Organism">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="LivingEntity"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">organism</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:about="#MolecularEntity"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="CellComponent"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="TEADomainTF">
    <rdfs:label xml:lang="en">TEA domain transcription factor</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TEADomain"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HelixTurnHelixDomainTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionOfRegulonGenes">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Regulon"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Transcription"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">transcription of regulon genes</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Binding">
    <rdfs:label xml:lang="en">binding</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0005488 binding</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The selective, often stoichiometric, interaction of a molecule with one or more specific sites on another molecule. [GO:0005488]</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="PhysicalContact"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="PhysicalInteraction"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Acetylation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ModificationOfMolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">acetylation</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#EukaryoticCell">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Cell"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Eukaryote"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#partOf"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#Eukaryote"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:unionOf>
      </owl:Class>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">eukaryotic cell</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="HistoneFold">
    <rdfs:label xml:lang="en">histone fold</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="HistoneFoldTF"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#HistoneFoldTF">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >histone fold transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#HistoneFold"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MessengerRNA">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >mRNA</synonym>
    <rdfs:label xml:lang="en">messenger RNA</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:ID="RibosomalRNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="MicroRNA"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RNAMolecule"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="RNACatabolism">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006401 RNA catabolic process</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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',5'-phosphodiester linkage. [GO:0006401]</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RNAMetabolism"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA catabolism</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="FusionOfGeneWithReporterGene">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="GeneFusion"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="ReporterGene"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">fusion of gene with reporter gene</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Gas">
    <rdfs:label xml:lang="en">gas</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:ID="InositolPhosphate"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Carbohydrate"/>
    </owl:disjointWith>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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:disjointWith>
      <owl:Class rdf:ID="AminoAcid"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="SecondMessenger"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Nucleoside"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Vitamin"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Ion"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Chemical"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0001720 gas</reference>
    <owl:disjointWith>
      <owl:Class rdf:ID="Lipid"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="CellFateDetermination">
    <rdfs:label xml:lang="en">cell fate determination</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0001709 	cell fate determination </reference>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="CellularProcess"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#PhysicalContact">
    <rdfs:label xml:lang="en">physical contact</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#NonPhysicalContinuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionTermination">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IntraCellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Transcription"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006353 transcription termination</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">transcription termination</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="STATTF">
    <rdfs:label xml:lang="en">STAT  transcription factor</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="STAT"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HousekeepingGene">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Gene"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">housekeeping gene</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ExperimentalMethod">
    <rdfs:label xml:lang="en">experimental method</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Process"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="CellularComponentOrganizationAndBiogenesis">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016043 cellular component organization and biogenesis</reference>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#CellComponent"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasParticipant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">cellular component organization and biogenesis</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Phenotype">
    <rdfs:label xml:lang="en">phenotype</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:ID="DoubleStrandDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="UnpackedDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Direction"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Conformation"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Orientation"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="SingleStrandDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Locus"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#NonPhysicalContinuant"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="PackedDNA"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="PosttranscriptionalModification">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#RNA"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IntraCellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ModificationOfMolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#GeneExpression"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#RNAProcessing"/>
    <rdfs:label xml:lang="en">posttranscriptional modification</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ResponseToDrug">
    <rdfs:label xml:lang="en">response to drug</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0042493 response to drug</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularProcess"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ReporterGeneConstruction">
    <rdfs:label xml:lang="en">reporter gene construction</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#ReporterGene"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#BindingSiteOfProtein">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProteinDomain"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#patientOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="BindingToBindingSiteOfProtein"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">binding site of protein</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="SignalingPathway">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0007165 signal transduction</reference>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Pathway"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">signaling pathway</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Inhibition">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RegulatoryProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasQuality"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#NegativePolarity"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">inhibition</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RNABiosynthesis">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#RNA"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RNAMetabolism"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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',5'-phosphodiester linkage. Includes polymerization of ribonucleotide monomers. [GO:0032774]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0032774 RNA biosynthetic process</reference>
    <rdfs:label xml:lang="en">RNA biosynthesis</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="LocusControlRegion">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >locus control region</synonym>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >LCR</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RegulatoryDNARegion"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000037 locus control region</reference>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionFactor">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">transcription factor</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="TranscriptionRegulator"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:ID="hasFunction"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="TranscriptionFactorActivity"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="WRKYTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing WRKY domain.</definition>
    <rdfs:label xml:lang="en">WRKY transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="WRKY"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ZincCoordinatingDomainTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ArchitecturalProteins">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Protein"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">architectural proteins</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Proteins that bend DNA.</definition>
  </owl:Class>
  <owl:Class rdf:about="#Transcription">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The synthesis of either RNA on a template of DNA or DNA on a template of RNA. [GO:0006350]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006350 transcription</reference>
    <rdfs:subClassOf rdf:resource="#RNABiosynthesis"/>
    <rdfs:label xml:lang="en">transcription</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#RNA"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:about="#Gene"/>
              <owl:Class rdf:ID="Operon"/>
              <owl:Class rdf:about="#Regulon"/>
              <owl:Class rdf:about="#Stimulon"/>
            </owl:unionOf>
          </owl:Class>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#RNAElongation"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranscriptionTermination"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TranscriptionInitiation"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#GeneExpression"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PairedBox">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">paired box</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="PairedBoxTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HelixTurnHelixDomain"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BindingOfProteinToDNA">
    <rdfs:label xml:lang="en">binding of protein to DNA</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Binding"/>
  </owl:Class>
  <owl:Class rdf:about="#Chemical">
    <owl:disjointWith>
      <owl:Class rdf:about="#ProteinDomain"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Protein"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#NucleicAcid"/>
    </owl:disjointWith>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0000947 chemical</reference>
    <rdfs:label xml:lang="en">chemical</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularEntity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="OrganismalProcess">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Process"/>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#locatedIn"/>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="#Organism"/>
              </owl:Restriction>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasAgent"/>
                    </owl:onProperty>
                    <owl:someValuesFrom rdf:resource="#Organism"/>
                  </owl:Restriction>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasPatient"/>
                    </owl:onProperty>
                    <owl:someValuesFrom rdf:resource="#Organism"/>
                  </owl:Restriction>
                </owl:unionOf>
              </owl:Class>
            </owl:unionOf>
          </owl:Class>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="PhysiologicalProcess"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">organismal process</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Activation">
    <rdfs:label xml:lang="en">activation</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RegulatoryProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasQuality"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="PositivePolarity"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="AP2EREBPRelatedDomain">
    <rdfs:label xml:lang="en">AP2-EREBP-related domain</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A domain consisting of the AP2 (APETALA2) and EREBPs (ethylene-responsive element binding proteins) related DNA-binding sequence.</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="AP2_EREBPRelatedTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNABindingDomainOfTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#SecondMessenger">
    <owl:disjointWith>
      <owl:Class rdf:about="#Ion"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#InositolPhosphate"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Nucleoside"/>
    </owl:disjointWith>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0100022 second messenger</reference>
    <rdfs:label xml:lang="en">second messenger</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:about="#Carbohydrate"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Gas"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Vitamin"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lipid"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#AminoAcid"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Occurrent">
    <owl:disjointWith>
      <owl:Class rdf:ID="Continuant"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">occurrent</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Protein">
    <owl:disjointWith>
      <owl:Class rdf:about="#ProteinDomain"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="ComplexMolecularEntity"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Chemical"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#NucleicAcid"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">protein</rdfs:label>
    <rdfs:subClassOf rdf:resource="#InformationBiopolymer"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#AminoAcid"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SigmaFactorActivity">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016987 sigma factor activity</reference>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sigma factor activity</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="TranscriptionRegulatorActivity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#BetaScaffoldDomain_WithMinorGrooveContacts">
    <rdfs:label xml:lang="en">beta scaffold domain with minor groove contacts</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNABindingDomainOfTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BindingOfProtein">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">binding of protein</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionOfStimulonGenes">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Stimulon"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Transcription"/>
    <rdfs:label xml:lang="en">transcription of stimulon genes</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="IntraOrganismalProcess">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Process"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#locatedIn"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Organism"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">intra organismal process</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="TryptophanCluster">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TryptophanClusterTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HelixTurnHelixDomain"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">tryptophan cluster</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfTranscriptionOfRegulon">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >regulation of transcription of regulon</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranscriptionOfRegulonGenes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RegulationOfTranscription"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#HomeoboxTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#HomeoBox"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HelixTurnHelixDomainTF"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">homeobox transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="EukaryoticRNAPolymerasePromoter">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A DNA sequence in eukaryotic DNA to which RNA polymerase binds, to begin transcription. [SO]</definition>
    <rdfs:label xml:lang="en">eukaryotic RNA polymerase promoter</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Promoter"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Eukaryote"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="fromSpecies"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#DevelopmentalProcess">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">developmental process</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0032502 developmental process</reference>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#LivingEntity"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#LivingEntity"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:unionOf>
      </owl:Class>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysiologicalProcess"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BacterialRNAPolymerasePromoter">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A DNA sequence to which bacterial RNA polymerase binds, to begin transcription. [SO:0000613]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000613 bacterial RNApol promoter</reference>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#fromSpecies"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Bacterium"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Promoter"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">bacterial RNA polymerase promoter</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ProteinProteinInteraction">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#PhysicalInteraction"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#Protein"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Protein"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">protein protein interaction</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="MolecularInteraction">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#PhysicalInteraction"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#MolecularEntity"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#MolecularEntity"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#MolecularEntity"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#MolecularEntity"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">molecular interaction</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="GeneRegion">
    <rdfs:label xml:lang="en">gene region</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNARegion"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Mutation">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A permanent change in the DNA sequence of a gene that alters the genetic message carried by that gene.</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Process"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">mutation</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Continuant">
    <rdfs:label xml:lang="en">continuant</rdfs:label>
    <owl:disjointWith rdf:resource="#Occurrent"/>
  </owl:Class>
  <owl:Class rdf:about="#PhysiologicalProcess">
    <rdfs:label xml:lang="en">biological process</rdfs:label>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >physiological process</synonym>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Process"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0008150 biological process</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  </owl:Class>
  <owl:Class rdf:about="#Process">
    <rdfs:label xml:lang="en">process</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Occurrent"/>
  </owl:Class>
  <owl:Class rdf:ID="RNAPolymerase_I_Promoter">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#fromSpecies"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Eukaryote"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Promoter"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A DNA sequence in eukaryotic DNA to which RNA polymerase I binds, to begin transcription. [SO:0000169]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000169 RNApol I promoter</reference>
    <rdfs:label xml:lang="en">RNA polymerase I promoter</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="CellCommunication">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
        <owl:valuesFrom>
          <owl:Class rdf:about="#Cell"/>
        </owl:valuesFrom>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Cell"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0007154 cell communication</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">cell communication</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionCofactor">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor that binds to other transcription factors / the core RNA polymerase II complex but does not bind DNA itself.</definition>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#TranscriptionRegulator"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="TranscriptionCofactorActivity"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasFunction"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">transcription cofactor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TFBindingSiteOfProtein"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BindingOfDNABindingDomainOfProteinToDNA">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="DNABindingDomainOfProtein"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="DNA"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#DNABindingDomainOfProtein"/>
            </owl:allValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#DNA"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">binding of DNA binding domain of protein to DNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#SingleStrandDNA">
    <owl:disjointWith rdf:resource="#Phenotype"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Locus"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Orientation"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#UnpackedDNA"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Direction"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#DoubleStrandDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Conformation"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">single strand DNA</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:about="#PackedDNA"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Nucleoside">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI: 33838 nucleosides</reference>
    <owl:disjointWith>
      <owl:Class rdf:about="#Vitamin"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#InositolPhosphate"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Ribose"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0001697 nucleoside</reference>
    <owl:disjointWith>
      <owl:Class rdf:about="#Carbohydrate"/>
    </owl:disjointWith>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ribosyl or deoxyribosyl derivatives of the pyrimidine or purine bases adenine, guanine, xanthine, thymine, cytosine, and uracil. [CHEBI: 33838]</definition>
    <owl:disjointWith rdf:resource="#Gas"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#AminoAcid"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#SecondMessenger"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Ion"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="HeterocyclicBase"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lipid"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <rdfs:label xml:lang="en">nucleoside</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Transposition">
    <rdfs:label xml:lang="en">transposition</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IntraCellularProcess"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process involved in mediating the movement of discrete segments of DNA between nonhomolgous sites. [GO:0032196]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0032196 transposition</reference>
  </owl:Class>
  <owl:Class rdf:ID="ActivationOfPolymeraseActivity">
    <rdfs:label xml:lang="en">activation of polymerase</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Activation"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#PolymeraseActivity"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#PolymeraseActivity"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="ColdShockDomain">
    <rdfs:label xml:lang="en">cold shock domain</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >��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 'cold-shock domain' (CSD)...[InterPro: IPR011129]</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="ColdShockDomainTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
  </owl:Class>
  <owl:Class rdf:ID="CoiledChromosomalDNA">
    <rdfs:label xml:lang="en">coiled chromosomal DNA</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ChromosomalDNA"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DoubleStrandDNA"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#PositivePolarity">
    <rdfs:label xml:lang="en">positive polarity</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Polarity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ProteinBindingSiteOfDNA">
    <rdfs:label xml:lang="en">protein binding site of DNA</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNARegion"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="BindingOfProteinToProteinBindingSiteOfDNA"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#patientOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="RNAProteinInteraction">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#PhysicalInteraction"/>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Restriction>
                    <owl:someValuesFrom rdf:resource="#Protein"/>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasAgent"/>
                    </owl:onProperty>
                  </owl:Restriction>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasPatient"/>
                    </owl:onProperty>
                    <owl:someValuesFrom>
                      <owl:Class rdf:about="#RNA"/>
                    </owl:someValuesFrom>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Restriction>
                    <owl:someValuesFrom>
                      <owl:Class rdf:about="#RNA"/>
                    </owl:someValuesFrom>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasAgent"/>
                    </owl:onProperty>
                  </owl:Restriction>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasPatient"/>
                    </owl:onProperty>
                    <owl:someValuesFrom rdf:resource="#Protein"/>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:unionOf>
          </owl:Class>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#Protein"/>
                  <owl:Class rdf:about="#RNA"/>
                </owl:unionOf>
              </owl:Class>
            </owl:allValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#Protein"/>
                  <owl:Class rdf:about="#RNA"/>
                </owl:unionOf>
              </owl:Class>
            </owl:allValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">RNA protein interaction</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The aggregation and bonding together of proteins and RNA molecules to form a ribonucleoprotein complex. [GO:0022618]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0022618 protein-RNA complex assembly</reference>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionRepressor">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any transcription regulator that prevents or downregulates transcription.</definition>
    <rdfs:label xml:lang="en">transcription repressor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="StructuralDomainOfTranscriptionRepressor"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasFunction"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TranscriptionRepressorActivity"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TranscriptionRegulator"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Pathway">
    <rdfs:label xml:lang="en">pathway</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularProcess"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#SANDDomainTF">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#SANDDomain"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#EnhancerBindingTF"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">SAND domain transcription factor</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing SAND domain</definition>
  </owl:Class>
  <owl:Class rdf:about="#AminoAcid">
    <owl:disjointWith rdf:resource="#Nucleoside"/>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <owl:disjointWith rdf:resource="#Gas"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Carbohydrate"/>
    </owl:disjointWith>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0001695 amino acid</reference>
    <rdfs:label xml:lang="en">amino acid</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:about="#InositolPhosphate"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lipid"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Vitamin"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#SecondMessenger"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Ion"/>
    </owl:disjointWith>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:33709 amino acids</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Carboxylic acids containing one or more amino groups. [CHEBI:33709]</definition>
  </owl:Class>
  <owl:Class rdf:ID="BindingOfTranscriptionRepressorToSilencer">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#TranscriptionRepressor"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="Silencer"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#TranscriptionRepressor"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#Silencer"/>
            </owl:allValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">binding of transcription repressor to silencer</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="TranslationElongation">
    <rdfs:label xml:lang="en">translation elongation</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The successive addition of amino acid residues to a nascent polypeptide chain during protein biosynthesis. [GO:0006414]</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IntraCellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Translation"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006414 translational elongation</reference>
  </owl:Class>
  <owl:Class rdf:ID="PosttranslationalModification">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0043687 post-translational protein modification</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">posttranslational modification</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#GeneExpression"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ProteinModification"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="HSF">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="HSFTF"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HelixTurnHelixDomain"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">HSF domain</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ActivationOfProcess">
    <rdfs:label xml:lang="en">activation of process</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Activation"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Process"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Process"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="MetabolicPathway">
    <rdfs:label xml:lang="en">metabolic pathway</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0008152 metabolic process</reference>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IntraCellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#MolecularEntity"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Pathway"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:ID="ThreeDimensionalMolecularStructure">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="MolecularStructure"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">three dimensional molecular structure</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >3D structure of a molecule</definition>
  </owl:Class>
  <owl:Class rdf:about="#Bacterium">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Prokaryote"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="Archaebacterium"/>
    </owl:disjointWith>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >NCBI Taxonomy ID: 2 Bacteria</reference>
    <rdfs:label xml:lang="en">bacterium</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="CellGrowth">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016049 cell growth</reference>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Cell"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">cell growth</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#RegulatoryDNARegion">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >regulatory DNA</synonym>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >regulatory sequence</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="BindingOfTranscriptionFactorToDNA"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#patientOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNARegion"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0005836 regulatory region</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionActivatorActivity">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any transcription regulator activity required for initiation or upregulation of transcription. [GO:0016563]</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TranscriptionFactorActivity"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">transcription activator activity</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016563 transcription activator activity</reference>
  </owl:Class>
  <owl:Class rdf:about="#Cell">
    <owl:disjointWith>
      <owl:Class rdf:about="#MolecularEntity"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#CellComponent"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">cell</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#LivingEntity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#CellComponent"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Organism"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#partOf"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Organism"/>
          </owl:Restriction>
        </owl:unionOf>
      </owl:Class>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Solvent">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">solvent</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="DNAProteinInteraction">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#PhysicalInteraction"/>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasAgent"/>
                    </owl:onProperty>
                    <owl:someValuesFrom>
                      <owl:Class rdf:about="#DNA"/>
                    </owl:someValuesFrom>
                  </owl:Restriction>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasPatient"/>
                    </owl:onProperty>
                    <owl:someValuesFrom rdf:resource="#Protein"/>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
              <owl:Class>
                <owl:intersectionOf rdf:parseType="Collection">
                  <owl:Restriction>
                    <owl:someValuesFrom rdf:resource="#Protein"/>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasAgent"/>
                    </owl:onProperty>
                  </owl:Restriction>
                  <owl:Restriction>
                    <owl:onProperty>
                      <owl:ObjectProperty rdf:about="#hasPatient"/>
                    </owl:onProperty>
                    <owl:someValuesFrom>
                      <owl:Class rdf:about="#DNA"/>
                    </owl:someValuesFrom>
                  </owl:Restriction>
                </owl:intersectionOf>
              </owl:Class>
            </owl:unionOf>
          </owl:Class>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#Protein"/>
                  <owl:Class rdf:about="#DNA"/>
                </owl:unionOf>
              </owl:Class>
            </owl:allValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class>
                <owl:unionOf rdf:parseType="Collection">
                  <owl:Class rdf:about="#Protein"/>
                  <owl:Class rdf:about="#DNA"/>
                </owl:unionOf>
              </owl:Class>
            </owl:allValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">DNA protein interaction</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionDNADependent">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#DNA"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Transcription"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The synthesis of RNA on a template of DNA. [GO:0006351]</definition>
    <rdfs:label xml:lang="en">transcription DNA-dependent</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Prokaryote">
    <rdfs:subClassOf rdf:resource="#Organism"/>
    <rdfs:label xml:lang="en">prokaryote</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:about="#Eukaryote"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="ProteinMutation">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protein"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Mutation"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#resultsIn"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="MutatedProtein"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">protein mutation</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="PolyASignalSequence">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000551 polyA signal sequence</reference>
    <rdfs:label xml:lang="en">poly-A signal sequence</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNARegion"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:ID="BindingToProtein">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0005515 protein binding</reference>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">binding to protein</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Transport">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The directed movement of substances (such as macromolecules, small molecules, ions) into, out of, within or between cells.[GO:0006810]</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#PhysicalContinuant"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#PhysicalContinuant"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Process"/>
    <rdfs:label xml:lang="en">transport</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006810 transport</reference>
  </owl:Class>
  <owl:Class rdf:ID="RNAPolymerase_III_PromoterType1">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RNAPolymerase_III_Promoter"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA polymerase III promoter type 1</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="CopperFist">
    <rdfs:label xml:lang="en">copper-fist domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="CopperFistTF"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNABindingDomainOfTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TBPDomain">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TBP"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
    <rdfs:label xml:lang="en">TBP domain</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Polymerase">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasFunction"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#PolymeraseActivity"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Enzyme"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">polymerase</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="DMTF">
    <rdfs:label xml:lang="en">DM-domain-containing transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="DM"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ZincCoordinatingDomainTF"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing DM domain.</definition>
  </owl:Class>
  <owl:Class rdf:about="#Enzyme">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A protein that has catalytic activity.</definition>
    <rdfs:label xml:lang="en">enzyme</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Protein"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasFunction"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="CatalyticActivity"/>
            </owl:someValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="MADS">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="MADSTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">MADS</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Conformation">
    <owl:disjointWith>
      <owl:Class rdf:about="#Direction"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#UnpackedDNA"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">conformation</rdfs:label>
    <owl:disjointWith rdf:resource="#Phenotype"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#NonPhysicalContinuant"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#PackedDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Orientation"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#DoubleStrandDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Locus"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionFactorActivity">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#functionOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TranscriptionRegulatorActivity"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0003700 transcription factor activity</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">transcription factor activity</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ExonOnDNA">
    <rdfs:label xml:lang="en">exon on DNA</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Exon"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNARegion"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ComplexOfProteinAndDNA">
    <rdfs:label xml:lang="en">complex of protein and DNA</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ComplexMolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Protein"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#DNARegion"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Chromatin">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PackedDNA"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">chromatin</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ProteinPolymerization">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0051258 protein polymerization</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">protein polymerization</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Binding"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ProteinMetabolism"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ProteinProteinInteraction"/>
  </owl:Class>
  <owl:Class rdf:about="#CellComponent">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0005575 cellular component</reference>
    <owl:disjointWith rdf:resource="#Organism"/>
    <owl:disjointWith rdf:resource="#Cell"/>
    <rdfs:label xml:lang="en">cell component</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Cell"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TranslationTermination">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006415 translational termination</reference>
    <rdfs:label xml:lang="en">translation termination</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#IntraCellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Translation"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MinorGrooveOfDNA">
    <rdfs:subClassOf rdf:resource="#ThreeDimensionalMolecularStructure"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >minor groove</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="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">
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#TFBindingSiteOfProtein"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#TFBindingSiteOfProtein"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#TranscriptionFactor"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="bZIPTF">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >bZIP transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="bZIP"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BasicDomainTF"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:ID="ProteinCodingDNARegion">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNARegion"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protein"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="encodes"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">protein coding DNA region</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="PositiveRegulationOfTranslation">
    <rdfs:label xml:lang="en">positive regulation of translation</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulationOfTranslation"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#PositivePolarity"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasQuality"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >GO:0045727 positive regulation of protein biosynthetic process</reference>
  </owl:Class>
  <owl:Class rdf:ID="MajorGrooveOfDNA">
    <rdfs:subClassOf rdf:resource="#ThreeDimensionalMolecularStructure"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >major groove</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#WRKY">
    <rdfs:label xml:lang="en">WRKY domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#WRKYTF"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ZincCoordinatingDomain"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:ID="GeneRegulationPathway">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#SignalingPathway"/>
    <rdfs:label xml:lang="en">gene regulation pathway</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#DNARegion">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chain of deoxyribonucleotides that is part of a longer chain of deoxyribunucleotides.</definition>
    <rdfs:label xml:lang="en">DNA region</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNA"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="FeedbackLoop">
    <rdfs:label xml:lang="en">feedback loop</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#NonPhysicalContinuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Atom">
    <rdfs:label xml:lang="en">atom</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularEntity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="DNAMolecule">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNA"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">DNA molecule</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chain of deoxyribonucleotides as it occures at a whole.</definition>
  </owl:Class>
  <owl:Class rdf:ID="Enhancer">
    <rdfs:label xml:lang="en">enhancer</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000165 enhancer</reference>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TranscriptionFactorBindingSiteOfDNA"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="BindingOfTranscriptionActivatorToEnhancer"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#patientOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  </owl:Class>
  <owl:Class rdf:ID="IntronOnRNA">
    <rdfs:label xml:lang="en">intron on RNA</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Intron"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RNARegion"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="CpGIsland">
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CG island</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000307 CpG_island</reference>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CpG island</synonym>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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' ends of genes. [SO:0000307]</definition>
  </owl:Class>
  <owl:Class rdf:about="#OpenReadingFrame">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000236 ORF</reference>
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >he 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>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ORF</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ProteinCodingGene">
    <rdfs:subClassOf rdf:resource="#ProteinCodingDNARegion"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Gene"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="RNACodingGene"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">protein coding gene</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#GeneRegulatoryProtein">
    <rdfs:subClassOf rdf:resource="#TranscriptionFactor"/>
    <rdfs:label xml:lang="en">gene regulatory protein</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:ID="GeneralTranscriptionFactor"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Nucleotide">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#PhosphateGroup"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Ribose"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#HeterocyclicBase"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:25608 nucleoside phosphates</reference>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0001349 nucleotide</reference>
    <rdfs:label xml:lang="en">nucleotide</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ProteinFolding">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006457 protein folding</reference>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protein"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProteinMetabolism"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">protein folding</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#NegativeRegulationOfTranscription">
    <rdfs:label xml:lang="en">negative regulation of transcription</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process that stops, prevents or reduces the frequency, rate or extent of transcription. [GO:0016481]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016481 negative regulation of transcription</reference>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulationOfTranscription"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasQuality"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#NegativePolarity"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#DNABindingDomainOfProtein">
    <rdfs:subClassOf rdf:resource="#BindingSiteOfProtein"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#BindingOfDNABindingDomainOfProteinToDNA"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="agentOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">DNA binding domain of protein</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Vitamin">
    <owl:disjointWith rdf:resource="#SecondMessenger"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0001656 vitamin</reference>
    <owl:disjointWith>
      <owl:Class rdf:about="#Carbohydrate"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Gas"/>
    <rdfs:label xml:lang="en">vitamin</rdfs:label>
    <owl:disjointWith rdf:resource="#AminoAcid"/>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:33229 vitamin</reference>
    <owl:disjointWith rdf:resource="#Nucleoside"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Ion"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#InositolPhosphate"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lipid"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#RegulatoryProcess">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf rdf:resource="#Process"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0050789 regulation of biological process</reference>
    <rdfs:label xml:lang="en">regulatory process</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="DNAFragment">
    <rdfs:label xml:lang="en">DNA fragment</rdfs:label>
    <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
  </owl:Class>
  <owl:Class rdf:ID="RNAPolymerase_II_Promoter">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Eukaryote"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#fromSpecies"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Promoter"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA polymerase II promoter</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A DNA sequence in eukaryotic DNA to which RNA polymerase II binds, to begin transcription. [SO:0000170]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000170 RNApol II promoter</reference>
  </owl:Class>
  <owl:Class rdf:ID="ActivationOfProteinFunction">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Activation"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:ID="ProteinFunction"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#ProteinFunction"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">activation of protein</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionFactorComplex">
    <owl:disjointWith>
      <owl:Class rdf:about="#TranslationInitiationComplex"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">transcription factor complex</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ComplexMolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:valuesFrom>
          <owl:Class rdf:about="#TranscriptionRegulator"/>
        </owl:valuesFrom>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2</owl:minCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#PolymeraseActivity">
    <rdfs:label xml:lang="en">polymerase activity</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#functionOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Polymerase"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProteinFunction"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="FormationOfTranscriptionInitiationComplex">
    <rdfs:label xml:lang="en">formation of transcription initiation complex</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Binding"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TranscriptionInitiationComplex"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#TranscriptionInitiation"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#DNA"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BetaBarrelAlphaHelixDomain">
    <rdfs:label xml:lang="en">beta barrel alpha helix domain</rdfs:label>
    <rdfs:subClassOf rdf:resource="#ColdShockDomain"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="BetaBarrelAlphaHelixDomainTF"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Deoxynucleotide">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Deoxyribose"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Nucleotide"/>
    <rdfs:label xml:lang="en">deoxynucleotide</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#NonPhysicalContinuant">
    <rdfs:label xml:lang="en">non physical continuant</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Continuant"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </owl:disjointWith>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A non physical continuant is an entity that has no spatial dimension and no mass
.</definition>
  </owl:Class>
  <owl:Class rdf:ID="Euchromatin">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Transcriptionally active form of chromatin.</definition>
    <rdfs:label xml:lang="en">euchromatin</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Chromatin"/>
  </owl:Class>
  <owl:Class rdf:about="#IntraCellularProcess">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#locatedIn"/>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="#Cell"/>
              </owl:Restriction>
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#locatedIn"/>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="#CellComponent"/>
              </owl:Restriction>
            </owl:unionOf>
          </owl:Class>
          <owl:Class rdf:about="#MolecularProcess"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Processes that are carried out within the cell</definition>
    <rdfs:label xml:lang="en">intra cellular process</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ProteinTargeting">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Cell"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#locatedIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ProteinTransport"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">protein targeting</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process of targeting specific proteins to particular membrane-bound subcellular organelles. Usually requires an organelle specific protein sequence motif. [GO:0006605]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006605 protein targeting</reference>
  </owl:Class>
  <owl:Class rdf:ID="_5_Capping">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The sequence of enzymatic reactions by which the 5' cap structure, an inverted 7-methylguanosine linked via a 5'-5' triphosphate bridge (m7G(5')ppp(5')X) to the first transcribed residue, is added to a nascent RNA polymerase II transcript. [GO:0009452]</definition>
    <rdfs:subClassOf rdf:resource="#PosttranscriptionalModification"/>
    <rdfs:label xml:lang="en">5' capping</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0009452 RNA capping</reference>
  </owl:Class>
  <owl:Class rdf:about="#ColdShockDomainTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing cold shock domain.</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#ColdShockDomain"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cold shock domain transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="CellDeath">
    <rdfs:subClassOf rdf:resource="#CellularDevelopmentalProcess"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Cell"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">cell death</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0008219 cell death</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:ID="TranscriptionRNADependent">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006410 transcription RNA-dependent</reference>
    <rdfs:label xml:lang="en">transcription RNA-dependent</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#RNA"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="TranscriptionDuringRNA-mediatedTransposition"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Transcription"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The synthesis of DNA on a template of RNA. [GO:0006410]</definition>
  </owl:Class>
  <owl:Class rdf:about="#BindingOfTranscriptionFactorToDNA">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The function of binding to a specific DNA sequence in order to modulate transcription. [GO:0003700]</definition>
    <rdfs:label xml:lang="en">binding of transcription factor to DNA</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#DNA"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#DNA"/>
            </owl:allValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#TranscriptionFactor"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#EnhancerBindingTF">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >enhancer binding transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="TranscriptionActivator"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#GeneRegulatoryProtein"/>
  </owl:Class>
  <owl:Class rdf:about="#RNAPolymerase">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">RNA polymerase</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Polymerase"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasFunction"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#RNAPolymeraseActivity"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <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">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#TranscriptionActivator"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Enhancer"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Enhancer"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#TranscriptionActivator"/>
            </owl:allValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="HMGTF">
    <rdfs:label xml:lang="en">HMG-box transcription factor</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing high mobility group protein (HMG) box. [PANTHER:MF00226]</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="HMG"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#GeneralTranscriptionFactor">
    <rdfs:subClassOf rdf:resource="#TranscriptionFactor"/>
    <owl:disjointWith rdf:resource="#GeneRegulatoryProtein"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >general transcription factor</rdfs:label>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >basal transcription factor</synonym>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor that is required to initiate all transcription events independent of upstream regulatory elements.[PANTHER:MF00228]</definition>
  </owl:Class>
  <owl:Class rdf:about="#MutatedProtein">
    <rdfs:label xml:lang="en">mutated protein</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Protein"/>
  </owl:Class>
  <owl:Class rdf:ID="BindingToMicroRNA">
    <rdfs:label xml:lang="en">binding to micro RNA</rdfs:label>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >miRNA binding</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >microRNA binding</synonym>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#MicroRNA"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="BindingToRNA"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#MicroRNA"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Insulator">
    <rdfs:label xml:lang="en">insulator</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Prevents eukaryotic gene regulatory proteins from influencing distant genes / a  trancriptional cis regulatory region that when located between a CM and a gene's promoter prevents the CRM from modulating that genes expression. []</definition>
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >insulator element</synonym>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >boundary element</synonym>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000627 insulator</reference>
  </owl:Class>
  <owl:Class rdf:ID="Tissue">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Cell"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Organism"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">tissue</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="DBDomainOfNuclearReceptor">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="NuclearReceptor"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ZincCoordinatingDomain"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">DB domain of nuclear receptor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Function">
    <owl:disjointWith>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
    <rdfs:label xml:lang="en">function</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionInitiationComplex">
    <owl:disjointWith>
      <owl:Class rdf:about="#TranslationInitiationComplex"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ComplexMolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#DNARegion"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">transcription initiation complex</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Methylation">
    <rdfs:label xml:lang="en">methylation</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process by which a methyl group is covalently attached to a molecule. [GO:0032259]</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ModificationOfMolecularEntity"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0032259 methylation</reference>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionFactorBindingSiteOfDNA">
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
    <rdfs:subClassOf rdf:resource="#ProteinBindingSiteOfDNA"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="BindingOfTFToTFBindingSiteOfDNA"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#patientOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">transcription factor binding site of DNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#HelixTurnHelixDomain">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#HelixTurnHelixDomainTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNABindingDomainOfTF"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">helix-turn-helix domain</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#AP2_EREBPRelatedTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >AP2-EREBP related transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#AP2EREBPRelatedDomain"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
  </owl:Class>
  <owl:Class rdf:ID="Phosphorylation">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016310 phosphorylation</reference>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ModificationOfMolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">phosphorylation</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranslationInitiation">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">translation initiation</rdfs:label>
    <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Translation"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006413 translational initiation</reference>
  </owl:Class>
  <owl:Class rdf:ID="CellMotility">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process involved in the controlled movement of a cell. [GO:0006928]</definition>
    <rdfs:label xml:lang="en">cell motility</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Cell"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006928 cell motility</reference>
  </owl:Class>
  <owl:Class rdf:ID="TranslationRegulator">
    <rdfs:subClassOf rdf:resource="#Protein"/>
    <rdfs:label xml:lang="en">translation regulator</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any substance involved in the initiation, activation, perpetuation, repression or termination of polypeptide synthesis at the ribosome (modified from [GO:0045182]).</definition>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionRegulatorActivity">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0030528 transcription regulator activity</reference>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#TranscriptionRegulator"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#functionOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProteinFunction"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">transcription regulator activity</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#GeneExpression">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Polymerase"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="GeneProduct"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">gene expression</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Transcription"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#locatedIn"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Cell"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#CellComponent"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#locatedIn"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:unionOf>
      </owl:Class>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Promoter"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Translation"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Locus">
    <owl:disjointWith>
      <owl:Class rdf:about="#Orientation"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#UnpackedDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#DoubleStrandDNA"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
    <owl:disjointWith rdf:resource="#Phenotype"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Direction"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">locus</rdfs:label>
    <owl:disjointWith rdf:resource="#Conformation"/>
    <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#PackedDNA"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfTranscriptinByTwoComponentRegulatorySystem">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TwoComponentRegulatorySystem"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ComplexRegulationOfTranscription"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">regulation of transcriptin by two component regulatory system</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranslationInitiationComplex">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The protein complex that initiates ribosome-mediated translation of mRNA into a polypeptide (modified from [GO:0003743]).</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#TranslationFactor"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ComplexMolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#RNA"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0003743 translation initiation factor activity; IMR:0000901 translation initiation factor</reference>
    <rdfs:label xml:lang="en">translation initiation complex</rdfs:label>
    <owl:disjointWith rdf:resource="#TranscriptionInitiationComplex"/>
    <owl:disjointWith rdf:resource="#TranscriptionFactorComplex"/>
  </owl:Class>
  <owl:Class rdf:ID="Attenuator">
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A sequence segment located within the five prime end of an mRNA that causes premature termination of translation. [SO:0000140]</definition>
    <rdfs:label xml:lang="en">attenuator</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000140 attenuator</reference>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfFunction">
    <rdfs:label xml:lang="en">regulation of function</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Function"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#Function"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Direction">
    <owl:disjointWith>
      <owl:Class rdf:about="#PackedDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#UnpackedDNA"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Conformation"/>
    <owl:disjointWith rdf:resource="#Locus"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Orientation"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">direction</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:about="#DoubleStrandDNA"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
    <owl:disjointWith rdf:resource="#Phenotype"/>
    <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
  </owl:Class>
  <owl:Class rdf:ID="SMAD_NF1Domain">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="SMAD_NF1"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
    <rdfs:label xml:lang="en">SMAD NF 1 domain</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Apoenzyme">
    <rdfs:label xml:lang="en">apoenzyme</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Protein"/>
  </owl:Class>
  <owl:Class rdf:ID="Biomass">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">biomass</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RNAPolymeraseIIHoloenzyme">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="RNAPolymeraseII"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Holoenzyme"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA polymerase II holoenzyme</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ComplexMolecularEntity">
    <owl:disjointWith>
      <owl:Class rdf:about="#ProteinDomain"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Protein"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#NucleicAcid"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:valuesFrom>
          <owl:Class rdf:about="#MolecularEntity"/>
        </owl:valuesFrom>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2</owl:minCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">complex molecular entity</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#PairedBoxTF">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#PairedBox"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HelixTurnHelixDomainTF"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing paired box domain, found in several developmentally regulated proteins in fruit fly, mouse and human</definition>
    <rdfs:label xml:lang="en">paired box transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Plant">
    <rdfs:label xml:lang="en">plant</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Eukaryote"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NCBI Taxonomy ID:3193 Embryophyta</reference>
  </owl:Class>
  <owl:Class rdf:about="#ChromosomalDNA">
    <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></definition>
    <rdfs:label xml:lang="en">chromosomal DNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="IntraCellularTransport">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#MolecularEntity"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0046907 intracellular transport</reference>
    <rdfs:label xml:lang="en">intracellular transport</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The directed movement of substances within a cell. [GO:0046907]</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#MolecularEntity"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#MolecularEntity"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Transport"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#locatedIn"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Cell"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#MolecularEntity"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Nucleosome">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PackedDNA"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">nucleosome</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="FusionGene">
    <rdfs:label xml:lang="en">fusion gene</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Gene"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:valuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:valuesFrom>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Translation">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006412 translation</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#GeneExpression"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranslationTermination"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ProteinBiosynthesis"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranslationInitiation"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranslationElongation"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">translation</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Instrument">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">instrument</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ReporterGene">
    <rdfs:label xml:lang="en">reporter gene</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Gene"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#BindingOfProteinToProteinBindingSiteOfDNA">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Protein"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#ProteinBindingSiteOfDNA"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#ProteinBindingSiteOfDNA"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">binding of protein to protein binding site of DNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#BetaBarrelAlphaHelixDomainTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing beta-barrel alpha-helix domain.</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#BetaBarrelAlphaHelixDomain"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >beta-barrel alpha-helix domain transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="PositiveRegulation">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process that activates or increases the frequency, rate or extent of a biological process, function or phenomenon.</definition>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasQuality"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#PositivePolarity"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">positive regulation</rdfs:label>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >UpRegulation</synonym>
  </owl:Class>
  <owl:Class rdf:about="#BindingToRNA">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Interacting selectively with an RNA molecule or a portion thereof. [GO:0003723]</definition>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNA binding</synonym>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#RNA"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#RNA"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0003723 RNA binding</reference>
    <rdfs:label xml:lang="en">binding to RNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RNAPolymerase_III_PromoterType2">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RNAPolymerase_III_Promoter"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA polymerase III promoter type 2</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#bZIP">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A domain containing a basic region followed by a leucine zipper region, which is required for protein protein interaction.</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#bZIPTF"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BasicDomain"/>
    <rdfs:label xml:lang="en">b ZIP</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionRepressorActivity">
    <rdfs:label xml:lang="en">transcription repressor activity</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016564 transcription repressor activity</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any transcription regulator activity that prevents or downregulates transcription. [GO:0016564]</definition>
    <rdfs:subClassOf rdf:resource="#TranscriptionFactorActivity"/>
  </owl:Class>
  <owl:Class rdf:about="#Intron">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="NucleicAcidRegion"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">intron</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000188 intron</reference>
  </owl:Class>
  <owl:Class rdf:about="#HeterocyclicBase">
    <rdfs:label xml:lang="en">heterocyclic base</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
  </owl:Class>
  <owl:Class rdf:ID="MolecularFunction">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >molecular function</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0003674 molecular function</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf rdf:resource="#Function"/>
  </owl:Class>
  <owl:Class rdf:about="#RibosomalRNA">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000252 rRNA</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <owl:disjointWith>
      <owl:Class rdf:about="#MicroRNA"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#MessengerRNA"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RNAMolecule"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">rRNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="FormationOfTranscriptionFactorComplex">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Binding"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranscriptionFactorComplex"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Transcription"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The joining of transcription factors</definition>
    <rdfs:label xml:lang="en">formation of transcription factor complex</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="ProteinAmplification">
    <rdfs:label xml:lang="en">protein amplification</rdfs:label>
    <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Protein"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularProcess"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Terminator">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000141 terminator</reference>
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">terminator</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="SigmaFactorAntagonistActivity">
    <rdfs:label xml:lang="en">sigma factor antagonist activity</rdfs:label>
    <rdfs:subClassOf rdf:resource="#TranscriptionRegulatorActivity"/>
  </owl:Class>
  <owl:Class rdf:about="#ProteinDomain">
    <rdfs:label xml:lang="en">protein domain</rdfs:label>
    <owl:disjointWith rdf:resource="#Protein"/>
    <owl:disjointWith rdf:resource="#ComplexMolecularEntity"/>
    <owl:disjointWith rdf:resource="#Chemical"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#NucleicAcid"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#InformationBiopolymer"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#AminoAcid"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protein"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="CellAdhesion">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Binding"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Cell"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">cell adhesion</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0007155 cell adhesion</reference>
  </owl:Class>
  <owl:Class rdf:ID="Disease">
    <rdfs:label xml:lang="en">disease</rdfs:label>
    <rdfs:subClassOf rdf:resource="#OrganismalProcess"/>
  </owl:Class>
  <owl:Class rdf:ID="SpliceEnhancer">
    <rdfs:label xml:lang="en">splice enhancer</rdfs:label>
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Region of a transcript that regulates splicing. [SO:0000344]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000344 splice enhancer</reference>
  </owl:Class>
  <owl:Class rdf:about="#p53Like">
    <rdfs:label xml:lang="en">p 53 like</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#p53LikeTF"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:ID="DownstreamRegulatorySequence">
    <rdfs:label xml:lang="en">downstream regulatory sequence</rdfs:label>
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
  </owl:Class>
  <owl:Class rdf:ID="BindingOfTranslationInitiationComplexToRNA">
    <rdfs:label xml:lang="en">binding of translation initiation complex to RNA</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#TranslationInitiationComplex"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#RNA"/>
            </owl:someValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#RNA"/>
            </owl:allValuesFrom>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#TranslationInitiationComplex"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RNA binding of translation initiation complex</synonym>
  </owl:Class>
  <owl:Class rdf:about="#GeneProduct">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Protein"/>
          <owl:Class rdf:about="#RNA"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="encodedIn"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label xml:lang="en">gene product</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#RNARegion">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RNA"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA region</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chain of ribonucleotides that is part of a longer chain of ribunucleotides.</definition>
  </owl:Class>
  <owl:Class rdf:about="#LivingEntity">
    <rdfs:label xml:lang="en">living entity</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Operon">
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Operator"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Promoter"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000178 operon</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">operon</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="CellHomeostasis">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0019725 cellular homeostasis</reference>
    <rdfs:label xml:lang="en">cell homeostasis</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The processes involved in the maintenance of an internal equilibrium at the level of the cell. [GO:0019725]</definition>
    <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
  </owl:Class>
  <owl:Class rdf:about="#RNAMolecule">
    <rdfs:label xml:lang="en">RNA molecule</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chain of ribonucleotides as it occures at a whole.</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RNA"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="MotifIdentification">
    <rdfs:label xml:lang="en">motif identification</rdfs:label>
    <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
  </owl:Class>
  <owl:Class rdf:ID="NegativeRegulation">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >negative regulation</synonym>
    <rdfs:label xml:lang="en">down regulation</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#NegativePolarity"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasQuality"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#PackedDNA">
    <owl:disjointWith>
      <owl:Class rdf:about="#Orientation"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DoubleStrandDNA"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Locus"/>
    <owl:disjointWith rdf:resource="#Phenotype"/>
    <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
    <owl:disjointWith rdf:resource="#Conformation"/>
    <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
    <rdfs:label xml:lang="en">packed DNA</rdfs:label>
    <owl:disjointWith>
      <owl:Class rdf:about="#UnpackedDNA"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Direction"/>
  </owl:Class>
  <owl:Class rdf:ID="NegativeRegulationOfTranslation">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >GO:0017148 negative regulation of protein biosynthetic process</reference>
    <rdfs:label xml:lang="en">negative regulation of translation</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasQuality"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#NegativePolarity"/>
          </owl:Restriction>
          <owl:Class rdf:about="#RegulationOfTranslation"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Biofilm">
    <rdfs:label xml:lang="en">biofilm</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Microorganism"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalContinuant"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#RNAPolymeraseII">
    <rdfs:subClassOf rdf:resource="#RNAPolymerase"/>
    <rdfs:label xml:lang="en">RNA polymerase II</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TEADomain">
    <rdfs:label xml:lang="en">TEA domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TEADomainTF"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomain"/>
  </owl:Class>
  <owl:Class rdf:ID="UpstreamRegulatorySequence">
    <rdfs:label xml:lang="en">upstream regulatory sequence</rdfs:label>
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
  </owl:Class>
  <owl:Class rdf:ID="GrainyHeadTF">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >grainy-head transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="Grainyhead"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#RNAPolymerase_III_Promoter">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000171 RNApol III promoter</reference>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#fromSpecies"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Eukaryote"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Promoter"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">RNA polymerase III promoter</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A DNA sequence in eukaryotic DNA to which RNA polymerase III binds, to begin transcription. [SO:0000171]</definition>
  </owl:Class>
  <owl:Class rdf:ID="ExonOnRNA">
    <rdfs:label xml:lang="en">exon on RNA</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Exon"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#RNARegion"/>
  </owl:Class>
  <owl:Class rdf:ID="Nucleus">
    <rdfs:subClassOf rdf:resource="#CellComponent"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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'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>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >nucleus</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0005634 nucleus</reference>
  </owl:Class>
  <owl:Class rdf:about="#PhysicalInteraction">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#PhysicalContinuant"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#PhysicalContinuant"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Process"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#PhysicalContinuant"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#PhysicalContinuant"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">physical interaction</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RuntLikeTF">
    <rdfs:label xml:lang="en">runt-like  transcription factor</rdfs:label>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >runt-domain-like  transcription factor</synonym>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="RuntLikeDomain"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="GCM">
    <rdfs:label xml:lang="en">GCM domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="GCMTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ZincCoordinatingDomain"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BindingAssay">
    <rdfs:label xml:lang="en">binding assay</rdfs:label>
    <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Binding"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Spacer">
    <rdfs:label xml:lang="en">spacer</rdfs:label>
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <protege:todoProperty rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Provides flexibility needed for communication between DNA bound proteins. Not recognized by gene regulatory proteins.</protege:todoProperty>
  </owl:Class>
  <owl:Class rdf:ID="DNAPolymerase">
    <rdfs:subClassOf rdf:resource="#Polymerase"/>
    <rdfs:label xml:lang="en">DNA polymerase</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionOfOperon">
    <rdfs:label xml:lang="en">transcription of operon</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Operon"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Transcription"/>
  </owl:Class>
  <owl:Class rdf:about="#Orientation">
    <owl:disjointWith rdf:resource="#Direction"/>
    <rdfs:label xml:lang="en">orientation</rdfs:label>
    <owl:disjointWith rdf:resource="#PackedDNA"/>
    <owl:disjointWith rdf:resource="#Conformation"/>
    <owl:disjointWith rdf:resource="#Phenotype"/>
    <owl:disjointWith rdf:resource="#Locus"/>
    <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
    <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#UnpackedDNA"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#DoubleStrandDNA"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#PhysicalContinuant">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf rdf:resource="#Continuant"/>
    <owl:disjointWith rdf:resource="#Function"/>
    <owl:disjointWith rdf:resource="#NonPhysicalContinuant"/>
    <rdfs:label xml:lang="en">physical continuant</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Silencer">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000625 silencer</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#patientOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#BindingOfTranscriptionRepressorToSilencer"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">silencer</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#bHSH">
    <rdfs:label xml:lang="en">b HSH</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#bHSHTF"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BasicDomain"/>
  </owl:Class>
  <owl:Class rdf:ID="C6ZincCluster">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:ID="C6ZincClusterTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ZincCoordinatingDomain"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">C6 zinc cluster</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#RNACodingGene">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Gene"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RNACodingDNARegion"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#ProteinCodingGene"/>
    <rdfs:label xml:lang="en">RNA coding gene</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#RNA">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#NucleicAcid"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chain of ribonucleotides.</definition>
    <rdfs:label xml:lang="en">RNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Histone">
    <rdfs:label xml:lang="en">histone</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Protein"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#BindingOfProteinToDNA"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#agentOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#NuclearReceptor">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="TranscriptionCoactivator"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#DBDomainOfNuclearReceptor"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A ligand-dependent receptor found in the nucleus of the cell. [GO:0004879]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0004879 ligand-dependent nuclear receptor activity</reference>
    <rdfs:label xml:lang="en">nuclear receptor transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionCofactorActivity">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0003712 transcription cofactor activity</reference>
    <rdfs:label xml:lang="en">transcription cofactor activity</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranscriptionCofactor"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#functionOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#TranscriptionRegulatorActivity"/>
  </owl:Class>
  <owl:Class rdf:ID="BindingOfMolecularEntity">
    <rdfs:label xml:lang="en">binding of molecular entity</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom>
              <owl:Class rdf:about="#MolecularEntity"/>
            </owl:someValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom>
              <owl:Class rdf:about="#MolecularEntity"/>
            </owl:allValuesFrom>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <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>
          <owl:ObjectProperty rdf:about="#patientOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#BindingOfTFToTFBindingSiteOfProtein"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TATAbox">
    <rdfs:label xml:lang="en">TATA box</rdfs:label>
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#fromSpecies"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Eukaryote"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#EukaryoticRNAPolymerasePromoter"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#RNAMetabolism">
    <rdfs:label xml:lang="en">RNA metabolism</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016070 RNA metabolic process</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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',5'-phosphodiester linkage. [GO:0016070]</definition>
    <rdfs:subClassOf>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#RNA"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#resultsIn"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#RNA"/>
          </owl:Restriction>
        </owl:unionOf>
      </owl:Class>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MetabolicPathway"/>
  </owl:Class>
  <owl:Class rdf:about="#Grainyhead">
    <rdfs:label xml:lang="en">grainyhead</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#GrainyHeadTF"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
  </owl:Class>
  <owl:Class rdf:ID="ProteinComplex">
    <rdfs:label xml:lang="en">protein complex</rdfs:label>
    <rdfs:subClassOf rdf:resource="#ComplexMolecularEntity"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2</owl:minCardinality>
        <owl:valuesFrom rdf:resource="#Protein"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ActivationOfTranscriptionRegulatorActivity">
    <rdfs:label xml:lang="en">activation of transcription regulator activity</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Activation"/>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#TranscriptionRegulatorActivity"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#TranscriptionRegulatorActivity"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="NegativeRegulationOfGeneExpression">
    <rdfs:label xml:lang="en">negative regulation of gene expression</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulationOfGeneExpression"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#NegativePolarity"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasQuality"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process that stops, prevents or reduces the frequency, rate or extent of gene expression.</definition>
  </owl:Class>
  <owl:Class rdf:ID="PositiveRegulationOfGeneExpression">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process that activates or increases the frequency, rate or extent of gene expression.</definition>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulationOfGeneExpression"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#PositivePolarity"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasQuality"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">positive regulation of gene expression</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#DNA">
    <rdfs:label xml:lang="en">DNA</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A chain of deoxyribonucleotides.</definition>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#NucleicAcid"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPart"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Deoxynucleotide"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#ProteinBiosynthesis">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protein"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ProteinMetabolism"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protein"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The chemical reactions and pathways resulting in the formation of proteins.</definition>
    <rdfs:label xml:lang="en">protein biosynthesis</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ProteinMetabolism">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Protein"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:unionOf>
      </owl:Class>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MetabolicPathway"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0019538 protein metabolic process</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The chemical reactions and pathways involving a specific protein, rather than of proteins in general. Includes protein modification. [GO:0019538]</definition>
    <rdfs:label xml:lang="en">protein metabolism</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ProteinModification">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">protein modification</rdfs:label>
    <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
    <rdfs:subClassOf rdf:resource="#ProteinProteinInteraction"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ModificationOfMolecularEntity"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006464 protein modification process</reference>
  </owl:Class>
  <owl:Class rdf:about="#BindingToBindingSiteOfProtein">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#BindingSiteOfProtein"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#BindingSiteOfProtein"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">binding to binding site of protein</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="TBoxDomain">
    <rdfs:label xml:lang="en">T box domain</rdfs:label>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
  </owl:Class>
  <owl:Class rdf:about="#ComplexRegulationOfTranscription">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RegulationOfTranscription"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">complex regulation of transcription</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="PositiveRegulationOfTranscription">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Any process that activates or increases the frequency, rate or extent of transcription. [GO:0045941]</definition>
    <rdfs:label xml:lang="en">positive regulation of transcription</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0045941 positive regulation of transcription</reference>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulationOfTranscription"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasQuality"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#PositivePolarity"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="BindingOfRNAPolymeraseToDNA">
    <rdfs:subClassOf rdf:resource="#Binding"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#RNA"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#RNAPolymeraseBindingSiteOfDNA"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">binding of RNA polymerase to DNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Carbohydrate">
    <owl:disjointWith rdf:resource="#Nucleoside"/>
    <rdfs:label xml:lang="en">carbohydrate</rdfs:label>
    <owl:disjointWith rdf:resource="#Gas"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:23008 carbohydrate</reference>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lipid"/>
    </owl:disjointWith>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0001657 carbohydrate</reference>
    <owl:disjointWith rdf:resource="#AminoAcid"/>
    <owl:disjointWith rdf:resource="#Vitamin"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#InositolPhosphate"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Ion"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <owl:disjointWith rdf:resource="#SecondMessenger"/>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionRegulator">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Protein"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasFunction"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#TranscriptionRegulatorActivity"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">transcription regulator</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Protein that has transcription regulator activity.</definition>
  </owl:Class>
  <owl:Class rdf:about="#RHRTF">
    <rdfs:label xml:lang="en">RHR  transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#RHR"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#CatalyticActivity">
    <rdfs:label xml:lang="en">catalytic activity</rdfs:label>
    <rdfs:subClassOf rdf:resource="#MolecularFunction"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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="http://www.w3.org/2001/XMLSchema#string"
    >GO:0003824 catalytic activity</reference>
  </owl:Class>
  <owl:Class rdf:about="#TryptophanClusterTF">
    <rdfs:label xml:lang="en">tryptophan cluster transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TryptophanCluster"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HelixTurnHelixDomainTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Behavior">
    <rdfs:label xml:lang="en">behavior</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Organism"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#PhysiologicalProcess"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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's internal state and external conditions. [GO:0007610]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0007610 behavior</reference>
  </owl:Class>
  <owl:Class rdf:about="#DNABindingSite">
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <rdfs:label xml:lang="en">DNA binding site</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#HMG">
    <rdfs:label xml:lang="en">HMG</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#HMGTF"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
  </owl:Class>
  <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">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#TranscriptionFactor"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="BindingOfTranscriptionFactorToOperator">
    <rdfs:label xml:lang="en">binding of transcription factor to operator</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Operator"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Operator"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#TranscriptionFactor"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="EscherichiaColi">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NCBI Taxonomy ID: 562 Escherichia coli</reference>
    <rdfs:subClassOf rdf:resource="#Bacterium"/>
    <rdfs:label xml:lang="en">Escherichia coli</rdfs:label>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >E.coli</synonym>
  </owl:Class>
  <owl:Class rdf:ID="RNASplicing">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf rdf:resource="#PosttranscriptionalModification"/>
    <rdfs:label xml:lang="en">RNA splicing</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0008380 RNA splicing</reference>
  </owl:Class>
  <owl:Class rdf:about="#GCMTF">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#GCM"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ZincCoordinatingDomainTF"/>
    </rdfs:subClassOf>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GCM transcription factor</synonym>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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'-ATGCGGGT-3'. 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>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >glia cell missing transcription factors</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ForkheadWingedHelix">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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 'winged helix'. 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>
    <rdfs:label xml:lang="en">forkhead/winged-helix domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#ForkheadWingedHelixTF"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#HelixTurnHelixDomain"/>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfProcess">
    <rdfs:label xml:lang="en">regulation of process</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Process"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Process"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="CellCycle">
    <rdfs:label xml:lang="en">cell cycle</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CellularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Cell"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0007049 cell cycle</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:ID="DefectGene">
    <rdfs:label xml:lang="en">defect gene</rdfs:label>
    <rdfs:subClassOf rdf:resource="#MutantGene"/>
  </owl:Class>
  <owl:Class rdf:about="#BetaScaffoldDomainTF_WithMinorGrooveContacts">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
    <rdfs:label xml:lang="en">beta scaffold domain transcription factor with minor groove contacts</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="_3_Polyadenylation">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >polyadenylation at the 3' end</synonym>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >3' polyadenylation</rdfs:label>
    <rdfs:subClassOf rdf:resource="#PosttranscriptionalModification"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The enzymatic addition of a sequence of 40-200 adenylyl residues at the 3' end of a eukaryotic mRNA primary transcript. [GO:0006378]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006378 mRNA polyadenylation</reference>
  </owl:Class>
  <owl:Class rdf:about="#RNACodingDNARegion">
    <rdfs:label xml:lang="en">RNA coding DNA region</rdfs:label>
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#RNA"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#encodes"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SigmaFactor">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">sigma factor</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Protein"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasFunction"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#SigmaFactorActivity"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Heterochromatin">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Transcriptionally inactive form of chromatin.</definition>
    <rdfs:subClassOf rdf:resource="#Chromatin"/>
    <rdfs:label xml:lang="en">heterochromatin</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#bHLH">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#bHLHTF"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BasicDomain"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">b HLH</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#CopperFistTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">copper fist transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#CopperFist"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
  </owl:Class>
  <owl:Class rdf:ID="HistoneAcetylation">
    <rdfs:label xml:lang="en">histone acetylation</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="DNAModification"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Acetylation"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The modification of histones by addition of acetyl groups. [GO:0016573]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0016573 histone acetylation</reference>
  </owl:Class>
  <owl:Class rdf:ID="GeneControlRegion">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2</owl:minCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:valuesFrom rdf:resource="#RegulatoryDNARegion"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
    <rdfs:label xml:lang="en">gene control region</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfTranscriptionOfOperon">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">regulation of transcription of operon</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranscriptionOfOperon"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#RegulationOfTranscription"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#RegulationOfTranscription">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0045449 regulation of transcription</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranscriptionRegulator"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">regulation of transcription</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Transcription"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#Transcription"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#Polarity">
    <rdfs:label xml:lang="en">polarity</rdfs:label>
    <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
  </owl:Class>
  <owl:Class rdf:about="#GeneFusion">
    <rdfs:label xml:lang="en">gene fusion</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularProcess"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#FusionGene"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >2</owl:minCardinality>
        <owl:valuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:valuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#PhysicalContact"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#resultsIn"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="PocketDomain">
    <rdfs:label xml:lang="en">pocket domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#PocketDomain"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNABindingDomainOfTF"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >pocket consists of two conserved 'boxes' (A and B) with a less conserved spacer region lying in between</definition>
  </owl:Class>
  <owl:Class rdf:about="#MADSTF">
    <rdfs:label xml:lang="en">MADS  transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#MADS"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing MADS domain.</definition>
  </owl:Class>
  <owl:Class rdf:ID="Sequence">
    <rdfs:label xml:lang="en">sequence</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="PrimaryStructure"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ProteinMaturation">
    <rdfs:label xml:lang="en">protein maturation</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protein"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0051604 protein maturation</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The process leading to the attainment of the full functional capacity of a protein. [GO:0051604]</definition>
  </owl:Class>
  <owl:Class rdf:about="#ZincCoordinatingDomain">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#ZincCoordinatingDomainTF"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#DNABindingDomainOfTF"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">zinc-coordinating domain</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Homodimerization">
    <rdfs:label xml:lang="en">homodimerization</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0042803 protein homodimerization activity</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Interacting selectively with an identical protein to form a homodimer. [GO:0042803]</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Dimerization"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ProteinCatabolism">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Protein"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ProteinMetabolism"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0030163 protein catabolic process</reference>
    <rdfs:label xml:lang="en">protein catabolism</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:about="#InositolPhosphate">
    <owl:disjointWith rdf:resource="#SecondMessenger"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:24846 inositol phosphates</reference>
    <owl:disjointWith rdf:resource="#Nucleoside"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Ion"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#AminoAcid"/>
    <owl:disjointWith rdf:resource="#Gas"/>
    <rdfs:label xml:lang="en">inositol phosphate</rdfs:label>
    <owl:disjointWith rdf:resource="#Carbohydrate"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lipid"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <owl:disjointWith rdf:resource="#Vitamin"/>
  </owl:Class>
  <owl:Class rdf:ID="TFModule">
    <rdfs:subClassOf rdf:resource="#TranscriptionFactorBindingSiteOfDNA"/>
    <rdfs:label xml:lang="en">TF module</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionActivator">
    <rdfs:label xml:lang="en">transcription activator</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#StructuralDomainOfTranscriptionActivator"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription regulator activity required for initiation or upregulation of transcription.</definition>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#TranscriptionRegulator"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasFunction"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#TranscriptionActivatorActivity"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="MolecularBinding">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#BindingToMolecularEntity"/>
          <owl:Class rdf:about="#BindingOfMolecularEntity"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">molecular binding</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#MicroRNA">
    <rdfs:subClassOf rdf:resource="#RNAMolecule"/>
    <owl:disjointWith rdf:resource="#RibosomalRNA"/>
    <owl:disjointWith rdf:resource="#MessengerRNA"/>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >microRNA</synonym>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >miRNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="tRNA">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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' end, to which the tRNA'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 'wobble' 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>
    <rdfs:subClassOf rdf:resource="#RNAMolecule"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000253 tRNA</reference>
    <rdfs:label xml:lang="en">t RNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#PrimaryStructure">
    <rdfs:label xml:lang="en">primary structure</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularStructure"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:about="#NucleicAcidRegion">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#NucleicAcid"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">nucleic acid region</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Agonist">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Ligand"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">agonist</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Deoxynucleoside">
    <rdfs:label xml:lang="en">deoxynucleoside</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Deoxyribose"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Nucleoside"/>
  </owl:Class>
  <owl:Class rdf:about="#NucleicAcid">
    <owl:disjointWith rdf:resource="#ComplexMolecularEntity"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:33696 nucleic acids</reference>
    <rdfs:label xml:lang="en">nucleic acid</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf rdf:resource="#InformationBiopolymer"/>
    <owl:disjointWith rdf:resource="#ProteinDomain"/>
    <owl:disjointWith rdf:resource="#Chemical"/>
    <owl:disjointWith rdf:resource="#Protein"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Nucleotide"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Fungus">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Eukaryote"/>
    </rdfs:subClassOf>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">fungus</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NCBI Taxonomy ID: 4751 Fungi</reference>
  </owl:Class>
  <owl:Class rdf:about="#Eukaryote">
    <rdfs:subClassOf rdf:resource="#Organism"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NCBI Taxonomy ID: 2759 Eukaryota</reference>
    <owl:disjointWith rdf:resource="#Prokaryote"/>
    <owl:disjointWith rdf:resource="#Virus"/>
    <rdfs:label xml:lang="en">eukaryote</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RNAModification">
    <rdfs:label xml:lang="en">RNA modification</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#RNA"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#RNAMetabolism"/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ModificationOfMolecularEntity"/>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0009451 RNA modification</reference>
  </owl:Class>
  <owl:Class rdf:about="#ModificationOfMolecularEntity">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#MolecularEntity"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularProcess"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">modification of molecular entity</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfPhysicalInteraction">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#PhysicalInteraction"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#PhysicalInteraction"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">regulation of physical interaction</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#DM">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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 'intertwined' 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>
    <rdfs:label xml:lang="en">DM domain</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#DMTF"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ZincCoordinatingDomain"/>
  </owl:Class>
  <owl:Class rdf:about="#Dimerization">
    <rdfs:label xml:lang="en">dimerization</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0046983 protein dimerization activity</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The formation of a protein dimer, a macromolecular structure consists of two noncovalently associated identical or nonidentical subunits. [GO:0046983]</definition>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#BindingOfProteinToProteinBindingSiteOfProtein"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Holoenzyme">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A complete and catalytically active enzyme consisting of all subunits. (i.e. Holoenzyme = Apoenzyme + Cofactor).</definition>
    <rdfs:subClassOf rdf:resource="#Protein"/>
    <rdfs:label xml:lang="en">holoenzyme</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ProteinTransport">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0015031 protein transport</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The directed movement of proteins into, out of, within or between cells. [GO:0015031]</definition>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Transport"/>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
            <owl:someValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">protein transport</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="FormationOfProteinDNAComplex">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0065004 protein-DNA complex assembly</reference>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#DNA"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Protein"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Binding"/>
    <rdfs:label xml:lang="en">formation of protein DNA complex</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The aggregation and bonding together of proteins and DNA molecules to form a protein-DNA complex. [GO:0065004]</definition>
  </owl:Class>
  <owl:Class rdf:ID="IntronOnDNA">
    <rdfs:subClassOf rdf:resource="#Intron"/>
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <rdfs:label xml:lang="en">intron on DNA</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Heterodimerization">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0046982 protein heterodimerization activity</reference>
    <rdfs:subClassOf rdf:resource="#Dimerization"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Interacting selectively with a nonidentical protein to form a heterodimer. [GO:0046982]</definition>
    <rdfs:label xml:lang="en">heterodimerization</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="CellDifferentiation">
    <rdfs:label xml:lang="en">cell differentiation</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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's life history. Differentiation includes the processes involved in commitment of a cell to a specific fate. [GO:0030154]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0030154 cell differentiation</reference>
    <rdfs:subClassOf rdf:resource="#CellularDevelopmentalProcess"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Cell"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#StructuralDomainOfTranscriptionRepressor">
    <rdfs:subClassOf rdf:resource="#ProteinDomain"/>
    <rdfs:label xml:lang="en">structural domain of transcription repressor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Exon">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A region that codes for portion of spliced messenger RNA (SO:0000234); may contain 5'-untranslated region (SO:0000204), all open reading frames (SO:0000236) and 3'-untranslated region (SO:0000205). [SO:0000147, http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000147 exon</reference>
    <rdfs:label xml:lang="en">exon</rdfs:label>
    <rdfs:subClassOf rdf:resource="#NucleicAcidRegion"/>
  </owl:Class>
  <owl:Class rdf:about="#RuntLikeDomain">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#RuntLikeTF"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
    <rdfs:label xml:lang="en">runt like domain</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionInitiation">
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></synonym>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">transcription initiation</rdfs:label>
    <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Transcription"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006352 transcription initiation</reference>
  </owl:Class>
  <owl:Class rdf:about="#DNABindingDomainOfTF">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TranscriptionFactor"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#DNABindingDomainOfProtein"/>
    <rdfs:label xml:lang="en">DNA binding domain of transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Ligand">
    <rdfs:label xml:lang="en">ligand</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#MolecularEntity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#agentOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Binding"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0000002 ligand</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Binding to a specific receptor protein and activating intracellular signaling cascades that alter the behavior of the cell. [IMR:0000002, ISBN:0815340729]</definition>
  </owl:Class>
  <owl:Class rdf:ID="PositiveRegulationOfTranscriptionByTranscriptionActivator">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasAgent"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranscriptionActivator"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#PositiveRegulationOfTranscription"/>
    <rdfs:label xml:lang="en">positive regulation of transcription by transcription activator</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:ID="TranscriptionOfGene">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006350 transcription</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The synthesis of either RNA on a template of DNA or DNA on a template of RNA. [GO:0006350]</definition>
    <rdfs:label xml:lang="en">transcription of gene</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Transcription"/>
  </owl:Class>
  <owl:Class rdf:ID="PocketDomainTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing pocket domain (e.g. the RB protein).</definition>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#PocketDomain"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
    <rdfs:label xml:lang="en">pocket domain transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#C6ZincClusterTF">
    <rdfs:label xml:lang="en">C6 zinc cluster transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#C6ZincCluster"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#ZincCoordinatingDomainTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#DNAModification">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The covalent alteration of one or more nucleotide sites in DNA, resulting in a change in its properties. [GO:0006304]</definition>
    <rdfs:label xml:lang="en">DNA modification</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006304 DNA modification</reference>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#DNA"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#ModificationOfMolecularEntity"/>
  </owl:Class>
  <owl:Class rdf:about="#Ion">
    <owl:disjointWith rdf:resource="#AminoAcid"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:24870 ions</reference>
    <owl:disjointWith>
      <owl:Class rdf:about="#Lipid"/>
    </owl:disjointWith>
    <rdfs:label xml:lang="en">ion</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0001658 ion</reference>
    <owl:disjointWith rdf:resource="#SecondMessenger"/>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ion is a molecular entity having a net electric charge. [CHEBI:24870]</definition>
    <owl:disjointWith rdf:resource="#Gas"/>
    <owl:disjointWith rdf:resource="#Nucleoside"/>
    <owl:disjointWith rdf:resource="#InositolPhosphate"/>
    <owl:disjointWith rdf:resource="#Carbohydrate"/>
    <owl:disjointWith rdf:resource="#Vitamin"/>
  </owl:Class>
  <owl:Class rdf:about="#TBP">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:label xml:lang="en">TATA-binding protein</rdfs:label>
    <synonym rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TBP</synonym>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#TBPDomain"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
  </owl:Class>
  <owl:Class rdf:about="#Regulon">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:1001284 regulon</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A group of genes, whether linked as a cluster or not, that respond to a common regulatory signal. [SO:1001284, ISBN:0198506732]</definition>
    <rdfs:label xml:lang="en">regulon</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#patientOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranscriptionOfRegulonGenes"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="#Gene"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionDuringRNA-mediatedTransposition">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The synthesis of DNA from an RNA transposon intermediate. [GO:0032199]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0032199 transcription during RNA-mediated transposition</reference>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#RNA"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasParticipant"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#TranscriptionRNADependent"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#TranscriptionRNADependent"/>
    <rdfs:label xml:lang="en">transcription during RNA-mediated transposition</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Lipid">
    <owl:disjointWith rdf:resource="#Carbohydrate"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:18059 lipids</reference>
    <owl:disjointWith rdf:resource="#Gas"/>
    <owl:disjointWith rdf:resource="#InositolPhosphate"/>
    <owl:disjointWith rdf:resource="#Nucleoside"/>
    <rdfs:label xml:lang="en">lipid</rdfs:label>
    <owl:disjointWith rdf:resource="#SecondMessenger"/>
    <owl:disjointWith rdf:resource="#Vitamin"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <owl:disjointWith rdf:resource="#Ion"/>
    <rdfs:subClassOf rdf:resource="#Chemical"/>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >IMR:0000947 lipid</reference>
    <owl:disjointWith rdf:resource="#AminoAcid"/>
  </owl:Class>
  <owl:Class rdf:about="#SMAD_NF1">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#SMAD_NF1Domain"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomainTF_WithMinorGrooveContacts"/>
    <rdfs:label xml:lang="en">SMAD NF-1  transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Temperature">
    <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
    <rdfs:label xml:lang="en">temperature</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ZincCoordinatingDomainTF">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#ZincCoordinatingDomain"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing zinc coordinating domain.</definition>
    <rdfs:label xml:lang="en">zinc coordinating domain transcription factor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#MolecularStructure">
    <rdfs:subClassOf rdf:resource="#NonPhysicalContinuant"/>
    <rdfs:label xml:lang="en">molecular structure</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Archaebacterium">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NCBI Taxonomy ID: 2157  Archaea</reference>
    <rdfs:label xml:lang="en">archaebacterium</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Prokaryote"/>
    <owl:disjointWith rdf:resource="#Bacterium"/>
  </owl:Class>
  <owl:Class rdf:ID="CellularMetabolicProcess">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0044237 cellular metabolic process</reference>
    <rdfs:label xml:lang="en">cellular metabolic process</rdfs:label>
    <rdfs:subClassOf rdf:resource="#IntraCellularProcess"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The chemical reactions and pathways by which individual cells transform chemical substances. [GO:0044237]</definition>
  </owl:Class>
  <owl:Class rdf:about="#Deoxyribose">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:28816 2-deoxy-D-ribose</reference>
    <rdfs:label xml:lang="en">deoxyribose</rdfs:label>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Ribose"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TranscriptionCorepressor">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription cofactor that represses transcription from a RNA polymerase II promoter; it does not bind DNA itself. (modified from [GO:0003714])</definition>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#TranscriptionRepressor"/>
          <owl:Class rdf:about="#TranscriptionCofactor"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">transcription corepressor</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ProteinCodingOpenReadingFrame">
    <rdfs:subClassOf rdf:resource="#ProteinCodingDNARegion"/>
    <rdfs:subClassOf rdf:resource="#OpenReadingFrame"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >protein coding ORF</rdfs:label>
    <owl:disjointWith rdf:resource="#RNACodingOpenReadingFrame"/>
  </owl:Class>
  <owl:Class rdf:ID="SequenceHomologyAnalysis">
    <rdfs:label xml:lang="en">sequence homology analysis</rdfs:label>
    <rdfs:subClassOf rdf:resource="#ExperimentalMethod"/>
  </owl:Class>
  <owl:Class rdf:about="#DoubleStrandDNA">
    <rdfs:label xml:lang="en">double strand DNA</rdfs:label>
    <owl:disjointWith rdf:resource="#Conformation"/>
    <owl:disjointWith rdf:resource="#Direction"/>
    <owl:disjointWith rdf:resource="#Locus"/>
    <owl:disjointWith rdf:resource="#Orientation"/>
    <owl:disjointWith rdf:resource="#Phenotype"/>
    <owl:disjointWith rdf:resource="#SingleStrandDNA"/>
    <rdfs:subClassOf rdf:resource="#DNA"/>
  </owl:Class>
  <owl:Class rdf:ID="BidirectionalPromoter">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Promoter"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">bidirectional promoter</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Gene">
    <rdfs:label xml:lang="en">gene</rdfs:label>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000704 gene</reference>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
    <rdfs:subClassOf rdf:resource="#DNARegion"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#DNA"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#TranslationFactor">
    <rdfs:subClassOf rdf:resource="#TranslationRegulator"/>
    <rdfs:label xml:lang="en">translation factor</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:about="#STAT">
    <rdfs:label xml:lang="en">STAT</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#STATTF"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#partOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#BetaScaffoldDomain_WithMinorGrooveContacts"/>
  </owl:Class>
  <owl:Class rdf:ID="RegulationOfPathway">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#RegulatoryProcess"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Pathway"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#Pathway"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:label xml:lang="en">regulation of pathway</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TranscriptionCoactivator">
    <rdfs:subClassOf rdf:resource="#TranscriptionActivator"/>
    <rdfs:subClassOf rdf:resource="#TranscriptionCofactor"/>
    <rdfs:label xml:lang="en">transcription coactivator</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription cofactor that activates transcription from a RNA polymerase II promoter; it does not bind DNA itself. (modified from [GO:0003713])</definition>
  </owl:Class>
  <owl:Class rdf:about="#HSFTF">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Heat shock transcription factor</definition>
    <rdfs:label xml:lang="en">HSF transcription factor</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#HSF"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#HelixTurnHelixDomainTF"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bacteriophage">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NCBI Taxonomy ID: 38018 unidentified phage</reference>
    <rdfs:subClassOf rdf:resource="#Virus"/>
    <rdfs:label xml:lang="en">bacteriophage</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Microorganism">
    <rdfs:subClassOf>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Protist"/>
          <owl:Class rdf:about="#Archaebacterium"/>
          <owl:Class rdf:about="#Fungus"/>
          <owl:Class rdf:about="#Bacterium"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Organism"/>
    <rdfs:label xml:lang="en">microorganism</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Promoter">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SO:0000167 promoter</reference>
    <rdfs:subClassOf rdf:resource="#RegulatoryDNARegion"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A regulatory_region composed of the TSS(s) and binding sites for TF_complexes of the basal transcription machinery. [SO:0000167]</definition>
    <rdfs:label xml:lang="en">promoter</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#NuclearExportOfmRNA">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The directed movement of mRNA from the nucleus to the cytoplasm. [GO:0006406]</definition>
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0006406 mRNA export from nucleus</reference>
    <rdfs:label xml:lang="en">nuclear export of mRNA</rdfs:label>
    <rdfs:subClassOf rdf:resource="#ProteinTargeting"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#locatedIn"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="#Nucleus"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#MessengerRNA"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPatient"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <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">
          <owl:Class rdf:about="#Binding"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#Protein"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#ProteinBindingSiteOfProtein"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
            <owl:allValuesFrom rdf:resource="#Protein"/>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#ProteinBindingSiteOfProtein"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasPatient"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:about="#MolecularEntity">
    <rdfs:label xml:lang="en">molecular entity</rdfs:label>
    <owl:disjointWith rdf:resource="#Organism"/>
    <owl:disjointWith rdf:resource="#Cell"/>
    <rdfs:subClassOf rdf:resource="#PhysicalContinuant"/>
  </owl:Class>
  <owl:Class rdf:about="#HelixTurnHelixDomainTF">
    <rdfs:label xml:lang="en">helix-turn-helix domain transcription factor</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A transcription factor containing helix-turn-helix domain.</definition>
    <rdfs:subClassOf rdf:resource="#EnhancerBindingTF"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#HelixTurnHelixDomain"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasPart"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#UnpackedDNA">
    <owl:disjointWith rdf:resource="#Conformation"/>
    <rdfs:subClassOf rdf:resource="#DNAMolecule"/>
    <rdfs:label xml:lang="en">unpacked DNA</rdfs:label>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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:disjointWith rdf:resource="#Orientation"/>
    <owl:disjointWith rdf:resource="#Locus"/>
    <owl:disjointWith rdf:resource="#PackedDNA"/>
    <owl:disjointWith rdf:resource="#Direction"/>
    <owl:disjointWith rdf:resource="#Phenotype"/>
  </owl:Class>
  <owl:Class rdf:about="#Protist">
    <rdfs:label xml:lang="en">protist</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Eukaryote"/>
  </owl:Class>
  <owl:Class rdf:about="#ProteinFunction">
    <rdfs:label xml:lang="en">protein function</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="#Protein"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#functionOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#MolecularFunction"/>
  </owl:Class>
  <owl:Class rdf:about="#CellularProcess">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >GO:0009987 cellular process</reference>
    <rdfs:label xml:lang="en">cellular process</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#locatedIn"/>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="#Cell"/>
              </owl:Restriction>
              <owl:Restriction>
                <owl:someValuesFrom rdf:resource="#CellComponent"/>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#locatedIn"/>
                </owl:onProperty>
              </owl:Restriction>
              <owl:Restriction>
                <owl:someValuesFrom rdf:resource="#Cell"/>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#hasAgent"/>
                </owl:onProperty>
              </owl:Restriction>
              <owl:Restriction>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="#hasPatient"/>
                </owl:onProperty>
                <owl:someValuesFrom rdf:resource="#Cell"/>
              </owl:Restriction>
            </owl:unionOf>
          </owl:Class>
          <owl:Class rdf:about="#PhysiologicalProcess"/>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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>
  <owl:Class rdf:about="#Ribose">
    <reference rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CHEBI:26564 riboses</reference>
    <rdfs:label xml:lang="en">ribose</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Carbohydrate"/>
  </owl:Class>
  <owl:Class rdf:about="#MolecularProcess">
    <rdfs:label xml:lang="en">molecular process</rdfs:label>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Process"/>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="#MolecularEntity"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
          <owl:Restriction>
            <owl:allValuesFrom rdf:resource="#MolecularEntity"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="#hasAgent"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="participatesIn">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#hasParticipant"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasQuality">
    <rdfs:range rdf:resource="#NonPhysicalContinuant"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#encodes">
    <rdfs:range rdf:resource="#GeneProduct"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#encodedIn"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#NucleicAcid"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasAgent">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#hasParticipant"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#agentOf"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#locatedIn">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="locationOf"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#Continuant"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#resultsIn">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="resultsFrom"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasPatient">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#patientOf"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#hasParticipant"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#resultsFrom">
    <owl:inverseOf rdf:resource="#resultsIn"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasFunction">
    <rdfs:range rdf:resource="#Function"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#functionOf"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#functionOf">
    <owl:inverseOf rdf:resource="#hasFunction"/>
    <rdfs:domain rdf:resource="#Function"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#locationOf">
    <owl:inverseOf rdf:resource="#locatedIn"/>
    <rdfs:domain rdf:resource="#Continuant"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#encodedIn">
    <rdfs:domain rdf:resource="#GeneProduct"/>
    <owl:inverseOf rdf:resource="#encodes"/>
    <rdfs:range rdf:resource="#NucleicAcid"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasParticipant">
    <owl:inverseOf rdf:resource="#participatesIn"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#agentOf">
    <owl:inverseOf rdf:resource="#hasAgent"/>
    <rdfs:subPropertyOf rdf:resource="#participatesIn"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#partOf">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#hasPart"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasPart">
    <owl:inverseOf rdf:resource="#partOf"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#patientOf">
    <rdfs:subPropertyOf rdf:resource="#participatesIn"/>
    <owl:inverseOf rdf:resource="#hasPatient"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#fromSpecies">
    <rdfs:range rdf:resource="#Organism"/>
  </owl:ObjectProperty>
  <Occurrent rdf:ID="Occurrent_2"/>
  <owl:AnnotationProperty rdf:about="http://www.owl-ontologies.com/2005/08/07/xsp.owl#base">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="synonym">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An exact synonyms of the given ontology term.</definition>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:AnnotationProperty>
  <rdf:Description rdf:about="http://protege.stanford.edu/plugins/owl/protege#PAL-CONSTRAINT">
    <rdfs:label xml:lang="en">PAL-CONSTRAINT</rdfs:label>
  </rdf:Description>
  <owl:AnnotationProperty rdf:about="http://protege.stanford.edu/plugins/owl/protege#allowedParent">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:about="http://protege.stanford.edu/plugins/owl/protege#todoProperty">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:AnnotationProperty>
  <rdf:Description rdf:about="http://protege.stanford.edu/plugins/owl/protege#DIRECTED-BINARY-RELATION">
    <rdfs:label xml:lang="en">DIRECTED-BINARY-RELATION</rdfs:label>
  </rdf:Description>
  <owl:AnnotationProperty rdf:ID="definition">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#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:AnnotationProperty>
  <owl:AnnotationProperty rdf:ID="reference">
    <definition rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Reference to a similar term in an external database or terminological resource.</definition>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
  </owl:AnnotationProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4, Build 120)  http://protege.stanford.edu -->
