Rendering of the source text

<?xml version="1.0"?>
<!--
This CellML file was generated on 17/07/2009 at 10:41:19 at a.m. using:

COR (0.9.31.1207)
Copyright 2002-2009 Dr Alan Garny
http://COR.physiol.ox.ac.uk/ - COR@physiol.ox.ac.uk

CellML 1.0 was used to generate this model
http://www.CellML.org/
--><model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="proctor_soti_boys_gillespie_shanley_wilkinson_kirkwood_2005" name="proctor_soti_boys_gillespie_shanley_wilkinson_kirkwood_2005">
	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Modelling the Actions of Chaperones and Their Role in Ageing</title>
				<author>
					<firstname>Jeelean</firstname>
					<surname>Lim</surname>
					<affiliation>
						<shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
			<section id="sec_status">
				<title>Model Status</title>
				<para>
            This CellML version of the model has been checked in COR and PCEnv and the model runs to replicate the results as shown in figure 4 of the published paper.  The units have been checked and are consistent. This CellML description is deterministic, unlike the stochastic model created and preferred by the authors. A few equations are therefore different from the model in the Biomodels database, such as the rate equations describing the dimerisation of HSF1 and the aggregation of MisP, and the graphs produced have smooth curves since random fluctuations of the intracellular preocesses are not taken into account. 
          </para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>
ABSTRACT: Many molecular chaperones are also known as heat shock proteins because they are synthesised in increased amounts after brief exposure
of cells to elevated temperatures. They have many cellular functions and are involved in the folding of nascent proteins, the re-folding of
denatured proteins, the prevention of protein aggregation, and assisting the targeting of proteins for degradation by the proteasome and
lysosomes. They also have a role in apoptosis and are involved in modulating signals for immune and inflammatory responses. Stress-induced
transcription of heat shock proteins requires the activation of heat shock factor (HSF). Under normal conditions, HSF is bound to heat shock
proteins resulting in feedback repression. During stress, cellular proteins undergo denaturation and sequester heat shock proteins bound to
HSF, which is then able to become transcriptionally active.
</para>
				<para>
			The induction of heat shock proteins is impaired with age and there is also a decline in chaperone function. Aberrant/damaged proteins
accumulate with age and are implicated in several important age-related conditions (e.g. Alzheimers disease, Parkinsons disease, and
cataract). Therefore, the balance between damaged proteins and available free chaperones may be greatly disturbed during ageing. We have
developed a mathematical model to describe the heat shock system.
				</para>
				<para>
The complete original paper reference is cited below:
</para>
				<para>
					Modelling the actions of chaperones and their role in ageing, Carole J. Proctor, Csaba Soti, Richard J. Boys, Colin S. Gillespie, Daryl P. Shanley, Darren J. Wilkinson, Thomas B.L. Kirkwood, 2005,
						<emphasis>Mech Ageing Dev.</emphasis>
					, 126(1), 119-131.   <ulink url="http://www.ncbi.nlm.nih.gov/pubmed/15610770">PubMed ID: 15610770</ulink>
				</para>
				
				<informalfigure float="0" id="fig_reaction_diagram">
					<mediaobject>
						<imageobject>
							<objectinfo>
								<title>Figure 1</title>
							</objectinfo>
							<imagedata fileref="proctor_2005a.png"/>
						</imageobject>
					</mediaobject>
					<caption>Network diagram of the model: Protein turnover</caption>
				</informalfigure>
				
				<informalfigure float="0" id="fig_reaction_diagram">
					<mediaobject>
						<imageobject>
							<objectinfo>
								<title>Figure 2</title>
							</objectinfo>
							<imagedata fileref="proctor_2005b.png"/>
						</imageobject>
					</mediaobject>
					<caption>Network diagram of the model: Autoregulation of Hsp90</caption>
				</informalfigure>
			</sect1>
		</article>
	</documentation>   
	
<units base_units="yes" name="molecules"/>
   <units name="first_order_rate_constant">
      <unit exponent="-1" units="second"/>
   </units>
   <units name="second_order_rate_constant">
      <unit exponent="-1" units="second"/>
      <unit exponent="-1" units="molecules"/>
   </units>
   <units name="flux">
      <unit units="molecules"/>
      <unit exponent="-1" units="second"/>
   </units>
   <component name="environment">
      <variable cmeta:id="environment_time" name="time" public_interface="out" units="second"/>
   </component>
   <component name="NatP">
      <variable initial_value="6000000" name="NatP" public_interface="out" units="molecules"/>
      <variable name="v1" public_interface="in" units="flux"/>
      <variable name="v2" public_interface="in" units="flux"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>NatP</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v1</ci>
                  <ci>v5</ci>
               </apply>
               <ci>v2</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="MisP">
      <variable initial_value="0" name="MisP" public_interface="out" units="molecules"/>
      <variable name="v2" public_interface="in" units="flux"/>
      <variable name="v3" public_interface="in" units="flux"/>
      <variable name="v4" public_interface="in" units="flux"/>
      <variable name="v6" public_interface="in" units="flux"/>
      <variable name="v7" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>MisP</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v2</ci>
                  <ci>v4</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v3</ci>
                  <ci>v6</ci>
                  <apply>
                     <times/>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                     <ci>v7</ci>
                  </apply>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="MCom">
      <variable initial_value="0" name="MCom" public_interface="out" units="molecules"/>
      <variable name="v3" public_interface="in" units="flux"/>
      <variable name="v4" public_interface="in" units="flux"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>MCom</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v3</ci>
               <apply>
                  <plus/>
                  <ci>v4</ci>
                  <ci>v5</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="Hsp90">
      <variable cmeta:id="Hsp90_Hsp90" initial_value="300000" name="Hsp90" public_interface="out" units="molecules"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="v4" public_interface="in" units="flux"/>
      <variable name="v9" public_interface="in" units="flux"/>
      <variable name="v16" public_interface="in" units="flux"/>
      <variable name="v3" public_interface="in" units="flux"/>
      <variable name="v8" public_interface="in" units="flux"/>
      <variable name="v17" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>Hsp90</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v5</ci>
                  <ci>v4</ci>
                  <ci>v9</ci>
                  <ci>v16</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v3</ci>
                  <ci>v8</ci>
                  <ci>v17</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="HCom">
      <variable initial_value="5900" name="HCom" public_interface="out" units="molecules"/>
      <variable name="v8" public_interface="in" units="flux"/>
      <variable name="v9" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>HCom</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v8</ci>
               <ci>v9</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="HSF1">
      <variable cmeta:id="HSF1_HSF1" initial_value="100" name="HSF1" public_interface="out" units="molecules"/>
      <variable name="v13" public_interface="in" units="flux"/>
      <variable name="v12" public_interface="in" units="flux"/>
      <variable name="v8" public_interface="in" units="flux"/>
      <variable name="v9" public_interface="in" units="flux"/>
      <variable name="v10" public_interface="in" units="flux"/>
      <variable name="v11" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>HSF1</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v9</ci>
                  <apply>
                     <times/>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                     <ci>v13</ci>
                  </apply>
                  <ci>v12</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v8</ci>
                  <apply>
                     <times/>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                     <ci>v10</ci>
                  </apply>
                  <ci>v11</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="DiH">
      <variable cmeta:id="DiH_DiH" initial_value="0" name="DiH" public_interface="out" units="molecules"/>
      <variable name="v10" public_interface="in" units="flux"/>
      <variable name="v11" public_interface="in" units="flux"/>
      <variable name="v12" public_interface="in" units="flux"/>
      <variable name="v13" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>DiH</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v10</ci>
                  <ci>v12</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v11</ci>
                  <ci>v13</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="TriH">
      <variable cmeta:id="TriH_TriH" initial_value="0" name="TriH" public_interface="out" units="molecules"/>
      <variable name="v11" public_interface="in" units="flux"/>
      <variable name="v12" public_interface="in" units="flux"/>
      <variable name="v14" public_interface="in" units="flux"/>
      <variable name="v15" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>TriH</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v11</ci>
                  <ci>v15</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v12</ci>
                  <ci>v14</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="HSE_TriH">
      <variable cmeta:id="HSE_TriH_HSE_TriH" initial_value="0" name="HSE_TriH" public_interface="out" units="molecules"/>
      <variable name="v14" public_interface="in" units="flux"/>
      <variable name="v15" public_interface="in" units="flux"/>
      <variable name="v16" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>HSE_TriH</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v14</ci>
                  <ci>v16</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v15</ci>
                  <ci>v16</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="HSE">
      <variable cmeta:id="HSE_HSE" initial_value="1" name="HSE" public_interface="out" units="molecules"/>
      <variable name="v14" public_interface="in" units="flux"/>
      <variable name="v15" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>HSE</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v15</ci>
               <ci>v14</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="AggP">
      <variable initial_value="0" name="AggP" public_interface="out" units="molecules"/>
      <variable name="v7" public_interface="in" units="flux"/>
      <variable name="v7b" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>AggP</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v7</ci>
                  <apply>
                     <times/>
                     <cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
                     <ci>v7b</ci>
                  </apply>
               </apply>
               <ci>v7b</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="ROS">
      <variable initial_value="100" name="ROS" public_interface="out" units="molecules"/>
      <variable name="v2" public_interface="in" units="flux"/>
      <variable name="v20" public_interface="in" units="flux"/>
      <variable name="v21" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>ROS</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v2</ci>
                  <ci>v20</ci>
               </apply>
               <apply>
                  <plus/>
                  <ci>v2</ci>
                  <ci>v21</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="ATP">
      <variable cmeta:id="ATP_ATP" initial_value="10000" name="ATP" public_interface="out" units="molecules"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="v6" public_interface="in" units="flux"/>
      <variable name="v17" public_interface="in" units="flux"/>
      <variable name="v18" public_interface="in" units="flux"/>
      <variable name="v19" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>ATP</ci>
            </apply>
            <apply>
               <minus/>
               <ci>v18</ci>
               <apply>
                  <plus/>
                  <ci>v5</ci>
                  <ci>v6</ci>
                  <ci>v17</ci>
                  <ci>v19</ci>
               </apply>
            </apply>
         </apply>
      </math>
   </component>
   <component name="ADP">
      <variable cmeta:id="ADP_ADP" initial_value="1000" name="ADP" public_interface="out" units="molecules"/>
      <variable name="v5" public_interface="in" units="flux"/>
      <variable name="v6" public_interface="in" units="flux"/>
      <variable name="v17" public_interface="in" units="flux"/>
      <variable name="v18" public_interface="in" units="flux"/>
      <variable name="v19" public_interface="in" units="flux"/>
      <variable name="time" public_interface="in" units="second"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <apply>
               <diff/>
               <bvar>
                  <ci>time</ci>
               </bvar>
               <ci>ADP</ci>
            </apply>
            <apply>
               <minus/>
               <apply>
                  <plus/>
                  <ci>v5</ci>
                  <ci>v6</ci>
                  <ci>v17</ci>
                  <ci>v19</ci>
               </apply>
               <ci>v18</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v1">
      <variable name="v1" public_interface="out" units="flux"/>
      <variable initial_value="10" name="k1" units="flux"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v1</ci>
            <ci>k1</ci>
         </apply>
      </math>
   </component>
   <component name="v2">
      <variable name="v2" public_interface="out" units="flux"/>
      <variable initial_value="0.00002" name="k2" units="second_order_rate_constant"/>
      <variable name="NatP" public_interface="in" units="molecules"/>
      <variable name="ROS" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v2</ci>
            <apply>
               <times/>
               <ci>k2</ci>
               <ci>NatP</ci>
               <ci>ROS</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v3">
      <variable name="v3" public_interface="out" units="flux"/>
      <variable initial_value="50" name="k3" units="second_order_rate_constant"/>
      <variable name="MisP" public_interface="in" units="molecules"/>
      <variable name="Hsp90" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v3</ci>
            <apply>
               <times/>
               <ci>k3</ci>
               <ci>MisP</ci>
               <ci>Hsp90</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v4">
      <variable name="v4" public_interface="out" units="flux"/>
      <variable initial_value="0.00001" name="k4" units="first_order_rate_constant"/>
      <variable name="MCom" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v4</ci>
            <apply>
               <times/>
               <ci>k4</ci>
               <ci>MCom</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v5">
      <variable name="v5" public_interface="out" units="flux"/>
      <variable initial_value="4e-6" name="k5" units="second_order_rate_constant"/>
      <variable name="MCom" public_interface="in" units="molecules"/>
      <variable name="ATP" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v5</ci>
            <apply>
               <times/>
               <ci>k5</ci>
               <ci>MCom</ci>
               <ci>ATP</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v6">
      <variable name="v6" public_interface="out" units="flux"/>
      <variable initial_value="6e-7" name="k6" units="second_order_rate_constant"/>
      <variable name="MisP" public_interface="in" units="molecules"/>
      <variable name="ATP" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v6</ci>
            <apply>
               <times/>
               <ci>k6</ci>
               <ci>MisP</ci>
               <ci>ATP</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v7">
      <variable name="v7" public_interface="out" units="flux"/>
      <variable initial_value="1e-7" name="k7" units="second_order_rate_constant"/>
      <variable name="MisP" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v7</ci>
            <apply>
               <times/>
               <ci>k7</ci>
               <ci>MisP</ci>
               <ci>MisP</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v7b">
      <variable name="v7b" public_interface="out" units="flux"/>
      <variable initial_value="1e-7" name="k7" units="second_order_rate_constant"/>
      <variable name="MisP" public_interface="in" units="molecules"/>
      <variable name="AggP" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v7b</ci>
            <apply>
               <times/>
               <ci>k7</ci>
               <ci>MisP</ci>
               <ci>AggP</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v8">
      <variable name="v8" public_interface="out" units="flux"/>
      <variable initial_value="500" name="k8" units="second_order_rate_constant"/>
      <variable name="HSF1" public_interface="in" units="molecules"/>
      <variable name="Hsp90" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v8</ci>
            <apply>
               <times/>
               <ci>k8</ci>
               <ci>HSF1</ci>
               <ci>Hsp90</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v9">
      <variable name="v9" public_interface="out" units="flux"/>
      <variable initial_value="1" name="k9" units="first_order_rate_constant"/>
      <variable name="HCom" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v9</ci>
            <apply>
               <times/>
               <ci>k9</ci>
               <ci>HCom</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v10">
      <variable name="v10" public_interface="out" units="flux"/>
      <variable initial_value="0.01" name="k10" units="second_order_rate_constant"/>
      <variable name="HSF1" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v10</ci>
            <apply>
               <times/>
               <ci>k10</ci>
               <ci>HSF1</ci>
               <ci>HSF1</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v11">
      <variable name="v11" public_interface="out" units="flux"/>
      <variable initial_value="100" name="k11" units="second_order_rate_constant"/>
      <variable name="HSF1" public_interface="in" units="molecules"/>
      <variable name="DiH" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v11</ci>
            <apply>
               <times/>
               <ci>k11</ci>
               <ci>DiH</ci>
               <ci>HSF1</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v12">
      <variable name="v12" public_interface="out" units="flux"/>
      <variable initial_value="0.5" name="k12" units="first_order_rate_constant"/>
      <variable name="TriH" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v12</ci>
            <apply>
               <times/>
               <ci>k12</ci>
               <ci>TriH</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v13">
      <variable name="v13" public_interface="out" units="flux"/>
      <variable initial_value="0.5" name="k13" units="first_order_rate_constant"/>
      <variable name="DiH" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v13</ci>
            <apply>
               <times/>
               <ci>k13</ci>
               <ci>DiH</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v14">
      <variable name="v14" public_interface="out" units="flux"/>
      <variable initial_value="0.05" name="k14" units="second_order_rate_constant"/>
      <variable name="HSE" public_interface="in" units="molecules"/>
      <variable name="TriH" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v14</ci>
            <apply>
               <times/>
               <ci>k14</ci>
               <ci>HSE</ci>
               <ci>TriH</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v15">
      <variable name="v15" public_interface="out" units="flux"/>
      <variable initial_value="0.08" name="k15" units="first_order_rate_constant"/>
      <variable name="HSE_TriH" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v15</ci>
            <apply>
               <times/>
               <ci>k15</ci>
               <ci>HSE_TriH</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v16">
      <variable name="v16" public_interface="out" units="flux"/>
      <variable initial_value="1000" name="k16" units="first_order_rate_constant"/>
      <variable name="HSE_TriH" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v16</ci>
            <apply>
               <times/>
               <ci>k16</ci>
               <ci>HSE_TriH</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v17">
      <variable name="v17" public_interface="out" units="flux"/>
      <variable initial_value="8.02e-9" name="k17" units="second_order_rate_constant"/>
      <variable name="Hsp90" public_interface="in" units="molecules"/>
      <variable name="ATP" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v17</ci>
            <apply>
               <times/>
               <ci>k17</ci>
               <ci>Hsp90</ci>
               <ci>ATP</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v18">
      <variable name="v18" public_interface="out" units="flux"/>
      <variable initial_value="12" name="k18" units="first_order_rate_constant"/>
      <variable name="ADP" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v18</ci>
            <apply>
               <times/>
               <ci>k18</ci>
               <ci>ADP</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v19">
      <variable name="v19" public_interface="out" units="flux"/>
      <variable initial_value="0.02" name="k19" units="first_order_rate_constant"/>
      <variable name="ATP" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v19</ci>
            <apply>
               <times/>
               <ci>k19</ci>
               <ci>ATP</ci>
            </apply>
         </apply>
      </math>
   </component>
   <component name="v20">
      <variable name="v20" public_interface="out" units="flux"/>
      <variable initial_value="0.1" name="k20" units="flux"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v20</ci>
            <ci>k20</ci>
         </apply>
      </math>
   </component>
   <component name="v21">
      <variable name="v21" public_interface="out" units="flux"/>
      <variable initial_value="0.00001" name="k21" units="first_order_rate_constant"/>
      <variable name="ROS" public_interface="in" units="molecules"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>v21</ci>
            <apply>
               <times/>
               <ci>k21</ci>
               <ci>ROS</ci>
            </apply>
         </apply>
      </math>
   </component>
   <connection>
      <map_components component_1="NatP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="MisP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="MCom" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="Hsp90" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="HCom" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="HSF1" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="DiH" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="TriH" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="HSE_TriH" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="HSE" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="AggP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="ROS" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="ATP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="ADP" component_2="environment"/>
      <map_variables variable_1="time" variable_2="time"/>
   </connection>
   <connection>
      <map_components component_1="NatP" component_2="v1"/>
      <map_variables variable_1="v1" variable_2="v1"/>
   </connection>
   <connection>
      <map_components component_1="NatP" component_2="v2"/>
      <map_variables variable_1="v2" variable_2="v2"/>
      <map_variables variable_1="NatP" variable_2="NatP"/>
   </connection>
   <connection>
      <map_components component_1="NatP" component_2="v5"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="MisP" component_2="v2"/>
      <map_variables variable_1="v2" variable_2="v2"/>
   </connection>
   <connection>
      <map_components component_1="MisP" component_2="v3"/>
      <map_variables variable_1="v3" variable_2="v3"/>
      <map_variables variable_1="MisP" variable_2="MisP"/>
   </connection>
   <connection>
      <map_components component_1="MisP" component_2="v4"/>
      <map_variables variable_1="v4" variable_2="v4"/>
   </connection>
   <connection>
      <map_components component_1="MisP" component_2="v6"/>
      <map_variables variable_1="v6" variable_2="v6"/>
      <map_variables variable_1="MisP" variable_2="MisP"/>
   </connection>
   <connection>
      <map_components component_1="MisP" component_2="v7"/>
      <map_variables variable_1="v7" variable_2="v7"/>
      <map_variables variable_1="MisP" variable_2="MisP"/>
   </connection>
   <connection>
      <map_components component_1="MCom" component_2="v3"/>
      <map_variables variable_1="v3" variable_2="v3"/>
   </connection>
   <connection>
      <map_components component_1="MCom" component_2="v4"/>
      <map_variables variable_1="v4" variable_2="v4"/>
      <map_variables variable_1="MCom" variable_2="MCom"/>
   </connection>
   <connection>
      <map_components component_1="MCom" component_2="v5"/>
      <map_variables variable_1="v5" variable_2="v5"/>
      <map_variables variable_1="MCom" variable_2="MCom"/>
   </connection>
   <connection>
      <map_components component_1="Hsp90" component_2="v5"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="Hsp90" component_2="v4"/>
      <map_variables variable_1="v4" variable_2="v4"/>
   </connection>
   <connection>
      <map_components component_1="Hsp90" component_2="v9"/>
      <map_variables variable_1="v9" variable_2="v9"/>
   </connection>
   <connection>
      <map_components component_1="Hsp90" component_2="v16"/>
      <map_variables variable_1="v16" variable_2="v16"/>
   </connection>
   <connection>
      <map_components component_1="Hsp90" component_2="v3"/>
      <map_variables variable_1="v3" variable_2="v3"/>
      <map_variables variable_1="Hsp90" variable_2="Hsp90"/>
   </connection>
   <connection>
      <map_components component_1="Hsp90" component_2="v8"/>
      <map_variables variable_1="v8" variable_2="v8"/>
      <map_variables variable_1="Hsp90" variable_2="Hsp90"/>
   </connection>
   <connection>
      <map_components component_1="Hsp90" component_2="v17"/>
      <map_variables variable_1="v17" variable_2="v17"/>
      <map_variables variable_1="Hsp90" variable_2="Hsp90"/>
   </connection>
   <connection>
      <map_components component_1="HCom" component_2="v8"/>
      <map_variables variable_1="v8" variable_2="v8"/>
   </connection>
   <connection>
      <map_components component_1="HCom" component_2="v9"/>
      <map_variables variable_1="v9" variable_2="v9"/>
      <map_variables variable_1="HCom" variable_2="HCom"/>
   </connection>
   <connection>
      <map_components component_1="HSF1" component_2="v13"/>
      <map_variables variable_1="v13" variable_2="v13"/>
   </connection>
   <connection>
      <map_components component_1="HSF1" component_2="v12"/>
      <map_variables variable_1="v12" variable_2="v12"/>
   </connection>
   <connection>
      <map_components component_1="HSF1" component_2="v8"/>
      <map_variables variable_1="v8" variable_2="v8"/>
      <map_variables variable_1="HSF1" variable_2="HSF1"/>
   </connection>
   <connection>
      <map_components component_1="HSF1" component_2="v9"/>
      <map_variables variable_1="v9" variable_2="v9"/>
   </connection>
   <connection>
      <map_components component_1="HSF1" component_2="v10"/>
      <map_variables variable_1="v10" variable_2="v10"/>
      <map_variables variable_1="HSF1" variable_2="HSF1"/>
   </connection>
   <connection>
      <map_components component_1="DiH" component_2="v10"/>
      <map_variables variable_1="v10" variable_2="v10"/>
   </connection>
   <connection>
      <map_components component_1="DiH" component_2="v11"/>
      <map_variables variable_1="v11" variable_2="v11"/>
      <map_variables variable_1="DiH" variable_2="DiH"/>
   </connection>
   <connection>
      <map_components component_1="DiH" component_2="v12"/>
      <map_variables variable_1="v12" variable_2="v12"/>
   </connection>
   <connection>
      <map_components component_1="DiH" component_2="v13"/>
      <map_variables variable_1="v13" variable_2="v13"/>
      <map_variables variable_1="DiH" variable_2="DiH"/>
   </connection>
   <connection>
      <map_components component_1="TriH" component_2="v11"/>
      <map_variables variable_1="v11" variable_2="v11"/>
   </connection>
   <connection>
      <map_components component_1="TriH" component_2="v12"/>
      <map_variables variable_1="v12" variable_2="v12"/>
      <map_variables variable_1="TriH" variable_2="TriH"/>
   </connection>
   <connection>
      <map_components component_1="TriH" component_2="v14"/>
      <map_variables variable_1="v14" variable_2="v14"/>
      <map_variables variable_1="TriH" variable_2="TriH"/>
   </connection>
   <connection>
      <map_components component_1="TriH" component_2="v15"/>
      <map_variables variable_1="v15" variable_2="v15"/>
   </connection>
   <connection>
      <map_components component_1="HSE_TriH" component_2="v14"/>
      <map_variables variable_1="v14" variable_2="v14"/>
   </connection>
   <connection>
      <map_components component_1="HSE_TriH" component_2="v15"/>
      <map_variables variable_1="v15" variable_2="v15"/>
      <map_variables variable_1="HSE_TriH" variable_2="HSE_TriH"/>
   </connection>
   <connection>
      <map_components component_1="HSE_TriH" component_2="v16"/>
      <map_variables variable_1="v16" variable_2="v16"/>
      <map_variables variable_1="HSE_TriH" variable_2="HSE_TriH"/>
   </connection>
   <connection>
      <map_components component_1="HSE" component_2="v14"/>
      <map_variables variable_1="v14" variable_2="v14"/>
      <map_variables variable_1="HSE" variable_2="HSE"/>
   </connection>
   <connection>
      <map_components component_1="HSE" component_2="v15"/>
      <map_variables variable_1="v15" variable_2="v15"/>
   </connection>
   <connection>
      <map_components component_1="AggP" component_2="v7"/>
      <map_variables variable_1="v7" variable_2="v7"/>
   </connection>
   <connection>
      <map_components component_1="AggP" component_2="v7b"/>
      <map_variables variable_1="v7b" variable_2="v7b"/>
      <map_variables variable_1="AggP" variable_2="AggP"/>
   </connection>
   <connection>
      <map_components component_1="ROS" component_2="v2"/>
      <map_variables variable_1="v2" variable_2="v2"/>
      <map_variables variable_1="ROS" variable_2="ROS"/>
   </connection>
   <connection>
      <map_components component_1="ROS" component_2="v20"/>
      <map_variables variable_1="v20" variable_2="v20"/>
   </connection>
   <connection>
      <map_components component_1="ROS" component_2="v21"/>
      <map_variables variable_1="v21" variable_2="v21"/>
      <map_variables variable_1="ROS" variable_2="ROS"/>
   </connection>
   <connection>
      <map_components component_1="ATP" component_2="v5"/>
      <map_variables variable_1="v5" variable_2="v5"/>
      <map_variables variable_1="ATP" variable_2="ATP"/>
   </connection>
   <connection>
      <map_components component_1="ATP" component_2="v6"/>
      <map_variables variable_1="v6" variable_2="v6"/>
      <map_variables variable_1="ATP" variable_2="ATP"/>
   </connection>
   <connection>
      <map_components component_1="ATP" component_2="v17"/>
      <map_variables variable_1="v17" variable_2="v17"/>
      <map_variables variable_1="ATP" variable_2="ATP"/>
   </connection>
   <connection>
      <map_components component_1="ATP" component_2="v18"/>
      <map_variables variable_1="v18" variable_2="v18"/>
   </connection>
   <connection>
      <map_components component_1="ATP" component_2="v19"/>
      <map_variables variable_1="v19" variable_2="v19"/>
      <map_variables variable_1="ATP" variable_2="ATP"/>
   </connection>
   <connection>
      <map_components component_1="ADP" component_2="v5"/>
      <map_variables variable_1="v5" variable_2="v5"/>
   </connection>
   <connection>
      <map_components component_1="ADP" component_2="v6"/>
      <map_variables variable_1="v6" variable_2="v6"/>
   </connection>
   <connection>
      <map_components component_1="ADP" component_2="v17"/>
      <map_variables variable_1="v17" variable_2="v17"/>
   </connection>
   <connection>
      <map_components component_1="ADP" component_2="v18"/>
      <map_variables variable_1="v18" variable_2="v18"/>
      <map_variables variable_1="ADP" variable_2="ADP"/>
   </connection>
   <connection>
      <map_components component_1="ADP" component_2="v19"/>
      <map_variables variable_1="v19" variable_2="v19"/>
   </connection>
   <connection>
      <map_components component_1="v7b" component_2="MisP"/>
      <map_variables variable_1="MisP" variable_2="MisP"/>
   </connection>
   <connection>
      <map_components component_1="v11" component_2="HSF1"/>
      <map_variables variable_1="HSF1" variable_2="HSF1"/>
      <map_variables variable_1="v11" variable_2="v11"/>
   </connection>
   
     
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:nodeID="n1"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n2"/></boundIntervals></rdf:Description><rdf:Description rdf:nodeID="n3"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n4"/></N></rdf:Description><rdf:Description rdf:nodeID="n5"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Kirkwood</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">T</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">B</Other></rdf:Description><rdf:Description rdf:nodeID="n6"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n7"/></Person></rdf:Description><rdf:Description rdf:nodeID="n8"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Mechanisms of Ageing and Development</title></rdf:Description><rdf:Description rdf:nodeID="n4"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Shanley</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">D</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">P</Other></rdf:Description><rdf:Description rdf:nodeID="n9"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2005-01</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n10"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n3"/></Person></rdf:Description><rdf:Description rdf:about="#proctor_soti_boys_gillespie_shanley_wilkinson_kirkwood_2005"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
        The Proctor et al. model of Actions of Chaperones and Their Role in Ageing, 2005
      </title><cmeta:comment><rdf:Description rdf:nodeID="n11"/></cmeta:comment><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n1"/></simulation><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n12"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n13"/></reference></rdf:Description><rdf:Description rdf:nodeID="n13"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n14"/></subject></rdf:Description><rdf:Description rdf:nodeID="n11"><rdf:value xml:lang="en">
          This is the CellML description of the Proctor et al.'s model of actions of chaperones and their role in ageing.
        </rdf:value><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n15"/></creator></rdf:Description><rdf:Description rdf:nodeID="n14"><subject_type xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">keyword</subject_type><rdf:value><rdf:Description rdf:nodeID="n16"/></rdf:value></rdf:Description><rdf:Description rdf:nodeID="n12"><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">15610770</Pubmed_id><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n17"/></JournalArticle></rdf:Description><rdf:Description rdf:nodeID="n18"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n19"/></Person></rdf:Description><rdf:Description rdf:nodeID="n20"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n5"/></N></rdf:Description><rdf:Description rdf:nodeID="n21"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n22"/></N><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n23"/></EMAIL><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n24"/></ORG></rdf:Description><rdf:Description rdf:nodeID="n2"><rdf:first><rdf:Description rdf:nodeID="n25"/></rdf:first><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest></rdf:Description><rdf:Description rdf:nodeID="n26"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Gillespie</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">C</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">S</Other></rdf:Description><rdf:Description rdf:nodeID="n27"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Proctor</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">C</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Other></rdf:Description><rdf:Description rdf:nodeID="n15"><FN xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Jeelean Lim</FN></rdf:Description><rdf:Description rdf:nodeID="n28"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n20"/></Person></rdf:Description><rdf:Description rdf:nodeID="n25"><pointDensity xmlns="http://www.cellml.org/metadata/simulation/1.0#nonstandard-" xml:lang="en">10000</pointDensity><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">600</endingValue></rdf:Description><rdf:Description rdf:nodeID="n29"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n30"/></Person></rdf:Description><rdf:Description rdf:nodeID="n31"><rdf:type><rdf:Description rdf:about="http://www.example.org/foo/bar/bazfoo"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n19"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n32"/></N></rdf:Description><rdf:Description rdf:nodeID="n22"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Lim</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Jeelean</Given></rdf:Description><rdf:Description rdf:nodeID="n16"><rdf:_2 xml:lang="en">chaperones</rdf:_2><rdf:_3 xml:lang="en">signal transduction</rdf:_3><rdf:_1 xml:lang="en">ageing</rdf:_1><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n33"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Soti</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">C</Given></rdf:Description><rdf:Description rdf:nodeID="n34"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2009-10-06</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n23"><rdf:value xml:lang="en">jlim063@aucklanduni.ac.nz</rdf:value><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n24"><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The Bioengineering Institute</Orgunit><Orgname xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">The University of Auckland</Orgname></rdf:Description><rdf:Description rdf:nodeID="n35"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Boys</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">R</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Other></rdf:Description><rdf:Description rdf:nodeID="n36"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n37"/></Person></rdf:Description><rdf:Description rdf:nodeID="n37"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n26"/></N></rdf:Description><rdf:Description rdf:nodeID="n38"><rdf:_2><rdf:Description rdf:nodeID="n6"/></rdf:_2><rdf:_5><rdf:Description rdf:nodeID="n10"/></rdf:_5><rdf:_3><rdf:Description rdf:nodeID="n39"/></rdf:_3><rdf:_1><rdf:Description rdf:nodeID="n29"/></rdf:_1><rdf:_6><rdf:Description rdf:nodeID="n18"/></rdf:_6><rdf:_7><rdf:Description rdf:nodeID="n28"/></rdf:_7><rdf:_4><rdf:Description rdf:nodeID="n36"/></rdf:_4><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n30"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n27"/></N></rdf:Description><rdf:Description rdf:nodeID="n40"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n35"/></N></rdf:Description><rdf:Description rdf:about=""><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n21"/></creator><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n34"/></created></rdf:Description><rdf:Description rdf:nodeID="n32"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Wilkinson</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">D</Given><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">J</Other></rdf:Description><rdf:Description rdf:nodeID="n17"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">
            Modelling the actions of chaperones and their role in ageing.
          </title><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n38"/></creator><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n8"/></Journal><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n9"/></issued><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">126</volume><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">119</first_page><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">131</last_page></rdf:Description><rdf:Description rdf:nodeID="n39"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n40"/></Person></rdf:Description><rdf:Description rdf:nodeID="n7"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n33"/></N></rdf:Description></rdf:RDF></model>