Location: Borghans 1997 @ 6bc41d337a40 / borghans_dupont_goldbeter_1997c.cellml.orig

Author:
Hanne <Hanne@hanne-nielsens-macbook.local>
Date:
2010-01-08 15:34:06+13:00
Desc:
Added cmeta:ids to CellML fiel and added session file
Permanent Source URI:
http://models.cellml.org/workspace/borghans_1997/rawfile/6bc41d337a40d87079f6c581306c1b87b1e4582d/borghans_dupont_goldbeter_1997c.cellml.orig

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="borghans_model_1997c" name="borghans_model_1997c">

	<documentation xmlns="http://cellml.org/tmp-documentation">
		<article>
			<articleinfo>
				<title>Complex intracellular calcium oscillations.  A theoretical exploration of possible mechanisms</title>
				<author>
					<firstname>Mark</firstname>
					<surname>Hanna</surname>
					<affiliation>
						<shortaffil>Bioengineering Institute, University of Auckland</shortaffil>
					</affiliation>
				</author>
			</articleinfo>
			<section id="sec_status">
				<title>Model Status</title>
				<para>Runs in PCEnv and COR.  Reproduces published output (figure 12)</para>
			</section>
			<sect1 id="sec_structure">
				<title>Model Structure</title>
				<para>ABSTRACT: Intracellular Ca2+ oscillations are commonly observed in a large number of cell types in response to stimulation by an extracellular agonist.  In most cell types the mechanism of regular spiking is well understood and models based on Ca2+-induced Ca2+ release (CICR) can account for many experimental observations.  However, cells do not always exhibit simple Ca2+ oscillations.  In response to given agonists, some cells show more complex behaviour in the form of bursting, i.e. trains of Ca2+ spikes separated by silent phases.  Here we develop several theoretical models, based on physiologically plausible assumptions, that could account for complex intracellular Ca2+ oscillations.  The models are all based on one- or two-pool models based on CICR.  We extend these models by (i) considering the inhibition of the Ca2+-release channel on a unique intracellular store at high cytosolic Ca2+ concentrations, (ii) taking into account the Ca2+-activated degradation of inositol 1,4,5-trisphosphate (IP3), or (iii) considering explicitly the evolution of the Ca2+ concentration in two different pools, one sensitive and the other one insensitive to IP3.  Besides simple periodic oscillations, these three models can all account for more complex oscillatory behaviour in the form of bursting.  Moreover, the model that takes the kinetics of IP3 into account shows chaotic behaviour.</para>
				<para>Complex intracellular calcium oscillations.  A theoretical exploration of possible mechanisms, Jose A.M. Borghans, Genevieve Dupont, Albert Goldbeter, 1997, <emphasis>Biophysical Chemistry</emphasis>, 66, 25-41. <ulink url="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;list_uids=17029867&amp;dopt=Abstract">PubMed ID: 17029867</ulink></para>
				<informalfigure float="0" id="fig_cell_diagram">
					<mediaobject>
						<imageobject>
							<objectinfo>
								<title>cell diagram</title>
							</objectinfo>
							<imagedata fileref="borghans_1997c.png"/>
						</imageobject>
					</mediaobject>
					<caption>Schematic representation of the two-pool model for complex Ca2+ oscillations.</caption>
				</informalfigure>
			</sect1>
		</article>
	</documentation>

	<!-- Units -->
	<units name="min">
		<!-- time: minute -->
		<unit multiplier="60" units="second"/>
	</units>

	<units name="per_min">
		<!-- per time: per minute -->
		<unit exponent="-1" units="min"/>
	</units>

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

	<units name="per_uM4">
		<!-- "Fudge factor": micromolar^-4 -->
		<unit exponent="-4" units="uM"/>
	</units>

	<units name="uM_per_min">
		<!-- flux: micromolar per minute -->
		<unit units="uM"/>
		<unit units="per_min"/>
	</units>

	<!-- Components -->
	<component name="environment">
		<variable cmeta:id="environment_time" name="time" public_interface="out" units="min"/>
	</component>

	<component cmeta:id="Ca_component" name="Ca">
		
		<variable name="time" private_interface="out" public_interface="in" units="min"/>

		<!-- Species -->
		<variable cmeta:id="Z" initial_value="0.0" name="Z" private_interface="out" units="uM"/>
		<variable cmeta:id="Y" initial_value="0.0" name="Y" private_interface="out" units="uM"/>
		<variable cmeta:id="X" initial_value="0.5" name="X" private_interface="out" units="uM"/>

		<!-- Flux -->
		<variable name="V_in" private_interface="in" units="uM_per_min"/>
		<variable name="V_2i" private_interface="in" units="uM_per_min"/>
		<variable name="V_3i" private_interface="in" units="uM_per_min"/>
		<variable name="V_2s" private_interface="in" units="uM_per_min"/>
		<variable name="V_3s" private_interface="in" units="uM_per_min"/>

		<!-- Rate constants -->
		<variable cmeta:id="K_f" initial_value="0.5" name="K_f" units="per_min"/>
		<variable cmeta:id="K" initial_value="1" name="K" units="per_min"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML" id="Ca_maths">
			<apply id="dZ/dt_eq"><eq/>
				<apply><diff/>
					<bvar><ci>time</ci></bvar>
					<ci>Z</ci>
				</apply>
				<apply><plus/>
					<ci>V_in</ci>
					<apply><minus/>
						<ci>V_2i</ci>
					</apply>
					<ci>V_3i</ci>
					<apply><times/>
						<ci>K_f</ci>
						<ci>Y</ci>
					</apply>
					<apply><minus/>
						<ci>V_2s</ci>
					</apply>
					<ci>V_3s</ci>
					<apply><times/>
						<ci>K_f</ci>
						<ci>X</ci>
					</apply>
					<apply><minus/>
						<apply><times/>
							<ci>K</ci>
							<ci>Z</ci>
						</apply>
					</apply>
				</apply>
			</apply>

			<apply id="dY/dt_eq"><eq/>
				<apply><diff/>
					<bvar><ci>time</ci></bvar>
					<ci>Y</ci>
				</apply>
				<apply><plus/>
					<ci>V_2i</ci>
					<apply><minus/>
						<ci>V_3i</ci>
					</apply>
					<apply><minus/>
						<apply><times/>
							<ci>K_f</ci>
							<ci>Y</ci>
						</apply>
					</apply>
				</apply>
			</apply>

			<apply id="dX/dt_eq"><eq/>
				<apply><diff/>
					<bvar><ci>time</ci></bvar>
					<ci>X</ci>
				</apply>
				<apply><plus/>
					<ci>V_2s</ci>
					<apply><minus/>
						<ci>V_3s</ci>
					</apply>
					<apply><minus/>
						<apply><times/>
							<ci>K_f</ci>
							<ci>X</ci>
						</apply>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<component cmeta:id="Ca_flux_component" name="Ca_flux">
		
		<variable name="time" private_interface="out" public_interface="in" units="min"/>

		<variable cmeta:id="beta" initial_value="1" name="beta" private_interface="out" units="dimensionless"/>

		<variable name="Z" private_interface="out" public_interface="in" units="uM"/>
		<variable name="Y" private_interface="out" public_interface="in" units="uM"/>
		<variable name="X" private_interface="out" public_interface="in" units="uM"/>

		<variable name="V_in" private_interface="in" public_interface="out" units="uM_per_min"/>
		<variable name="V_2i" private_interface="in" public_interface="out" units="uM_per_min"/>
		<variable name="V_3i" private_interface="in" public_interface="out" units="uM_per_min"/>
		<variable name="V_2s" private_interface="in" public_interface="out" units="uM_per_min"/>
		<variable name="V_3s" private_interface="in" public_interface="out" units="uM_per_min"/>
	</component>

	<component cmeta:id="V_in_component" name="V_in">
		

		<variable cmeta:id="V_in" name="V_in" public_interface="out" units="uM_per_min"/>

		<variable cmeta:id="v_0" initial_value="0.015" name="v_0" units="uM_per_min"/>
		<variable cmeta:id="v_1" initial_value="0.012" name="v_1" units="uM_per_min"/>
		<variable name="beta" public_interface="in" units="dimensionless"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML" id="V_in_maths">
			<apply id="V_in_eq"><eq/>
				<ci>V_in</ci>
				<apply><plus/>
					<ci>v_0</ci>
					<apply><times/>
						<ci>v_1</ci>
						<ci>beta</ci>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<component cmeta:id="V_2i_component" name="V_2i">
		

		<variable name="Z" public_interface="in" units="uM"/>

		<variable cmeta:id="V_2i" name="V_2i" public_interface="out" units="uM_per_min"/>

		<variable cmeta:id="V_M2i" initial_value="3.1" name="V_M2i" units="uM_per_min"/>
		<variable cmeta:id="K_2i" initial_value="0.005" name="K_2i" units="uM"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML" id="V_2i_maths">
			<apply id="V_2i_eq"><eq/>
				<ci>V_2i</ci>
				<apply><times/>
					<ci>V_M2i</ci>
					<apply><divide/>
						<apply><power/>
							<ci>Z</ci>
							<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
						</apply>
						<apply><plus/>
							<apply><power/>
								<ci>K_2i</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
							<apply><power/>
								<ci>Z</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
						</apply>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<component cmeta:id="V_3i_component" name="V_3i">
		

		<variable name="Z" public_interface="in" units="uM"/>
		<variable name="Y" public_interface="in" units="uM"/>

		<variable cmeta:id="V_3i" name="V_3i" public_interface="out" units="uM_per_min"/>

		<variable cmeta:id="V_M3i" initial_value="25" name="V_M3i" units="uM_per_min"/>
		<variable initial_value="0.022" name="K_3z" units="uM"/>
		<variable initial_value="0.065" name="K_3y" units="uM"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML" id="V_3i_maths">
			<apply id="V_3i_eq"><eq/>
				<ci>V_3i</ci>
				<apply><times/>
					<ci>V_M3i</ci>
					<apply><divide/>
						<apply><power/>
							<ci>Y</ci>
							<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
						</apply>
						<apply><plus/>
							<apply><power/>
								<ci>K_3y</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
							<apply><power/>
								<ci>Y</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
						</apply>
					</apply>
					<apply><divide/>
						<apply><power/>
							<ci>Z</ci>
							<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
						</apply>
						<apply><plus/>
							<apply><power/>
								<ci>K_3z</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
							<apply><power/>
								<ci>Z</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
						</apply>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<component cmeta:id="V_2s_component" name="V_2s">
		

		<variable name="Z" public_interface="in" units="uM"/>

		<variable cmeta:id="V_2s" name="V_2s" public_interface="out" units="uM_per_min"/>

		<variable cmeta:id="V_M2s" initial_value="1.5" name="V_M2s" units="uM_per_min"/>
		<variable cmeta:id="K_2s" initial_value="0.0265" name="K_2s" units="uM"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML" id="V_2s_maths">
			<apply id="V_2s_eq"><eq/>
				<ci>V_2s</ci>
				<apply><times/>
					<ci>V_M2s</ci>
					<apply><divide/>
						<apply><power/>
							<ci>Z</ci>
							<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
						</apply>
						<apply><plus/>
							<apply><power/>
								<ci>K_2s</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
							<apply><power/>
								<ci>Z</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
						</apply>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<component cmeta:id="V_3s_component" name="V_3s">
		

		<variable name="X" public_interface="in" units="uM"/>

		<variable cmeta:id="V_3s" name="V_3s" public_interface="out" units="uM_per_min"/>

		<variable cmeta:id="V_M3s" initial_value="0.169" name="V_M3s" units="uM_per_min"/>
		<variable cmeta:id="K_3s" initial_value="0.1" name="K_3s" units="uM"/>
		<variable name="beta" public_interface="in" units="dimensionless"/>

		<math xmlns="http://www.w3.org/1998/Math/MathML" id="V_3s_maths">
			<apply id="V_3s_eq"><eq/>
				<ci>V_3s</ci>
				<apply><times/>
					<ci>beta</ci>
					<ci>V_M3s</ci>
					<apply><divide/>
						<apply><power/>
							<ci>X</ci>
							<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
						</apply>
						<apply><plus/>
							<apply><power/>
								<ci>K_3s</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
							<apply><power/>
								<ci>X</ci>
								<cn xmlns:cellml="http://www.cellml.org/cellml/1.0#" cellml:units="dimensionless">2</cn>
							</apply>
						</apply>
					</apply>
				</apply>
			</apply>
		</math>
	</component>

	<!-- groups -->
	<group>
		<relationship_ref relationship="encapsulation"/>
		<component_ref component="Ca">
			<component_ref component="Ca_flux">
				<component_ref component="V_in"/>
				<component_ref component="V_2i"/>
				<component_ref component="V_3i"/>
				<component_ref component="V_2s"/>
				<component_ref component="V_3s"/>
			</component_ref>
		</component_ref>
	</group>

	<!-- connections -->
	<connection>
		<map_components component_1="environment" component_2="Ca"/>
		<map_variables variable_1="time" variable_2="time"/>
	</connection>

	<connection>
		<map_components component_1="Ca" component_2="Ca_flux"/>
		<map_variables variable_1="time" variable_2="time"/>
		<map_variables variable_1="V_in" variable_2="V_in"/>
		<map_variables variable_1="V_2i" variable_2="V_2i"/>
		<map_variables variable_1="V_3i" variable_2="V_3i"/>
		<map_variables variable_1="V_2s" variable_2="V_2s"/>
		<map_variables variable_1="V_3s" variable_2="V_3s"/>
		<map_variables variable_1="Z" variable_2="Z"/>
		<map_variables variable_1="Y" variable_2="Y"/>
		<map_variables variable_1="X" variable_2="X"/>
	</connection>

	<connection>
		<map_components component_1="Ca_flux" component_2="V_in"/>
		<map_variables variable_1="beta" variable_2="beta"/>
		<map_variables variable_1="V_in" variable_2="V_in"/>
	</connection>

	<connection>
		<map_components component_1="Ca_flux" component_2="V_2i"/>
		<map_variables variable_1="Z" variable_2="Z"/>
		<map_variables variable_1="V_2i" variable_2="V_2i"/>
	</connection>

	<connection>
		<map_components component_1="Ca_flux" component_2="V_3i"/>
		<map_variables variable_1="Z" variable_2="Z"/>
		<map_variables variable_1="Y" variable_2="Y"/>
		<map_variables variable_1="V_3i" variable_2="V_3i"/>
	</connection>

	<connection>
		<map_components component_1="Ca_flux" component_2="V_2s"/>
		<map_variables variable_1="Z" variable_2="Z"/>
		<map_variables variable_1="V_2s" variable_2="V_2s"/>
	</connection>

	<connection>
		<map_components component_1="Ca_flux" component_2="V_3s"/>
		<map_variables variable_1="X" variable_2="X"/>
		<map_variables variable_1="V_3s" variable_2="V_3s"/>
		<map_variables variable_1="beta" variable_2="beta"/>
	</connection>

	

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:nodeID="n1"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n2"/></Person></rdf:Description><rdf:Description rdf:nodeID="n3"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n4"/></N><ORG xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n5"/></ORG><EMAIL xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n6"/></EMAIL></rdf:Description><rdf:Description rdf:nodeID="n7"><rdf:type><rdf:Description rdf:about="http://www.example.org/foo/bar/bazfoo"/></rdf:type></rdf:Description><rdf:Description rdf:nodeID="n8"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">1997-01-16</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n5"><Orgunit xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Auckland 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:about=""><created xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n9"/></created><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n3"/></creator></rdf:Description><rdf:Description rdf:nodeID="n10"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n11"/></N></rdf:Description><rdf:Description rdf:nodeID="n12"><Pubmed_id xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">17029867</Pubmed_id><JournalArticle xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n13"/></JournalArticle></rdf:Description><rdf:Description rdf:nodeID="n14"><subject xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n15"/></subject></rdf:Description><rdf:Description rdf:nodeID="n11"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">O.M.</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Borghans</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Jose</Given></rdf:Description><rdf:Description rdf:nodeID="n16"><rdf:rest><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/></rdf:rest><rdf:first><rdf:Description rdf:nodeID="n17"/></rdf:first></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"><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/></rdf:type><rdf:_2><rdf:Description rdf:nodeID="n1"/></rdf:_2><rdf:_3><rdf:Description rdf:nodeID="n18"/></rdf:_3><rdf:_1><rdf:Description rdf:nodeID="n21"/></rdf:_1></rdf:Description><rdf:Description rdf:nodeID="n22"><boundIntervals xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n16"/></boundIntervals></rdf:Description><rdf:Description rdf:nodeID="n23"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Biophysical Chemistry</title></rdf:Description><rdf:Description rdf:nodeID="n24"><rdf:_4 xml:lang="en">Chaos</rdf:_4><rdf:type><rdf:Description rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/></rdf:type><rdf:_5 xml:lang="en">Calcium Dynamics</rdf:_5><rdf:_2 xml:lang="en">Calcium Oscillations</rdf:_2><rdf:_3 xml:lang="en">Bursting</rdf:_3><rdf:_1 xml:lang="en">Calcium Signalling</rdf:_1></rdf:Description><rdf:Description rdf:nodeID="n13"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Complex intracellular calcium oscillations.  A theoretical exploration of possible mechanisms</title><volume xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">66</volume><issued xmlns="http://purl.org/dc/terms/"><rdf:Description rdf:nodeID="n8"/></issued><first_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">25</first_page><last_page xmlns="http://www.cellml.org/bqs/1.0#" xml:lang="en">41</last_page><Journal xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n23"/></Journal><creator xmlns="http://purl.org/dc/elements/1.1/"><rdf:Description rdf:nodeID="n20"/></creator></rdf:Description><rdf:Description rdf:nodeID="n15"><rdf:value><rdf:Description rdf:nodeID="n24"/></rdf:value></rdf:Description><rdf:Description rdf:nodeID="n2"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n25"/></N></rdf:Description><rdf:Description rdf:nodeID="n21"><Person xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n10"/></Person></rdf:Description><rdf:Description rdf:nodeID="n26"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Goldbeter</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Albert</Given></rdf:Description><rdf:Description rdf:about="#borghans_model_1997c"><title xmlns="http://purl.org/dc/elements/1.1/" xml:lang="en">Complex intracellular calcium oscillations.  A theoretical exploration of possible mechanisms</title><simulation xmlns="http://www.cellml.org/metadata/simulation/1.0#"><rdf:Description rdf:nodeID="n22"/></simulation><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n14"/></reference><reference xmlns="http://www.cellml.org/bqs/1.0#"><rdf:Description rdf:nodeID="n12"/></reference></rdf:Description><rdf:Description rdf:nodeID="n6"><rdf:type><rdf:Description rdf:about="http://imc.org/vCard/3.0#internet"/></rdf:type><rdf:value xml:lang="en">mark@hanna.net.nz</rdf:value></rdf:Description><rdf:Description rdf:nodeID="n17"><endingValue xmlns="http://www.cellml.org/metadata/simulation/1.0#" xml:lang="en">50.0</endingValue></rdf:Description><rdf:Description rdf:nodeID="n9"><W3CDTF xmlns="http://purl.org/dc/terms/" xml:lang="en">2009-11-30</W3CDTF></rdf:Description><rdf:Description rdf:nodeID="n4"><Other xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">James</Other><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Hanna</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Mark</Given></rdf:Description><rdf:Description rdf:nodeID="n19"><N xmlns="http://www.w3.org/2001/vcard-rdf/3.0#"><rdf:Description rdf:nodeID="n26"/></N></rdf:Description><rdf:Description rdf:nodeID="n25"><Family xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Dupont</Family><Given xmlns="http://www.w3.org/2001/vcard-rdf/3.0#" xml:lang="en">Genevieve</Given></rdf:Description></rdf:RDF></model>