Rendering of the source text

<?xml version='1.0' encoding='utf-8'?>
<model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" cmeta:id="muller_model_2008" name="muller_model_2008_version01">
  
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Network topology determines dynamics of the mammalian MAPK1,2 signaling network: bifan motif regulation of C-Raf and B-Raf isoforms by FGFR and MC1R</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Auckland Bioengineering Institute, The University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
        This cellML model is known to run in both OpenCell and COR to recreate the published results.  The units have been checked and they are consistent.  Please note that this CellML model corresponds to the reduced 6-node network, not the full 106-node network.  Also, we have chosen the parameters such that the model recreates figure 4B in the paper (experiment 3, where there is a stimulus of MSH at 0–5 min followed by a stimulus of FGF at 5–10 min).  
          </para>
  </section>

<sect1 id="sec_structure">
  <title>Model Structure</title>

<para>
ABSTRACT: Activation of the fibroblast growth factor (FGFR) and melanocyte stimulating hormone (MC1R) receptors stimulates B-Raf and C-Raf isoforms that regulate the dynamics of MAPK1,2 signaling. Network topology motifs in mammalian cells include feed-forward and feedback loops and bifans where signals from two upstream molecules integrate to modulate the activity of two downstream molecules. We computationally modeled and experimentally tested signal processing in the FGFR/MC1R/B-Raf/C-Raf/MAPK1,2 network in human melanoma cells; identifying 7 regulatory loops and a bifan motif. Signaling from FGFR leads to
sustained activation of MAPK1,2, whereas signaling from MC1R results in transient activation of MAPK1,2. The dynamics of MAPK activation depends critically on the expression level and connectivity to C-Raf, which is critical for a sustained MAPK1,2 response. A partially incoherent bifan motif with a feedback loop acts as a logic gate to integrate signals and regulate duration of activation of the MAPK signaling cascade. Further reducing a 106-node ordinary differential equations network encompassing the complete network to a 6-node network encompassing rate-limiting processes sustains the feedback loops and the bifan, providing sufficient information to predict biological responses.
</para>

 
<informalfigure float="0" id="fig_reaction_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>model diagram</title>
    </objectinfo>
    <imagedata fileref="muller_2008.png"/>
  </imageobject>
</mediaobject>
<caption>Schematic diagram of the model proposed for the activation of MAPK1,2 when initiated due to upstream activation of the FGFR and MC1R.</caption>
</informalfigure> 

<para>
The original paper reference is cited below:
</para>

<para>
Network topology determines dynamics of the mammalian MAPK1,2 signaling network: bifan motif regulation of C-Raf and B-Raf isoforms by FGFR and MC1R, Melissa Muller, Mandri Obeyesekere, Gordon B. Mills and Prahlad T. Ram, 2008, <emphasis>The FASEB Journal</emphasis> <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&amp;cmd=Retrieve&amp;dopt=AbstractPlus&amp;list_uids=18171696&amp;query_hl=1&amp;itool=pubmed_docsum">PubMed ID: 18171696</ulink>
</para>

</sect1>
</article>
</documentation>   

  <units name="micromolar">
    <unit units="mole" prefix="micro"/>
    <unit units="litre" exponent="-1"/>
  </units>

  <units name="flux">
    <unit units="micromolar"/>
    <unit units="minute" exponent="-1"/>
  </units>

  <units name="first_order_rate_constant">
    <unit units="minute" exponent="-1"/>
  </units>

  <units name="second_order_rate_constant">
    <unit units="micromolar" exponent="-1"/>
    <unit units="minute" exponent="-1"/>
  </units>

  <units name="minute">
    <unit units="second" multiplier="60.0"/>
  </units>

  <component name="environment">
    <variable units="minute" public_interface="out" name="time"/>
  </component>
  
  <component cmeta:id="y1" name="y1">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#y1">
        <dc:title>y1</dc:title>
        <dcterms:alternative>FGFR</dcterms:alternative> 
      </rdf:Description>
    </rdf:RDF>  
    <variable units="micromolar" public_interface="out" name="y1" initial_value="0.0"/>
 
    <variable units="flux" name="a1" initial_value="10.0"/>
    <variable units="micromolar" name="g1"/>
    <variable units="micromolar" name="b1" initial_value="10.0"/>
    <variable units="first_order_rate_constant" name="d1" initial_value="0.2"/>
    
    <variable units="minute" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="1"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> y1 </ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> a1 </ci>
            <apply>
              <divide/>
              <ci> g1 </ci>
              <apply>
                <plus/>
                <ci> b1 </ci>
                <ci> g1 </ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> d1 </ci>
            <ci> y1 </ci>
          </apply>
        </apply>
      </apply>
    </math>

    <math xmlns="http://www.w3.org/1998/Math/MathML" id="2">
      <apply>
        <eq/>
        <ci> g1 </ci>
        <piecewise>
          <piece>
            <cn cellml:units="micromolar"> 0.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 0.0 </cn>
              </apply>
              <apply>
                <lt/>
                <ci> time </ci>
                <cn cellml:units="minute"> 5.0 </cn>
              </apply>
            </apply>
          </piece>
          <piece>
            <cn cellml:units="micromolar"> 1.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 5.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 10.0 </cn>
              </apply>
            </apply>
          </piece>
          <otherwise>
            <cn cellml:units="micromolar"> 0.0 </cn>
          </otherwise>
        </piecewise>
      </apply>
    </math>
  </component>

  <component cmeta:id="y2" name="y2">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#y2">
        <dc:title>y2</dc:title>
        <dcterms:alternative>MSH</dcterms:alternative> 
      </rdf:Description>
    </rdf:RDF>  
    <variable units="micromolar" public_interface="out" name="y2" initial_value="0.0"/>
 
    <variable units="flux" name="a2" initial_value="10.0"/>
    <variable units="micromolar" name="g2"/>
    <variable units="micromolar" name="b2" initial_value="10.0"/>
    <variable units="first_order_rate_constant" name="d2" initial_value="0.1"/>
    
    <variable units="minute" public_interface="in" name="time"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="3"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> y2 </ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> a2 </ci>
            <apply>
              <divide/>
              <ci> g2 </ci>
              <apply>
                <plus/>
                <ci> b2 </ci>
                <ci> g2 </ci>
              </apply>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> d2 </ci>
            <ci> y2 </ci>
          </apply>
        </apply>
      </apply>
    </math>

    <math xmlns="http://www.w3.org/1998/Math/MathML" id="4">
      <apply>
        <eq/>
        <ci> g2 </ci>
        <piecewise>
          <piece>
            <cn cellml:units="micromolar"> 1.0 </cn>
            <apply>
              <and/>
              <apply>
                <geq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 0.0 </cn>
              </apply>
              <apply>
                <leq/>
                <ci> time </ci>
                <cn cellml:units="minute"> 5.0 </cn>
              </apply>
            </apply>
          </piece>
          <otherwise>
            <cn cellml:units="micromolar"> 0.0 </cn>
          </otherwise>
        </piecewise>
      </apply>
    </math>
  </component>

  <component cmeta:id="y3" name="y3">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#y3">
        <dc:title>y3</dc:title>
        <dcterms:alternative>C-Raf</dcterms:alternative> 
      </rdf:Description>
    </rdf:RDF>  
    <variable units="micromolar" public_interface="out" name="y3" initial_value="0.0"/>
 
    <variable units="second_order_rate_constant" name="f53" initial_value="1.5"/>
    <variable units="second_order_rate_constant" name="f13" initial_value="0.6"/>
    <variable units="second_order_rate_constant" name="h36" initial_value="0.1"/>
    <variable units="first_order_rate_constant" name="d3" initial_value="1.0"/>
    <variable units="micromolar" name="E" initial_value="10.0"/>
    
    <variable units="minute" public_interface="in" name="time"/>
    <variable units="micromolar" public_interface="in" name="y1"/>
    <variable units="micromolar" public_interface="in" name="y2"/>
    <variable units="micromolar" public_interface="in" name="y5"/>
    <variable units="micromolar" public_interface="in" name="y6"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="5"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> y3 </ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> f13 </ci>
              <apply>
                <minus/>
                <ci> E </ci>
                <apply>
                  <plus/>
                  <ci> y3 </ci>
                  <ci> y6 </ci>
                </apply>
              </apply>
              <ci> y1 </ci>
            </apply>
            <apply>
              <times/>
              <ci> f53 </ci>
              <apply>
                <minus/>
                <ci> E </ci>
                <apply>
                  <plus/>
                  <ci> y3 </ci>
                  <ci> y6 </ci>
                </apply>
              </apply>
              <ci> y5 </ci>
            </apply>
          </apply>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> h36 </ci>
              <ci> y2 </ci>
              <ci> y3 </ci>
            </apply>
            <apply>
              <times/>
              <ci> d3 </ci>
              <ci> y3 </ci>
            </apply>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="y4" name="y4">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#y4">
        <dc:title>y4</dc:title>
        <dcterms:alternative>B-Raf</dcterms:alternative> 
      </rdf:Description>
    </rdf:RDF>  
    <variable units="micromolar" public_interface="out" name="y4" initial_value="0.0"/>
 
    <variable units="first_order_rate_constant" name="f14" initial_value="0.1"/>
    <variable units="first_order_rate_constant" name="f24" initial_value="0.8"/>
    <variable units="first_order_rate_constant" name="d4" initial_value="1.1"/>
    
    <variable units="minute" public_interface="in" name="time"/>
    <variable units="micromolar" public_interface="in" name="y1"/>
    <variable units="micromolar" public_interface="in" name="y2"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="6"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> y4 </ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> f14 </ci>
              <ci> y1 </ci>
            </apply>
            <apply>
              <times/>
              <ci> f24 </ci>
              <ci> y2 </ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> d4 </ci>
            <ci> y4 </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="y5" name="y5">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#y5">
        <dc:title>y5</dc:title>
        <dcterms:alternative>MAPK</dcterms:alternative> 
      </rdf:Description>
    </rdf:RDF>  
    <variable units="micromolar" public_interface="out" name="y5" initial_value="0.0"/>
 
    <variable units="first_order_rate_constant" name="f35" initial_value="0.3"/>
    <variable units="first_order_rate_constant" name="f45" initial_value="0.1"/>
    <variable units="first_order_rate_constant" name="d5" initial_value="1.0"/>
    
    <variable units="minute" public_interface="in" name="time"/>
    <variable units="micromolar" public_interface="in" name="y3"/>
    <variable units="micromolar" public_interface="in" name="y4"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="7"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> y5 </ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <plus/>
            <apply>
              <times/>
              <ci> f35 </ci>
              <ci> y3 </ci>
            </apply>
            <apply>
              <times/>
              <ci> f45 </ci>
              <ci> y4 </ci>
            </apply>
          </apply>
          <apply>
            <times/>
            <ci> d5 </ci>
            <ci> y5 </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="y6" name="y6">
    <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="#y6">
        <dc:title>y6</dc:title>
        <dcterms:alternative>C-Raf inactive</dcterms:alternative> 
      </rdf:Description>
    </rdf:RDF>  
    <variable units="micromolar" public_interface="out" name="y6" initial_value="0.0"/>
 
    <variable units="second_order_rate_constant" name="h36" initial_value="0.1"/>
    <variable units="first_order_rate_constant" name="d6" initial_value="0.001"/>
    
    <variable units="minute" public_interface="in" name="time"/>
    <variable units="micromolar" public_interface="in" name="y2"/>
    <variable units="micromolar" public_interface="in" name="y3"/>
    
    <math xmlns="http://www.w3.org/1998/Math/MathML" id="8"> 
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci> time </ci>
          </bvar>
          <ci> y6 </ci>
        </apply>
        <apply>
          <minus/>
          <apply>
            <times/>
            <ci> h36 </ci>
            <ci> y2 </ci>
            <ci> y3 </ci>
          </apply>
          <apply>
            <times/>
            <ci> d6 </ci>
            <ci> y6 </ci>
          </apply>
        </apply>
      </apply>
    </math>
  </component>
  

  
  <connection>
    <map_components component_2="y1" component_1="environment"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="y2" component_1="environment"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="y3" component_1="environment"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="y4" component_1="environment"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="y5" component_1="environment"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="y6" component_1="environment"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="y3" component_1="y1"/>
    <map_variables variable_2="y1" variable_1="y1"/>
  </connection>

  <connection>
    <map_components component_2="y3" component_1="y2"/>
    <map_variables variable_2="y2" variable_1="y2"/>
  </connection>

  <connection>
    <map_components component_2="y3" component_1="y5"/>
    <map_variables variable_2="y3" variable_1="y3"/>
    <map_variables variable_2="y5" variable_1="y5"/>
  </connection>

  <connection>
    <map_components component_2="y3" component_1="y6"/>
    <map_variables variable_2="y3" variable_1="y3"/>
    <map_variables variable_2="y6" variable_1="y6"/>
  </connection>

  <connection>
    <map_components component_2="y4" component_1="y1"/>
    <map_variables variable_2="y1" variable_1="y1"/>
  </connection>

  <connection>
    <map_components component_2="y4" component_1="y2"/>
    <map_variables variable_2="y2" variable_1="y2"/>
  </connection>

  <connection>
    <map_components component_2="y5" component_1="y4"/>
    <map_variables variable_2="y4" variable_1="y4"/>
  </connection>

  <connection>
    <map_components component_2="y6" component_1="y2"/>
    <map_variables variable_2="y2" variable_1="y2"/>
  </connection>
  
  

<rdf:RDF>
  <rdf:Seq rdf:about="rdf:#d3321b8b-0ac4-4a8d-a703-702d9467207c">
    <rdf:li rdf:resource="rdf:#3a9b915b-ba13-4825-a6ae-1dcb31373f59"/>
    <rdf:li rdf:resource="rdf:#a128f49b-2743-461c-afc3-0f5abb39feb1"/>
    <rdf:li rdf:resource="rdf:#76721a5b-9722-4547-8c7e-b0b9d826ee22"/>
    <rdf:li rdf:resource="rdf:#49b6bf31-c7e2-42e5-8d06-6d9a3e66efc2"/>
  </rdf:Seq>
  <rdf:Description rdf:about="#muller_model_2008">
    <bqs:reference rdf:resource="rdf:#6a61244f-48c9-42c1-afe1-06ccb468aed5"/>
<bqs:reference rdf:parseType="Resource">
  <dc:subject rdf:parseType="Resource">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>
      <rdf:Bag>
        <rdf:li>signal transduction</rdf:li>
        <rdf:li>melanoma</rdf:li>
      </rdf:Bag>
    </rdf:value>
  </dc:subject>
</bqs:reference>
    <cmeta:comment rdf:resource="rdf:#535d6947-b409-46dd-9cfe-2e93522fbd47"/>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>The University of Auckland, Auckland Bioengineering Institute</dc:publisher>
    <cmeta:comment rdf:resource="rdf:#7feadee9-8d3b-49b7-9984-ef33d79542fc"/>
    <dcterms:created rdf:resource="rdf:#09de0e07-457d-4042-9ca5-5c6108ea4ec5"/>
    <dc:creator rdf:resource="rdf:#53e1e5df-c3b1-4e7e-8601-31f36de82a05"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ba0e1856-8b7d-42a6-9fcd-9cbc89378e10">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>Auckland Bioengineering Institute</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#c56cd309-4727-47ab-991b-0912786f9619">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6fd81223-fa6f-4cf7-a495-4d944ea1de06">
    <vCard:Given>Prahlad</vCard:Given>
    <vCard:Family>Ram</vCard:Family>
    <vCard:Other>T</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7feadee9-8d3b-49b7-9984-ef33d79542fc">
    <dc:creator rdf:resource="rdf:#0064b7c2-19d1-4939-bd6c-56ab4e207862"/>
    <rdf:value>This cellML model is known to run in both PCEnv and COR to recreate the published results.  The units have been checked and they are consistent.  Please note that this CellML model corresponds to the reduced 6-node network, not the full 106-node network.  Also, we have chosen the parameters such that the model recreates figure 4B in the paper (experiment 3, where there is a stimulus of MSH at 0-5 min followed by a stimulus of FGF at 5-10 min).  </rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#360071c9-d4e9-4b39-b86e-71d265762669">
    <vCard:FN/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#0064b7c2-19d1-4939-bd6c-56ab4e207862">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f599ec7a-a6d5-45ab-93ed-d83def654917">
    <vCard:Given>Gordon</vCard:Given>
    <vCard:Family>Mills</vCard:Family>
    <vCard:Other>B</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#ba3e668e-83a5-4a7f-a4e3-b566076bc660">
    <vCard:Given>Melissa</vCard:Given>
    <vCard:Family>Muller</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a7cc8840-d280-481f-9aee-5b3e8bbb473b">
    <dcterms:W3CDTF>2008-05-00 00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3a9b915b-ba13-4825-a6ae-1dcb31373f59">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#ba3e668e-83a5-4a7f-a4e3-b566076bc660"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d2195e44-ad06-4e73-9358-80d164e104b7">
    <dc:creator rdf:resource="rdf:#d3321b8b-0ac4-4a8d-a703-702d9467207c"/>
    <dc:title>Network topology determines dynamics of the mammalian MAPK1,2 signaling network: bifan motif regulation of C-Raf and B-Raf isoforms by FGFR and MC1R</dc:title>
    <bqs:volume>22</bqs:volume>
    <bqs:first_page>1393</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#f87888dd-ebe3-4ff6-84cb-f7abd65dc703"/>
    <dcterms:issued rdf:resource="rdf:#a7cc8840-d280-481f-9aee-5b3e8bbb473b"/>
    <bqs:last_page>1403</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#53e1e5df-c3b1-4e7e-8601-31f36de82a05">
    <vCard:ORG rdf:resource="rdf:#ba0e1856-8b7d-42a6-9fcd-9cbc89378e10"/>
    <vCard:EMAIL rdf:resource="rdf:#74e9bd2b-0642-49eb-9134-93d147bc4344"/>
    <vCard:N rdf:resource="rdf:#c56cd309-4727-47ab-991b-0912786f9619"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#09de0e07-457d-4042-9ca5-5c6108ea4ec5">
    <dcterms:W3CDTF>2008-07-01T00:00:00+00:00</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#6a61244f-48c9-42c1-afe1-06ccb468aed5">
    <bqs:Pubmed_id>18171696</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#d2195e44-ad06-4e73-9358-80d164e104b7"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#535d6947-b409-46dd-9cfe-2e93522fbd47">
    <dc:creator rdf:resource="rdf:#360071c9-d4e9-4b39-b86e-71d265762669"/>
    <rdf:value/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f87888dd-ebe3-4ff6-84cb-f7abd65dc703">
    <dc:title>The FASEB Journal</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#76721a5b-9722-4547-8c7e-b0b9d826ee22">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#f599ec7a-a6d5-45ab-93ed-d83def654917"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a128f49b-2743-461c-afc3-0f5abb39feb1">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#f43cd41a-c837-4f98-b80d-291a7c9d2687"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#49b6bf31-c7e2-42e5-8d06-6d9a3e66efc2">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#6fd81223-fa6f-4cf7-a495-4d944ea1de06"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#74e9bd2b-0642-49eb-9134-93d147bc4344">
    <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    <rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#f43cd41a-c837-4f98-b80d-291a7c9d2687">
    <vCard:Given>Mandri</vCard:Given>
    <vCard:Family>Obeyesekere</vCard:Family>
  </rdf:Description>
</rdf:RDF>
</model>