<?xml version="1.0" encoding="iso-8859-1"?>


<!--  FILE :  triacylglycerol_synthesis_model.xml

CREATED :  17th June 2002

LAST MODIFIED : 22nd July 2002

AUTHOR :  Catherine Lloyd
          The Bioengineering Institute
          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 a generic model of
               triacylglycerol synthesis.

CHANGES:  
   22/07/2002 - CML - Added more metadata.
-->

<model name="triacylglycerol_synthesis_model" pathway_editor:rendering_config_file="triacylglycerol_synthesis_CellMLrender.xml" xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:pathway_editor="http://www.physiome.com/pathway_editor/1.0#">
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
    <!--
      The following RDF block contains metadata that applies to this document
      as a whole, as indicated by the empty about attribute on the 
      <rdf:Description> element.
    -->
    <rdf:Description rdf:about="">
      <!--
        The Model Builder Metadata.  The Dublin Core "creator" element is used  
        to indicate the person who translated the model into CellML.
      -->
      <dc:creator rdf:parseType="Resource">
        <vCard:N rdf:parseType="Resource">
          <vCard:Family>Lloyd</vCard:Family>
          <vCard:Given>Catherine</vCard:Given>
          <vCard:Other>May</vCard:Other>
        </vCard:N>
        <vCard:EMAIL rdf:parseType="Resource">
          <rdf:value>c.lloyd@auckland.ac.nz</rdf:value>
          <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet" />
        </vCard:EMAIL>
        <vCard:ORG rdf:parseType="Resource">
          <vCard:Orgname>The University of Auckland</vCard:Orgname>
          <vCard:Orgunit>The Bioengineering Institute</vCard:Orgunit>
        </vCard:ORG>
      </dc:creator>
      
      <!--
        The Creation Date metadata. This is the date on which the model
        was translated into CellML.
      -->
      <dcterms:created rdf:parseType="Resource">
        <dcterms:W3CDTF>2002-06-17</dcterms:W3CDTF>
      </dcterms:created>
      
      <!--
        The Last Modified Date metadata. This is the date on which
        the model was last changed.
      -->
      <cmeta:modification rdf:parseType="Resource">
        <rdf:value>
          Added more metadata.
        </rdf:value>
        <cmeta:modifier rdf:parseType="Resource">
          <vCard:N rdf:parseType="Resource">
            <vCard:Family>Lloyd</vCard:Family>
            <vCard:Given>Catherine</vCard:Given>
            <vCard:Other>May</vCard:Other>
          </vCard:N>
        </cmeta:modifier>
        <dcterms:modified rdf:parseType="Resource"> 
          <dcterms:W3CDTF>2002-07-22</dcterms:W3CDTF>
        </dcterms:modified>
      </cmeta:modification>
      
      <!-- The Publisher metadata. -->
      <dc:publisher>
        The University of Auckland, Bioengineering Institute
      </dc:publisher>
    </rdf:Description>
    
    <!--
      The following metadata refers to the model itself, as indicated by the
      reference to the ID "triacylglycerol_synthesis_model", which is declared 
      on the <model> element.
    -->
    <rdf:Description rdf:about="#triacylglycerol_synthesis_model">
      <!-- A human readable name for the model. -->
      <dc:title>A Generic Model Of Triacylglycerol Synthesis</dc:title>
      
      <!-- A comment regarding the model. -->
      <cmeta:comment rdf:parseType="Resource">
        <rdf:value>
          Below is a CellML description of a general model of triacylglycerol 
          synthesis.  It is not based on a specific published mathematical 
          model, but instead it is based on a textbook defined pathway.  The 
          general sequential structure and all the reactant, product and enzyme 
          components are included.  Michaelis-Menten enzyme kinetics are 
          assumed.
          
          The purpose of this description is to illustrate how CellML can be 
          used to model a general metabolic pathway.
        </rdf:value>
        <!-- The creator of the comment. -->
        <dc:creator>
          <vCard:FN>Catherine Lloyd</vCard:FN>
        </dc:creator>
      </cmeta:comment>
      
      <cmeta:species>Homo sapiens</cmeta:species>
      
      <!--  Keyword(s) -->
      <bqs:reference rdf:parseType="Resource">
        <dc:subject rdf:parseType="Resource">
          <bqs:subject_type>keyword</bqs:subject_type>
          <rdf:value>metabolism</rdf:value>
        </dc:subject>
      </bqs:reference>
      
      <bqs:Book rdf:parseType="Resource">
        <dc:creator rdf:parseType="Resource">
          <bqs:Person rdf:parseType="Resource">
            <vCard:N rdf:parseType="Resource">
              <vCard:Family>Bronk</vCard:Family>
              <vCard:Given>J</vCard:Given>
              <vCard:Other>Ramsey</vCard:Other>
            </vCard:N>
          </bqs:Person>
        </dc:creator>
        <dc:title>Human Metabolism</dc:title>
        <dcterms:issued rdf:parseType="Resource">
          <dcterms:W3CDTF>1999</dcterms:W3CDTF>
        </dcterms:issued>
        <dc:publisher rdf:parseType="Resource">
          <bqs:Organisation>Addison Wesley Longman Limited</bqs:Organisation>
          <bqs:Property rdf:parseType="Resource">
            <bqs:property_type>location</bqs:property_type>
            <rdf:value>England</rdf:value>
          </bqs:Property>
        </dc:publisher>
      </bqs:Book>
    </rdf:Description>
  </rdf:RDF>
  
  <!--
    We start the model definition with a definition of some named
    sets of units for use throughout the model.
  -->
   
   <units name="micromolar">
     <unit prefix="micro" units="mole" />
     <unit units="litre" exponent="-1" />
   </units>
   
   <units name="flux">
      <unit units="micromolar" />
      <unit units="second" exponent="-1" />
   </units>
   
   <units name="second_order_rate_constant">
     <unit units="micromolar" exponent="-1" />
     <unit units="second" exponent="-1" />
   </units>
   
  <!--  
    The following component is defined for modelling convenience.  It contains 
    all the universal variables, in this case, only time.
  -->
   <component name="global_variables">
      <variable name="time" public_interface="out" units="second" />
   </component>
  
  <!--  
    The following components describe all the metabolites - both reactants and 
    products - involved in triacylglycerol synthesis.
   -->
   
   <component name="Glycerol_3_phosphate" cmeta:id="Glycerol_3_phosphate">
      <variable name="Glycerol_3_phosphate" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_Glycerol_3_phosphate_rxn0" 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>Glycerol_3_phosphate</ci>
            </apply>
            <ci>delta_Glycerol_3_phosphate_rxn0</ci>
         </apply>
      </math>
   </component>
  
   <component name="Lysophosphatidate" cmeta:id="Lysophosphatidate">
      <variable name="Lysophosphatidate" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_Lysophosphatidate_rxn0" public_interface="in" units="flux" />
      <variable name="delta_Lysophosphatidate_rxn1" 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>Lysophosphatidate</ci>
            </apply>
            <apply>
               <plus />
               <ci>delta_Lysophosphatidate_rxn0</ci>
               <ci>delta_Lysophosphatidate_rxn1</ci>
            </apply>
         </apply>
      </math>
   </component>
  
   <component name="Phosphatidate" cmeta:id="Phosphatidate">
      <variable name="Phosphatidate" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_Phosphatidate_rxn1" public_interface="in" units="flux" />
      <variable name="delta_Phosphatidate_rxn2" 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>Phosphatidate</ci>
            </apply>
            <apply>
               <plus />
               <ci>delta_Phosphatidate_rxn1</ci>
               <ci>delta_Phosphatidate_rxn2</ci>
            </apply>
         </apply>
      </math>
   </component>
   
   <component name="Diacylglycerol" cmeta:id="Diacylglycerol">
      <variable name="Diacylglycerol" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_Diacylglycerol_rxn2" public_interface="in" units="flux" />
      <variable name="delta_Diacylglycerol_rxn3" 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>Diacylglycerol</ci>
            </apply>
            <apply>
               <plus />
               <ci>delta_Diacylglycerol_rxn2</ci>
               <ci>delta_Diacylglycerol_rxn3</ci>
            </apply>
         </apply>
      </math>
   </component>
  
   <component name="fatty_acid" cmeta:id="fatty_acid">
      <variable name="fatty_acid" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_fatty_acid_rxn0" public_interface="in" units="flux" />
      <variable name="delta_fatty_acid_rxn1" public_interface="in" units="flux" />
      <variable name="delta_fatty_acid_rxn3" 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>fatty_acid</ci>
            </apply>
            <apply>
               <plus />
               <ci>delta_fatty_acid_rxn0</ci>
               <ci>delta_fatty_acid_rxn1</ci>
               <ci>delta_fatty_acid_rxn3</ci>
            </apply>
         </apply>
      </math>
   </component>
  
   <component name="CoA_SH" cmeta:id="CoA_SH">
      <variable name="CoA_SH" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_CoA_SH_rxn0" public_interface="in" units="flux" />
      <variable name="delta_CoA_SH_rxn1" public_interface="in" units="flux" />
      <variable name="delta_CoA_SH_rxn3" 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>CoA_SH</ci>
            </apply>
            <apply>
               <plus />
               <ci>delta_CoA_SH_rxn0</ci>
               <ci>delta_CoA_SH_rxn1</ci>
               <ci>delta_CoA_SH_rxn3</ci>
            </apply>
         </apply>
      </math>
   </component>
  
   <component name="H2O" cmeta:id="H2O">
      <variable name="H2O" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_H2O_rxn2" 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>H2O</ci>
            </apply>
            <ci>delta_H2O_rxn2</ci>
         </apply>
      </math>
   </component>
  
   <component name="Pi" cmeta:id="Pi">
      <variable name="Pi" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_Pi_rxn2" 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>Pi</ci>
            </apply>
            <ci>delta_Pi_rxn2</ci>
         </apply>
      </math>
   </component>
 
   <component name="Triacylglycerol" cmeta:id="Triacylglycerol">
      <variable name="Triacylglycerol" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="delta_Triacylglycerol_rxn3" 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>Triacylglycerol</ci>
            </apply>
            <ci>delta_Triacylglycerol_rxn3</ci>
         </apply>
      </math>
   </component>
   
   <!--  
    The following components describe all the enzymes and protein complexes 
    involved in triacylglycerol synthesis.
   -->
   
   <component name="Glycerol_phosphate_1_O_acyltransferase" cmeta:id="Glycerol_phosphate_1_O_acyltransferase">
      <variable name="Glycerol_phosphate_1_O_acyltransferase" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="time" public_interface="in" units="second" />
   </component>
   
   <component name="Glycerol_phosphate_2_O_acyltransferase" cmeta:id="Glycerol_phosphate_2_O_acyltransferase">
      <variable name="Glycerol_phosphate_2_O_acyltransferase" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="time" public_interface="in" units="second" />
   </component>
  
   <component name="Phosphatidate_phosphohydrolase" cmeta:id="Phosphatidate_phosphohydrolase">
      <variable name="Phosphatidate_phosphohydrolase" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="time" public_interface="in" units="second" />
   </component>
  
   <component name="Diacylglycerol_acyltransferase" cmeta:id="Diacylglycerol_acyltransferase">
      <variable name="Diacylglycerol_acyltransferase" public_interface="out" initial_value="1.0" units="micromolar" />
      <variable name="time" public_interface="in" units="second" />
   </component>
   
   <!--
    The following components represent the reaction steps of triacylglycerol 
    synthesis.
   -->
  
   <component name="reaction0">
      <variable name="Glycerol_3_phosphate" public_interface="in" units="micromolar" />
      <variable name="Glycerol_phosphate_1_O_acyltransferase" public_interface="in" units="micromolar" />
      <variable name="fatty_acid" public_interface="in" units="micromolar" />
      <variable name="Lysophosphatidate" public_interface="in" units="micromolar" />
      <variable name="CoA_SH" public_interface="in" units="micromolar" />
      <variable name="delta_Glycerol_3_phosphate_rxn0" public_interface="out" units="flux" />
      <variable name="delta_fatty_acid_rxn0" public_interface="out" units="flux" />
      <variable name="delta_Lysophosphatidate_rxn0" public_interface="out" units="flux" />
      <variable name="delta_CoA_SH_rxn0" public_interface="out" units="flux" />
      <variable name="vmax0" initial_value="1.0" units="second_order_rate_constant" />
      <variable name="km0" initial_value="1.0" units="micromolar" />
     <variable name="rate" units="flux" />
      <reaction reversible="no">
         <variable_ref variable="Glycerol_3_phosphate">
            <role role="reactant" delta_variable="delta_Glycerol_3_phosphate_rxn0" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="fatty_acid">
            <role role="reactant" delta_variable="delta_fatty_acid_rxn0" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Lysophosphatidate">
            <role role="product" delta_variable="delta_Lysophosphatidate_rxn0" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="CoA_SH">
            <role role="product" delta_variable="delta_CoA_SH_rxn0" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Glycerol_phosphate_1_O_acyltransferase">
            <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>vmax0</ci>
                          <ci>Glycerol_3_phosphate</ci>
                          <ci>fatty_acid</ci>
                        </apply>
                        <apply><plus />
                          <ci>km0</ci>
                          <ci>Glycerol_3_phosphate</ci>
                          <ci>fatty_acid</ci>
                        </apply>
                     </apply>
                  </apply>
               </math>
            </role>
         </variable_ref>
      </reaction>
   </component>
  
   <component name="reaction1">
      <variable name="Lysophosphatidate" public_interface="in" units="micromolar" />
      <variable name="fatty_acid" public_interface="in" units="micromolar" />
      <variable name="Phosphatidate" public_interface="in" units="micromolar" />
      <variable name="CoA_SH" public_interface="in" units="micromolar" />
      <variable name="Glycerol_phosphate_2_O_acyltransferase" public_interface="in" units="micromolar" />
      <variable name="delta_Lysophosphatidate_rxn1" public_interface="out" units="flux" />
      <variable name="delta_fatty_acid_rxn1" public_interface="out" units="flux" />
      <variable name="delta_Phosphatidate_rxn1" public_interface="out" units="flux" />
      <variable name="delta_CoA_SH_rxn1" public_interface="out" units="flux" /> 
      <variable name="km1" initial_value="1.0" units="micromolar" />
      <variable name="vmax1" initial_value="1.0" units="second_order_rate_constant" />
      <variable name="rate" units="flux" />
      <reaction reversible="no">
         <variable_ref variable="Lysophosphatidate">
            <role role="reactant" delta_variable="delta_Lysophosphatidate_rxn1" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="fatty_acid">
            <role role="reactant" delta_variable="delta_fatty_acid_rxn1" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Phosphatidate">
            <role role="product" delta_variable="delta_Phosphatidate_rxn1" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="CoA_SH">
            <role role="product" delta_variable="delta_CoA_SH_rxn1" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Glycerol_phosphate_2_O_acyltransferase">
            <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>Lysophosphatidate</ci>
                           <ci>fatty_acid</ci>
                           <ci>vmax1</ci>
                        </apply>
                        <apply>
                           <plus />
                           <ci>km1</ci>
                           <ci>Lysophosphatidate</ci>
                           <ci>fatty_acid</ci>
                        </apply>
                     </apply>
                  </apply>
               </math>
            </role>
         </variable_ref>
      </reaction>
   </component>
  
   <component name="reaction2">
      <variable name="Phosphatidate" public_interface="in" units="micromolar" />
      <variable name="H2O" public_interface="in" units="micromolar" />
      <variable name="Diacylglycerol" public_interface="in" units="micromolar" />
      <variable name="Pi" public_interface="in" units="micromolar" />
      <variable name="Phosphatidate_phosphohydrolase" public_interface="in" units="micromolar" />
      <variable name="delta_Phosphatidate_rxn2" public_interface="out" units="flux" />
      <variable name="delta_H2O_rxn2" public_interface="out" units="flux" />
      <variable name="delta_Diacylglycerol_rxn2" public_interface="out" units="flux" />
      <variable name="delta_Pi_rxn2" public_interface="out" units="flux" />
      <variable name="km2" initial_value="1.0" units="micromolar" />
      <variable name="vmax2" initial_value="1.0" units="second_order_rate_constant" />
      <variable name="rate" units="flux" />
      <reaction reversible="no">
         <variable_ref variable="Phosphatidate">
            <role role="reactant" delta_variable="delta_Phosphatidate_rxn2" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="H2O">
            <role role="reactant" delta_variable="delta_H2O_rxn2" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Diacylglycerol">
            <role role="product" delta_variable="delta_Diacylglycerol_rxn2" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Pi">
            <role role="product" delta_variable="delta_Pi_rxn2" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Phosphatidate_phosphohydrolase">
            <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>Phosphatidate</ci>
                           <ci>H2O</ci>
                           <ci>vmax2</ci>
                        </apply>
                        <apply>
                           <plus />
                           <ci>km2</ci>
                           <ci>Phosphatidate</ci>
                           <ci>H2O</ci>
                        </apply>
                     </apply>
                  </apply>
               </math>
            </role>
         </variable_ref>
      </reaction>
   </component>
  
   <component name="reaction3">
      <variable name="Diacylglycerol" public_interface="in" units="micromolar" />
      <variable name="fatty_acid" public_interface="in" units="micromolar" />
      <variable name="Triacylglycerol" public_interface="in" units="micromolar" />
      <variable name="Diacylglycerol_acyltransferase" public_interface="in" units="micromolar" />
      <variable name="CoA_SH" public_interface="in" units="micromolar" />
      <variable name="delta_Diacylglycerol_rxn3" public_interface="out" units="flux" />
      <variable name="delta_fatty_acid_rxn3" public_interface="out" units="flux" />
      <variable name="delta_Triacylglycerol_rxn3" public_interface="out" units="flux" />
      <variable name="delta_CoA_SH_rxn3" public_interface="out" units="flux" />
      <variable name="km3" initial_value="1.0" units="micromolar" />
      <variable name="vmax3" initial_value="1.0" units="second_order_rate_constant" />
      <variable name="rate" units="flux" />
      <reaction reversible="no">
         <variable_ref variable="Diacylglycerol">
            <role role="reactant" delta_variable="delta_Diacylglycerol_rxn3" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="fatty_acid">
            <role role="reactant" delta_variable="delta_fatty_acid_rxn3" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Triacylglycerol">
            <role role="product" delta_variable="delta_Triacylglycerol_rxn3" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="CoA_SH">
            <role role="product" delta_variable="delta_CoA_SH_rxn3" stoichiometry="1" />
         </variable_ref>
         <variable_ref variable="Diacylglycerol_acyltransferase">
            <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>Diacylglycerol</ci>
                           <ci>fatty_acid</ci>
                           <ci>vmax3</ci>
                        </apply>
                        <apply>
                           <plus />
                           <ci>km3</ci>
                           <ci>Diacylglycerol</ci>
                           <ci>fatty_acid</ci>
                        </apply>
                     </apply>
                  </apply>
               </math>
            </role>
         </variable_ref>
      </reaction>
   </component>
  
   <connection>
      <map_components component_1="Glycerol_3_phosphate" component_2="reaction0" />
      <map_variables variable_1="Glycerol_3_phosphate" variable_2="Glycerol_3_phosphate" />
      <map_variables variable_1="delta_Glycerol_3_phosphate_rxn0" variable_2="delta_Glycerol_3_phosphate_rxn0" />
   </connection>
   
   <connection>
      <map_components component_1="Lysophosphatidate" component_2="reaction0" />
      <map_variables variable_1="Lysophosphatidate" variable_2="Lysophosphatidate" />
      <map_variables variable_1="delta_Lysophosphatidate_rxn0" variable_2="delta_Lysophosphatidate_rxn0" />
   </connection>
 
   <connection>
      <map_components component_1="Lysophosphatidate" component_2="reaction1" />
      <map_variables variable_1="Lysophosphatidate" variable_2="Lysophosphatidate" />
      <map_variables variable_1="delta_Lysophosphatidate_rxn1" variable_2="delta_Lysophosphatidate_rxn1" />
   </connection>
  
   <connection>
      <map_components component_1="Phosphatidate" component_2="reaction1" />
      <map_variables variable_1="Phosphatidate" variable_2="Phosphatidate" />
      <map_variables variable_1="delta_Phosphatidate_rxn1" variable_2="delta_Phosphatidate_rxn1" />
   </connection>
  
   <connection>
      <map_components component_1="Phosphatidate" component_2="reaction2" />
      <map_variables variable_1="Phosphatidate" variable_2="Phosphatidate" />
      <map_variables variable_1="delta_Phosphatidate_rxn2" variable_2="delta_Phosphatidate_rxn2" />
   </connection>
  
   <connection>
      <map_components component_1="Diacylglycerol" component_2="reaction2" />
      <map_variables variable_1="Diacylglycerol" variable_2="Diacylglycerol" />
      <map_variables variable_1="delta_Diacylglycerol_rxn2" variable_2="delta_Diacylglycerol_rxn2" />
   </connection>
  
   <connection>
      <map_components component_1="Diacylglycerol" component_2="reaction3" />
      <map_variables variable_1="Diacylglycerol" variable_2="Diacylglycerol" />
      <map_variables variable_1="delta_Diacylglycerol_rxn3" variable_2="delta_Diacylglycerol_rxn3" />
   </connection>
  
   <connection>
      <map_components component_1="fatty_acid" component_2="reaction0" />
      <map_variables variable_1="fatty_acid" variable_2="fatty_acid" />
      <map_variables variable_1="delta_fatty_acid_rxn0" variable_2="delta_fatty_acid_rxn0" />
   </connection>
  
   <connection>
      <map_components component_1="fatty_acid" component_2="reaction1" />
      <map_variables variable_1="fatty_acid" variable_2="fatty_acid" />
      <map_variables variable_1="delta_fatty_acid_rxn1" variable_2="delta_fatty_acid_rxn1" />
   </connection>
  
   <connection>
      <map_components component_1="fatty_acid" component_2="reaction3" />
      <map_variables variable_1="fatty_acid" variable_2="fatty_acid" />
      <map_variables variable_1="delta_fatty_acid_rxn3" variable_2="delta_fatty_acid_rxn3" />
   </connection>
  
   <connection>
      <map_components component_1="CoA_SH" component_2="reaction0" />
      <map_variables variable_1="CoA_SH" variable_2="CoA_SH" />
      <map_variables variable_1="delta_CoA_SH_rxn0" variable_2="delta_CoA_SH_rxn0" />
   </connection>
  
   <connection>
      <map_components component_1="CoA_SH" component_2="reaction1" />
      <map_variables variable_1="CoA_SH" variable_2="CoA_SH" />
      <map_variables variable_1="delta_CoA_SH_rxn1" variable_2="delta_CoA_SH_rxn1" />
   </connection>
  
   <connection>
      <map_components component_1="CoA_SH" component_2="reaction3" />
      <map_variables variable_1="CoA_SH" variable_2="CoA_SH" />
      <map_variables variable_1="delta_CoA_SH_rxn3" variable_2="delta_CoA_SH_rxn3" />
   </connection>
  
   <connection>
      <map_components component_1="H2O" component_2="reaction2" />
      <map_variables variable_1="H2O" variable_2="H2O" />
      <map_variables variable_1="delta_H2O_rxn2" variable_2="delta_H2O_rxn2" />
   </connection>
   
   <connection>
      <map_components component_1="Pi" component_2="reaction2" />
      <map_variables variable_1="Pi" variable_2="Pi" />
      <map_variables variable_1="delta_Pi_rxn2" variable_2="delta_Pi_rxn2" />
   </connection>
  
   <connection>
      <map_components component_1="Triacylglycerol" component_2="reaction3" />
      <map_variables variable_1="Triacylglycerol" variable_2="Triacylglycerol" />
      <map_variables variable_1="delta_Triacylglycerol_rxn3" variable_2="delta_Triacylglycerol_rxn3" />
   </connection>
   
   <connection>
      <map_components component_1="Glycerol_3_phosphate" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="Lysophosphatidate" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
   
   <connection>
      <map_components component_1="Phosphatidate" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="Diacylglycerol" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="fatty_acid" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="CoA_SH" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="H2O" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="Pi" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="Triacylglycerol" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="Glycerol_phosphate_1_O_acyltransferase" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
   
   <connection>
      <map_components component_1="Glycerol_phosphate_2_O_acyltransferase" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="Phosphatidate_phosphohydrolase" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
  
   <connection>
      <map_components component_1="Diacylglycerol_acyltransferase" component_2="global_variables" />
      <map_variables variable_1="time" variable_2="time" />
   </connection>
   
   <connection>
      <map_components component_1="Glycerol_phosphate_1_O_acyltransferase" component_2="reaction0" />
      <map_variables variable_1="Glycerol_phosphate_1_O_acyltransferase" variable_2="Glycerol_phosphate_1_O_acyltransferase" />
   </connection>
   
   <connection>
      <map_components component_1="Glycerol_phosphate_2_O_acyltransferase" component_2="reaction1" />
      <map_variables variable_1="Glycerol_phosphate_2_O_acyltransferase" variable_2="Glycerol_phosphate_2_O_acyltransferase" />
   </connection>
   
   <connection>
      <map_components component_1="Phosphatidate_phosphohydrolase" component_2="reaction2" />
      <map_variables variable_1="Phosphatidate_phosphohydrolase" variable_2="Phosphatidate_phosphohydrolase" />
   </connection>
   
   <connection>
      <map_components component_1="Diacylglycerol_acyltransferase" component_2="reaction3" />
      <map_variables variable_1="Diacylglycerol_acyltransferase" variable_2="Diacylglycerol_acyltransferase" />
   </connection>

</model>
