Location: Bhalla, Iyengar, 1999 @ 57f524b7908c / bhalla_iyengar_1999_c.cellml

Author:
pmr2.import <nobody@models.cellml.org>
Date:
2006-07-09 07:55:18+12:00
Desc:
committing version01 of bhalla_iyengar_1999
Permanent Source URI:
https://models.cellml.org/workspace/bhalla_iyengar_1999/rawfile/57f524b7908c7ab0980bafc32ae638d65431ea9b/bhalla_iyengar_1999_c.cellml

<?xml version='1.0' encoding='utf-8'?>
<!--  FILE :  bi_Ras_activation_pathway_1999.xml

CREATED :  5th November 2001

LAST MODIFIED : 9th April 2003

AUTHOR :  Catherine Lloyd
          Department of Engineering Science
          The University of Auckland
          
MODEL STATUS :  This model conforms to the CellML 1.0 Specification released on
10th August 2001, and the 16/01/2002 CellML Metadata 1.0 Specification.

DESCRIPTION :  This file contains a CellML description of the Ras-activation
pathway model from Bhalla and Iyengar (1999).  

CHANGES:  
  22/01/2002 - AAC - Updated metadata to conform to the 16/1/02 CellML Metadata
                     1.0 Specification.
  18/07/2002 - CML - Added more metadata.
  09/04/2003 - AAC - Added publication date information.  
--><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:pathway_editor="http://www.physiome.com/pathway_editor/1.0#" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" pathway_editor:rendering_config_file="bi Ras activation pathway      1999render.xml" cmeta:id="bhalla_iyengar_1999_version03" name="bhalla_iyengar_1999_version03">
<documentation xmlns="http://cellml.org/tmp-documentation">
<article>
  <articleinfo>
  <title>Ras Activation Pathway Model from Bhalla and Iyengar</title>
  <author>
    <firstname>Catherine</firstname>
          <surname>Lloyd</surname>
    <affiliation>
      <shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
    </affiliation>
  </author>
</articleinfo>
  <section id="sec_status">
    <title>Model Status</title>
    <para>
            This is the original unchecked version of the model imported from the previous
            CellML model repository, 24-Jan-2006.
          </para>
  </section>
  <sect1 id="sec_structure">
<title>Model Structure</title>

<para>
In 1999 Upinder S. Bhalla and Ravi Iyengar published a paper discussing the emergent properties of signalling pathway networks.  To develop these networks, they modelled individual pathways and compared those results to previously published results before combining the individual pathways to create networks.  They only used mechanisms that had already been experimentally described when making connections between pathways.  One of the pathways they model is the Ras activation pathway (see <xref linkend="fig_pathway_diagram"/> below).
</para>

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

<para>
Emergent properties of networks of biological signaling pathways. Bhalla US, Iyengar R. <ulink url="http://www.sciencemag.org/">
            <emphasis>Science</emphasis>
          </ulink> 1999 Jan 15; 283(5400); 381-7.  (The <ulink url="http://www.sciencemag.org/cgi/content/full/283/5400/381">full text</ulink> of the article is available to members on the <emphasis>Science</emphasis> website.)  <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=9888852&amp;dopt=Abstract">PubMed ID: 9888852</ulink>
</para>

<para>
The raw CellML description of the Ras activation pathway model can be downloaded in various formats as described in <xref linkend="sec_download_this_model"/>.  For an example of a more complete documentation of another real reaction pathway, see <ulink url="${HTML_EXMPL_BI_EGF_INTRO}">The Bhalla Iyengar EGF Pathway Model, 1999</ulink>. 
</para>

<informalfigure float="0" id="fig_pathway_diagram">
<mediaobject>
  <imageobject>
    <objectinfo>
      <title>the conventional rendering of the Ras activation pathway</title>
    </objectinfo>
    <imagedata fileref="conventional_rendering.gif"/>
  </imageobject>
</mediaobject>
<caption>A rendering of the Ras activation pathway. Species are represented by rounded rectangles, and reactions by arrows.  The action of a catalyst on a reaction is represented by dashed lines.</caption>
</informalfigure>

</sect1>
</article>
</documentation>
  
  
  <!--
    We start the model definition with a definition of some named
    sets of units for use throughout the model.
  -->
  <units name="micromolar">
    <unit units="mole" prefix="micro"/>
    <unit units="litre" exponent="-1"/>
  </units>

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

  <units name="first_order_rate_constant_units">
    <unit units="second" exponent="-1"/>
  </units>

  <units name="second_order_rate_constant_units">
    <unit units="micromolar" exponent="-1"/>
    <unit units="second" exponent="-1"/>
  </units>
  
  <component name="global_variables">
    <variable units="second" public_interface="out" name="time"/>
  </component>

  <component name="GEF_">
    <variable units="micromolar" public_interface="out" name="GEF_"/>
    <variable units="flux" public_interface="in" name="delta_GEF__rxn1"/>
    <variable units="flux" public_interface="in" name="delta_GEF__rxn2"/>
    <variable units="flux" public_interface="in" name="delta_GEF__rxn0"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>GEF_</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_GEF__rxn1</ci>
          <ci>delta_GEF__rxn2</ci>
          <ci>delta_GEF__rxn0</ci>
        </apply>
      </apply>
    </math>
  </component>

  <component name="GEF">
    <variable units="micromolar" public_interface="out" name="GEF" initial_value="0.1"/>
    <variable units="flux" public_interface="in" name="delta_GEF_rxn0"/>
    <variable units="flux" public_interface="in" name="delta_GEF_rxn1"/>
    <variable units="flux" public_interface="in" name="delta_GEF_rxn2"/>
    <variable units="flux" public_interface="in" name="delta_GEF_rxn3"/>
    <variable units="flux" public_interface="in" name="delta_GEF_rxn4"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
             <ci>time</ci>
          </bvar>
          <ci>GEF</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_GEF_rxn0</ci>
          <ci>delta_GEF_rxn1</ci>
          <ci>delta_GEF_rxn2</ci>
          <ci>delta_GEF_rxn3</ci>
          <ci>delta_GEF_rxn4</ci>
        </apply>
      </apply>
    </math>
  </component>

  <component cmeta:id="PKA" name="PKA">
    
    <variable units="micromolar" public_interface="out" name="PKA" initial_value="1.0"/>
  </component>

  <component cmeta:id="PKC" name="PKC">
    
    <variable units="micromolar" public_interface="out" name="PKC" initial_value="1.0"/>
  </component>

  <component cmeta:id="Ca_CaM" name="Ca_CaM">
    
    <variable units="micromolar" public_interface="out" name="Ca_CaM" initial_value="1.0"/>
    <variable units="flux" public_interface="in" name="delta_Ca_CaM_rxn3"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>Ca_CaM</ci>
        </apply>
        <ci>delta_Ca_CaM_rxn3</ci>
      </apply>
    </math>
  </component>

  <component name="CaM_GEF">
    <variable units="micromolar" public_interface="out" name="CaM_GEF"/>
    <variable units="flux" public_interface="in" name="delta_CaM_GEF_rxn3"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>CaM_GEF</ci>
        </apply>
        <ci>delta_CaM_GEF_rxn3</ci>
      </apply>
    </math>
  </component>

  <component cmeta:id="G_beta_gamma" name="G_beta_gamma">
    
    <variable units="micromolar" public_interface="out" name="G_beta_gamma" initial_value="1.0"/>
    <variable units="flux" public_interface="in" name="delta_G_beta_gamma_rxn4"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>G_beta_gamma</ci>
        </apply>
        <ci>delta_G_beta_gamma_rxn4</ci>
      </apply>
    </math>
  </component>

  <component name="G_beta_gamma_GEF">
    <variable units="micromolar" public_interface="out" name="G_beta_gamma_GEF"/>
    <variable units="flux" public_interface="in" name="delta_G_beta_gamma_GEF_rxn4"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>G_beta_gamma_GEF</ci>
        </apply>
        <ci>delta_G_beta_gamma_GEF_rxn4</ci>
      </apply>
    </math>
  </component>

  <component name="GTP_Ras">
    <variable units="micromolar" public_interface="out" name="GTP_Ras"/>
    <variable units="flux" public_interface="in" name="delta_GTP_Ras_rxn7"/>
    <variable units="flux" public_interface="in" name="delta_GTP_Ras_rxn8"/>
    <variable units="flux" public_interface="in" name="delta_GTP_Ras_rxn9"/>
    <variable units="flux" public_interface="in" name="delta_GTP_Ras_rxn5"/>
    <variable units="flux" public_interface="in" name="delta_GTP_Ras_rxn6"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>GTP_Ras</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_GTP_Ras_rxn7</ci>
          <ci>delta_GTP_Ras_rxn8</ci>
          <ci>delta_GTP_Ras_rxn9</ci>
          <ci>delta_GTP_Ras_rxn5</ci>
          <ci>delta_GTP_Ras_rxn6</ci>
        </apply>
      </apply>
    </math>
  </component>

  <component name="GDP_Ras">
    <variable units="micromolar" public_interface="out" name="GDP_Ras" initial_value="0.2"/>
    <variable units="flux" public_interface="in" name="delta_GDP_Ras_rxn6"/>
    <variable units="flux" public_interface="in" name="delta_GDP_Ras_rxn5"/>
    <variable units="flux" public_interface="in" name="delta_GDP_Ras_rxn7"/>
    <variable units="flux" public_interface="in" name="delta_GDP_Ras_rxn9"/>
    <variable units="flux" public_interface="in" name="delta_GDP_Ras_rxn8"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>GDP_Ras</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_GDP_Ras_rxn6</ci>
          <ci>delta_GDP_Ras_rxn5</ci>
          <ci>delta_GDP_Ras_rxn7</ci>
          <ci>delta_GDP_Ras_rxn9</ci>
          <ci>delta_GDP_Ras_rxn8</ci>
        </apply>
      </apply>
    </math>
  </component>

  <component name="GAP">
    <variable units="micromolar" public_interface="out" name="GAP" initial_value="0.0020"/>
    <variable units="flux" public_interface="in" name="delta_GAP_rxn10"/>
    <variable units="flux" public_interface="in" name="delta_GAP_rxn11"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
            <ci>time</ci>
          </bvar>
          <ci>GAP</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_GAP_rxn10</ci>
          <ci>delta_GAP_rxn11</ci>
        </apply>
      </apply>
    </math>
  </component>

  <component name="GAP_">
    <variable units="micromolar" public_interface="out" name="GAP_"/>
    <variable units="flux" public_interface="in" name="delta_GAP__rxn11"/>
    <variable units="flux" public_interface="in" name="delta_GAP__rxn10"/>
    <variable units="second" public_interface="in" name="time"/>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <apply>
        <eq/>
        <apply>
          <diff/>
          <bvar>
             <ci>time</ci>
          </bvar>
          <ci>GAP_</ci>
        </apply>
        <apply>
          <plus/>
          <ci>delta_GAP__rxn11</ci>
          <ci>delta_GAP__rxn10</ci>
        </apply>
      </apply>
    </math>
  </component>

  <component name="reaction0">
    <variable units="micromolar" public_interface="in" name="GEF_"/>
    <variable units="micromolar" public_interface="in" name="GEF"/>
    <variable units="flux" public_interface="out" name="delta_GEF__rxn0"/>
    <variable units="flux" public_interface="out" name="delta_GEF_rxn0"/>
    <variable units="first_order_rate_constant_units" name="k0" initial_value="1.0"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GEF_">
        <role stoichiometry="1" delta_variable="delta_GEF__rxn0" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GEF">
        <role stoichiometry="1" delta_variable="delta_GEF_rxn0" role="product"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <times/>
                <ci>k0</ci>
                <ci>GEF_</ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction1">
    <variable units="micromolar" public_interface="in" name="GEF"/>
    <variable units="micromolar" public_interface="in" name="GEF_"/>
    <variable units="micromolar" public_interface="in" name="PKA"/>
    <variable units="flux" public_interface="out" name="delta_GEF_rxn1"/>
    <variable units="flux" public_interface="out" name="delta_GEF__rxn1"/>
    <variable units="micromolar" name="km1" initial_value="7.5"/>
    <variable units="first_order_rate_constant_units" name="vmax1" initial_value="9.0"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GEF">
        <role stoichiometry="1" delta_variable="delta_GEF_rxn1" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GEF_">
        <role stoichiometry="1" delta_variable="delta_GEF__rxn1" role="product"/>
      </variable_ref>
      <variable_ref variable="PKA">
        <role role="catalyst"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci>GEF</ci>
                  <ci>vmax1</ci>
                </apply>
                <apply>
                  <plus/>
                  <ci>km1</ci>
                  <ci>GEF</ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction2">
    <variable units="micromolar" public_interface="in" name="GEF"/>
    <variable units="micromolar" public_interface="in" name="GEF_"/>
    <variable units="micromolar" public_interface="in" name="PKC"/>
    <variable units="flux" public_interface="out" name="delta_GEF_rxn2"/>
    <variable units="flux" public_interface="out" name="delta_GEF__rxn2"/>
    <variable units="micromolar" name="km2" initial_value="3.333333333"/>
    <variable units="first_order_rate_constant_units" name="vmax2" initial_value="4.0"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GEF">
        <role stoichiometry="1" delta_variable="delta_GEF_rxn2" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GEF_">
        <role stoichiometry="1" delta_variable="delta_GEF__rxn2" role="product"/>
      </variable_ref>
      <variable_ref variable="PKC">
        <role role="catalyst"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci>GEF</ci>
                  <ci>vmax2</ci>
                </apply>
                <apply>
                  <plus/>
                  <ci>km2</ci>
                  <ci>GEF</ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction3">
    <variable units="micromolar" public_interface="in" name="Ca_CaM"/>
    <variable units="micromolar" public_interface="in" name="GEF"/>
    <variable units="micromolar" public_interface="in" name="CaM_GEF"/>
    <variable units="flux" public_interface="out" name="delta_Ca_CaM_rxn3"/>
    <variable units="flux" public_interface="out" name="delta_GEF_rxn3"/>
    <variable units="flux" public_interface="out" name="delta_CaM_GEF_rxn3"/>
    <variable units="second_order_rate_constant_units" name="k3" initial_value="0.0001"/>
    <variable units="first_order_rate_constant_units" name="k3_" initial_value="1.0"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="yes">
      <variable_ref variable="Ca_CaM">
        <role stoichiometry="1" direction="forward" delta_variable="delta_Ca_CaM_rxn3" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GEF">
        <role stoichiometry="1" direction="forward" delta_variable="delta_GEF_rxn3" role="reactant"/>
      </variable_ref>
      <variable_ref variable="CaM_GEF">
        <role stoichiometry="1" direction="forward" delta_variable="delta_CaM_GEF_rxn3" role="product"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <plus/>
                <apply>
                  <times/>
                  <ci>k3</ci>
                  <ci>Ca_CaM</ci>
                  <ci>GEF</ci>
                </apply>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci>k3_</ci>
                    <ci>CaM_GEF</ci>
                  </apply>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction4">
    <variable units="micromolar" public_interface="in" name="GEF"/>
    <variable units="micromolar" public_interface="in" name="G_beta_gamma"/>
    <variable units="micromolar" public_interface="in" name="G_beta_gamma_GEF"/>
    <variable units="flux" public_interface="out" name="delta_GEF_rxn4"/>
    <variable units="flux" public_interface="out" name="delta_G_beta_gamma_rxn4"/>
    <variable units="flux" public_interface="out" name="delta_G_beta_gamma_GEF_rxn4"/>
    <variable units="second_order_rate_constant_units" name="k4" initial_value="0.00001"/>
    <variable units="first_order_rate_constant_units" name="k4_" initial_value="1.0"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="yes">
      <variable_ref variable="GEF">
        <role stoichiometry="1" direction="forward" delta_variable="delta_GEF_rxn4" role="reactant"/>
      </variable_ref>
      <variable_ref variable="G_beta_gamma">
        <role stoichiometry="1" direction="forward" delta_variable="delta_G_beta_gamma_rxn4" role="reactant"/>
      </variable_ref>
      <variable_ref variable="G_beta_gamma_GEF">
        <role stoichiometry="1" direction="forward" delta_variable="delta_G_beta_gamma_GEF_rxn4" role="product"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <plus/>
                <apply>
                  <times/>
                  <ci>k4</ci>
                  <ci>GEF</ci>
                  <ci>G_beta_gamma</ci>
                </apply>
                <apply>
                  <minus/>
                  <apply>
                    <times/>
                    <ci>k4_</ci>
                    <ci>G_beta_gamma_GEF</ci>
                  </apply>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction5">
    <variable units="micromolar" public_interface="in" name="GTP_Ras"/>
    <variable units="micromolar" public_interface="in" name="GDP_Ras"/>
    <variable units="flux" public_interface="out" name="delta_GTP_Ras_rxn5"/>
    <variable units="flux" public_interface="out" name="delta_GDP_Ras_rxn5"/>
    <variable units="first_order_rate_constant_units" name="k5" initial_value="0.1"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GTP_Ras">
        <role stoichiometry="1" delta_variable="delta_GTP_Ras_rxn5" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GDP_Ras">
        <role stoichiometry="1" delta_variable="delta_GDP_Ras_rxn5" role="product"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <times/>
                <ci>k5</ci>
                <ci>GTP_Ras</ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction6">
    <variable units="micromolar" public_interface="in" name="GTP_Ras"/>
    <variable units="micromolar" public_interface="in" name="GDP_Ras"/>
    <variable units="micromolar" public_interface="in" name="GAP"/>
    <variable units="flux" public_interface="out" name="delta_GTP_Ras_rxn6"/>
    <variable units="flux" public_interface="out" name="delta_GDP_Ras_rxn6"/>
    <variable units="micromolar" name="km6" initial_value="1.0104"/>
    <variable units="first_order_rate_constant_units" name="vmax6" initial_value="10.0"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GTP_Ras">
        <role stoichiometry="1" delta_variable="delta_GTP_Ras_rxn6" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GDP_Ras">
        <role stoichiometry="1" delta_variable="delta_GDP_Ras_rxn6" role="product"/>
      </variable_ref>
      <variable_ref variable="GAP">
        <role role="catalyst"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci>GTP_Ras</ci>
                  <ci>vmax6</ci>
                </apply>
                <apply>
                  <plus/>
                  <ci>km6</ci>
                  <ci>GTP_Ras</ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction7">
    <variable units="micromolar" public_interface="in" name="GDP_Ras"/>
    <variable units="micromolar" public_interface="in" name="GTP_Ras"/>
    <variable units="micromolar" public_interface="in" name="CaM_GEF"/>
    <variable units="flux" public_interface="out" name="delta_GDP_Ras_rxn7"/>
    <variable units="flux" public_interface="out" name="delta_GTP_Ras_rxn7"/>
    <variable units="micromolar" name="km7" initial_value="0.50505"/>
    <variable units="first_order_rate_constant_units" name="vmax7" initial_value="0.02"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GDP_Ras">
        <role stoichiometry="1" delta_variable="delta_GDP_Ras_rxn7" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GTP_Ras">
        <role stoichiometry="1" delta_variable="delta_GTP_Ras_rxn7" role="product"/>
      </variable_ref>
      <variable_ref variable="CaM_GEF">
        <role role="catalyst"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci>GDP_Ras</ci>
                  <ci>vmax7</ci>
                </apply>
                <apply>
                  <plus/>
                  <ci>km7</ci>
                  <ci>GDP_Ras</ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction8">
    <variable units="micromolar" public_interface="in" name="GDP_Ras"/>
    <variable units="micromolar" public_interface="in" name="GTP_Ras"/>
    <variable units="micromolar" public_interface="in" name="GEF_"/>
    <variable units="flux" public_interface="out" name="delta_GDP_Ras_rxn8"/>
    <variable units="flux" public_interface="out" name="delta_GTP_Ras_rxn8"/>
    <variable units="micromolar" name="km8" initial_value="0.50505"/>
    <variable units="first_order_rate_constant_units" name="vmax8" initial_value="0.02"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GDP_Ras">
        <role stoichiometry="1" delta_variable="delta_GDP_Ras_rxn8" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GTP_Ras">
        <role stoichiometry="1" delta_variable="delta_GTP_Ras_rxn8" role="product"/>
      </variable_ref>
      <variable_ref variable="GEF_">
        <role role="catalyst"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci>GDP_Ras</ci>
                  <ci>vmax8</ci>
                </apply>
                <apply>
                  <plus/>
                  <ci>km8</ci>
                  <ci>GDP_Ras</ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction9">
    <variable units="micromolar" public_interface="in" name="GDP_Ras"/>
    <variable units="micromolar" public_interface="in" name="GTP_Ras"/>
    <variable units="micromolar" public_interface="in" name="G_beta_gamma_GEF"/>
    <variable units="flux" public_interface="out" name="delta_GDP_Ras_rxn9"/>
    <variable units="flux" public_interface="out" name="delta_GTP_Ras_rxn9"/>
    <variable units="micromolar" name="km9" initial_value="0.50505"/>
    <variable units="first_order_rate_constant_units" name="vmax9" initial_value="0.02"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GDP_Ras">
        <role stoichiometry="1" delta_variable="delta_GDP_Ras_rxn9" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GTP_Ras">
        <role stoichiometry="1" delta_variable="delta_GTP_Ras_rxn9" role="product"/>
      </variable_ref>
      <variable_ref variable="G_beta_gamma_GEF">
        <role role="catalyst"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci>GDP_Ras</ci>
                  <ci>vmax9</ci>
                </apply>
                <apply>
                  <plus/>
                  <ci>km9</ci>
                  <ci>GDP_Ras</ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction10">
    <variable units="micromolar" public_interface="in" name="GAP_"/>
    <variable units="micromolar" public_interface="in" name="GAP"/>
    <variable units="flux" public_interface="out" name="delta_GAP__rxn10"/>
    <variable units="flux" public_interface="out" name="delta_GAP_rxn10"/>
    <variable units="first_order_rate_constant_units" name="k10" initial_value="0.0001"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GAP_">
        <role stoichiometry="1" delta_variable="delta_GAP__rxn10" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GAP">
        <role stoichiometry="1" delta_variable="delta_GAP_rxn10" role="product"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <times/>
                <ci>k10</ci>
                <ci>GAP_</ci>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <component name="reaction11">
    <variable units="micromolar" public_interface="in" name="GAP"/>
    <variable units="micromolar" public_interface="in" name="GAP_"/>
    <variable units="micromolar" public_interface="in" name="PKC"/>
    <variable units="flux" public_interface="out" name="delta_GAP_rxn11"/>
    <variable units="flux" public_interface="out" name="delta_GAP__rxn11"/>
    <variable units="micromolar" name="km11" initial_value="3.333333333"/>
    <variable units="first_order_rate_constant_units" name="vmax11" initial_value="4.0"/>
    <variable units="flux" name="rate"/>
    <reaction reversible="no">
      <variable_ref variable="GAP">
        <role stoichiometry="1" delta_variable="delta_GAP_rxn11" role="reactant"/>
      </variable_ref>
      <variable_ref variable="GAP_">
        <role stoichiometry="1" delta_variable="delta_GAP__rxn11" role="product"/>
      </variable_ref>
      <variable_ref variable="PKC">
        <role role="catalyst"/>
      </variable_ref>
      <variable_ref variable="rate">
        <role role="rate">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <eq/>
              <ci>rate</ci>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci>GAP</ci>
                  <ci>vmax11</ci>
                </apply>
                <apply>
                  <plus/>
                  <ci>km11</ci>
                  <ci>GAP</ci>
                </apply>
              </apply>
            </apply>
          </math>
        </role>
      </variable_ref>
    </reaction>
  </component>

  <connection>
    <map_components component_2="reaction1" component_1="GEF_"/>
    <map_variables variable_2="GEF_" variable_1="GEF_"/>
    <map_variables variable_2="delta_GEF__rxn1" variable_1="delta_GEF__rxn1"/>
  </connection>

  <connection>
    <map_components component_2="reaction2" component_1="GEF_"/>
    <map_variables variable_2="GEF_" variable_1="GEF_"/>
    <map_variables variable_2="delta_GEF__rxn2" variable_1="delta_GEF__rxn2"/>
  </connection>

  <connection>
    <map_components component_2="reaction0" component_1="GEF_"/>
    <map_variables variable_2="GEF_" variable_1="GEF_"/>
    <map_variables variable_2="delta_GEF__rxn0" variable_1="delta_GEF__rxn0"/>
  </connection>

  <connection>
    <map_components component_2="reaction8" component_1="GEF_"/>
    <map_variables variable_2="GEF_" variable_1="GEF_"/>
  </connection>

  <connection>
    <map_components component_2="reaction0" component_1="GEF"/>
    <map_variables variable_2="GEF" variable_1="GEF"/>
    <map_variables variable_2="delta_GEF_rxn0" variable_1="delta_GEF_rxn0"/>
  </connection>

  <connection>
    <map_components component_2="reaction1" component_1="GEF"/>
    <map_variables variable_2="GEF" variable_1="GEF"/>
    <map_variables variable_2="delta_GEF_rxn1" variable_1="delta_GEF_rxn1"/>
  </connection>

  <connection>
    <map_components component_2="reaction2" component_1="GEF"/>
    <map_variables variable_2="GEF" variable_1="GEF"/>
    <map_variables variable_2="delta_GEF_rxn2" variable_1="delta_GEF_rxn2"/>
  </connection>

  <connection>
    <map_components component_2="reaction3" component_1="GEF"/>
    <map_variables variable_2="GEF" variable_1="GEF"/>
    <map_variables variable_2="delta_GEF_rxn3" variable_1="delta_GEF_rxn3"/>
  </connection>

  <connection>
    <map_components component_2="reaction4" component_1="GEF"/>
    <map_variables variable_2="GEF" variable_1="GEF"/>
    <map_variables variable_2="delta_GEF_rxn4" variable_1="delta_GEF_rxn4"/>
  </connection>

  <connection>
    <map_components component_2="reaction1" component_1="PKA"/>
    <map_variables variable_2="PKA" variable_1="PKA"/>
  </connection>

  <connection>
    <map_components component_2="reaction2" component_1="PKC"/>
    <map_variables variable_2="PKC" variable_1="PKC"/>
  </connection>

  <connection>
    <map_components component_2="reaction11" component_1="PKC"/>
    <map_variables variable_2="PKC" variable_1="PKC"/>
  </connection>

  <connection>
    <map_components component_2="reaction3" component_1="Ca_CaM"/>
    <map_variables variable_2="Ca_CaM" variable_1="Ca_CaM"/>
    <map_variables variable_2="delta_Ca_CaM_rxn3" variable_1="delta_Ca_CaM_rxn3"/>
  </connection>

  <connection>
    <map_components component_2="reaction3" component_1="CaM_GEF"/>
    <map_variables variable_2="CaM_GEF" variable_1="CaM_GEF"/>
    <map_variables variable_2="delta_CaM_GEF_rxn3" variable_1="delta_CaM_GEF_rxn3"/>
  </connection>

  <connection>
    <map_components component_2="reaction7" component_1="CaM_GEF"/>
    <map_variables variable_2="CaM_GEF" variable_1="CaM_GEF"/>
  </connection>

  <connection>
    <map_components component_2="reaction4" component_1="G_beta_gamma"/>
    <map_variables variable_2="G_beta_gamma" variable_1="G_beta_gamma"/>
    <map_variables variable_2="delta_G_beta_gamma_rxn4" variable_1="delta_G_beta_gamma_rxn4"/>
  </connection>

  <connection>
    <map_components component_2="reaction4" component_1="G_beta_gamma_GEF"/>
    <map_variables variable_2="G_beta_gamma_GEF" variable_1="G_beta_gamma_GEF"/>
    <map_variables variable_2="delta_G_beta_gamma_GEF_rxn4" variable_1="delta_G_beta_gamma_GEF_rxn4"/>
  </connection>

  <connection>
    <map_components component_2="reaction9" component_1="G_beta_gamma_GEF"/>
    <map_variables variable_2="G_beta_gamma_GEF" variable_1="G_beta_gamma_GEF"/>
  </connection>

  <connection>
    <map_components component_2="reaction7" component_1="GTP_Ras"/>
    <map_variables variable_2="GTP_Ras" variable_1="GTP_Ras"/>
    <map_variables variable_2="delta_GTP_Ras_rxn7" variable_1="delta_GTP_Ras_rxn7"/>
  </connection>

  <connection>
    <map_components component_2="reaction8" component_1="GTP_Ras"/>
    <map_variables variable_2="GTP_Ras" variable_1="GTP_Ras"/>
    <map_variables variable_2="delta_GTP_Ras_rxn8" variable_1="delta_GTP_Ras_rxn8"/>
  </connection>

  <connection>
    <map_components component_2="reaction9" component_1="GTP_Ras"/>
    <map_variables variable_2="GTP_Ras" variable_1="GTP_Ras"/>
    <map_variables variable_2="delta_GTP_Ras_rxn9" variable_1="delta_GTP_Ras_rxn9"/>
  </connection>

  <connection>
    <map_components component_2="reaction5" component_1="GTP_Ras"/>
    <map_variables variable_2="GTP_Ras" variable_1="GTP_Ras"/>
    <map_variables variable_2="delta_GTP_Ras_rxn5" variable_1="delta_GTP_Ras_rxn5"/>
  </connection>

  <connection>
    <map_components component_2="reaction6" component_1="GTP_Ras"/>
    <map_variables variable_2="GTP_Ras" variable_1="GTP_Ras"/>
    <map_variables variable_2="delta_GTP_Ras_rxn6" variable_1="delta_GTP_Ras_rxn6"/>
  </connection>

  <connection>
    <map_components component_2="reaction6" component_1="GDP_Ras"/>
    <map_variables variable_2="GDP_Ras" variable_1="GDP_Ras"/>
    <map_variables variable_2="delta_GDP_Ras_rxn6" variable_1="delta_GDP_Ras_rxn6"/>
  </connection>

  <connection>
    <map_components component_2="reaction5" component_1="GDP_Ras"/>
    <map_variables variable_2="GDP_Ras" variable_1="GDP_Ras"/>
    <map_variables variable_2="delta_GDP_Ras_rxn5" variable_1="delta_GDP_Ras_rxn5"/>
  </connection>

  <connection>
    <map_components component_2="reaction7" component_1="GDP_Ras"/>
    <map_variables variable_2="GDP_Ras" variable_1="GDP_Ras"/>
    <map_variables variable_2="delta_GDP_Ras_rxn7" variable_1="delta_GDP_Ras_rxn7"/>
  </connection>

  <connection>
    <map_components component_2="reaction9" component_1="GDP_Ras"/>
    <map_variables variable_2="GDP_Ras" variable_1="GDP_Ras"/>
    <map_variables variable_2="delta_GDP_Ras_rxn9" variable_1="delta_GDP_Ras_rxn9"/>
  </connection>

  <connection>
    <map_components component_2="reaction8" component_1="GDP_Ras"/>
    <map_variables variable_2="GDP_Ras" variable_1="GDP_Ras"/>
    <map_variables variable_2="delta_GDP_Ras_rxn8" variable_1="delta_GDP_Ras_rxn8"/>
  </connection>

  <connection>
    <map_components component_2="reaction10" component_1="GAP"/>
    <map_variables variable_2="GAP" variable_1="GAP"/>
    <map_variables variable_2="delta_GAP_rxn10" variable_1="delta_GAP_rxn10"/>
  </connection>

  <connection>
    <map_components component_2="reaction11" component_1="GAP"/>
    <map_variables variable_2="GAP" variable_1="GAP"/>
    <map_variables variable_2="delta_GAP_rxn11" variable_1="delta_GAP_rxn11"/>
  </connection>

  <connection>
    <map_components component_2="reaction6" component_1="GAP"/>
    <map_variables variable_2="GAP" variable_1="GAP"/>
  </connection>

  <connection>
    <map_components component_2="reaction11" component_1="GAP_"/>
    <map_variables variable_2="GAP_" variable_1="GAP_"/>
    <map_variables variable_2="delta_GAP__rxn11" variable_1="delta_GAP__rxn11"/>
  </connection>

  <connection>
    <map_components component_2="reaction10" component_1="GAP_"/>
    <map_variables variable_2="GAP_" variable_1="GAP_"/>
    <map_variables variable_2="delta_GAP__rxn10" variable_1="delta_GAP__rxn10"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="GEF_"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="GEF"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="Ca_CaM"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="CaM_GEF"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="G_beta_gamma"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="G_beta_gamma_GEF"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="GTP_Ras"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="GDP_Ras"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="GAP"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>

  <connection>
    <map_components component_2="global_variables" component_1="GAP_"/>
    <map_variables variable_2="time" variable_1="time"/>
  </connection>


<rdf:RDF>
  <rdf:Seq rdf:about="rdf:#6c6930cd-efd9-4b56-ba54-e3e6e2243f23">
    <rdf:li rdf:resource="rdf:#aef63af1-95b2-4842-8b09-b48b7d6e36cc"/>
    <rdf:li rdf:resource="rdf:#a362613f-449e-414b-a636-c3d606484421"/>
  </rdf:Seq>
  <rdf:Description rdf:about="rdf:#8bb575c7-8bdf-4e2e-a153-405b0e0e4de9">
    <vCard:Given>Upinder</vCard:Given>
    <vCard:Family>Bhalla</vCard:Family>
    <vCard:Other>S</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="#G_beta_gamma">
    <dcterms:alternative>G-substrate</dcterms:alternative>
    <dc:title>G_beta_gamma</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3cdfa90a-2faf-42ff-80b5-b8b3e79d6b3f">
    <bqs:subject_type>keyword</bqs:subject_type>
    <rdf:value>signal transduction</rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#7fdbb4ee-e4b9-4df1-b4c5-3d364a101819">
    <dcterms:W3CDTF>1999-01-15</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4c586afc-7693-48b4-8607-938da5239336">
    <dc:creator rdf:resource="rdf:#6c6930cd-efd9-4b56-ba54-e3e6e2243f23"/>
    <dc:title>
            Emergent Properties of Networks of Biological Signaling Pathways 
          </dc:title>
    <bqs:volume>283</bqs:volume>
    <bqs:first_page>381</bqs:first_page>
    <bqs:Journal rdf:resource="rdf:#594402c2-011c-4191-86f2-ef56ec844d44"/>
    <dcterms:issued rdf:resource="rdf:#7fdbb4ee-e4b9-4df1-b4c5-3d364a101819"/>
    <bqs:last_page>387</bqs:last_page>
  </rdf:Description>
  <rdf:Description rdf:about="#Ca_CaM">
    <dcterms:alternative>calcium-calmodulin complex</dcterms:alternative>
    <dc:title>Ca_CaM</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5795ad5f-1acc-4a60-a1ae-5c0e2796f714">
    <vCard:Given>Catherine</vCard:Given>
    <vCard:Family>Lloyd</vCard:Family>
    <vCard:Other>May</vCard:Other>
  </rdf:Description>
  <rdf:Description rdf:about="#PKC">
    <dcterms:alternative>protein kinase C</dcterms:alternative>
    <dc:title>PKC</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="#PKA">
    <dcterms:alternative>protein kinase A</dcterms:alternative>
    <dc:title>PKA</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#fef03928-8951-4526-94d1-72be065b3c65">
    <dc:creator rdf:resource="rdf:#4f64fcf8-48bf-4b82-99af-583a98e7a2d2"/>
    <rdf:value>
          This is the CellML description of Bhalla and Iyengar's mathematical   
          model of the Ras activation pathway (1999).  
        </rdf:value>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a362613f-449e-414b-a636-c3d606484421">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#5786a495-fc45-420f-8580-5110db06d23d"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#d7c95c93-09a0-4eac-915a-2114adec818a">
    <bqs:Pubmed_id>99105994</bqs:Pubmed_id>
    <bqs:JournalArticle rdf:resource="rdf:#4c586afc-7693-48b4-8607-938da5239336"/>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:publisher>
        The University of Auckland, Bioengineering Research Group
      </dc:publisher>
    <dcterms:created rdf:resource="rdf:#5551f384-45d6-47f3-8870-00c8277afc71"/>
    <dc:creator rdf:resource="rdf:#b6448cd7-887e-4169-a863-94f20f377e29"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#4f64fcf8-48bf-4b82-99af-583a98e7a2d2">
    <vCard:FN>Catherine Lloyd</vCard:FN>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#b6448cd7-887e-4169-a863-94f20f377e29">
    <vCard:ORG rdf:resource="rdf:#a335436c-10d4-4005-ba28-5133bb25795d"/>
    <vCard:EMAIL rdf:resource="rdf:#3de6b310-42b4-430c-9e8b-32057d08a67b"/>
    <vCard:N rdf:resource="rdf:#5795ad5f-1acc-4a60-a1ae-5c0e2796f714"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5551f384-45d6-47f3-8870-00c8277afc71">
    <dcterms:W3CDTF>2001-11-05</dcterms:W3CDTF>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#594402c2-011c-4191-86f2-ef56ec844d44">
    <dc:title>Science</dc:title>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#5786a495-fc45-420f-8580-5110db06d23d">
    <vCard:Given>Ravi</vCard:Given>
    <vCard:Family>Iyengar</vCard:Family>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#a335436c-10d4-4005-ba28-5133bb25795d">
    <vCard:Orgname>The University of Auckland</vCard:Orgname>
    <vCard:Orgunit>The Bioengineering Research Group</vCard:Orgunit>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#3de6b310-42b4-430c-9e8b-32057d08a67b">
    <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="#bhalla_iyengar_1999_version03">
    <dc:title>The Ras Activation Pathway</dc:title>
    <cmeta:comment rdf:resource="rdf:#fef03928-8951-4526-94d1-72be065b3c65"/>
    <bqs:reference rdf:resource="rdf:#d7c95c93-09a0-4eac-915a-2114adec818a"/>
    <bqs:reference rdf:resource="rdf:#e750240e-8f2b-4328-bc6f-0b57416d8207"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#aef63af1-95b2-4842-8b09-b48b7d6e36cc">
    <rdf:type rdf:resource="http://www.cellml.org/bqs/1.0#Person"/>
    <vCard:N rdf:resource="rdf:#8bb575c7-8bdf-4e2e-a153-405b0e0e4de9"/>
  </rdf:Description>
  <rdf:Description rdf:about="rdf:#e750240e-8f2b-4328-bc6f-0b57416d8207">
    <dc:subject rdf:resource="rdf:#3cdfa90a-2faf-42ff-80b5-b8b3e79d6b3f"/>
  </rdf:Description>
</rdf:RDF>
</model>