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

<rdf:RDF
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
        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#"
        xmlns:cs="http://www.cellml.org/metadata/simulation/1.0#"
        xmlns:cg="http://www.cellml.org/metadata/graphs/1.0#">
  <rdf:Description rdf:ID="andre">
    <vCard:N rdf:parseType="Resource">
      <vCard:Family>Nickerson</vCard:Family>
      <vCard:Given>David</vCard:Given>
    </vCard:N>
    <vCard:EMAIL rdf:parseType="Resource">
      <rdf:value>david.nickerson@nus.edu.sg</rdf:value>
      <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
    </vCard:EMAIL>
    <vCard:ORG rdf:parseType="Resource">
      <vCard:Orgname>National University of Singapore</vCard:Orgname>
      <vCard:Orgunit>Division of Bioengineering</vCard:Orgunit>
    </vCard:ORG>
  </rdf:Description>
  <rdf:Description rdf:about="">
    <dc:creator rdf:resource="#andre"/>
    <dcterms:created rdf:parseType="Resource">
      <dcterms:W3CDTF>2007-09-11</dcterms:W3CDTF>
    </dcterms:created>
    <dc:publisher>
      Division of Bioengineering, National University of Singapore
    </dc:publisher>
    <cmeta:modification rdf:parseType="Resource">
      <rdf:value>
        Adding standard CellML metadata annotations to the graph descriptions.
      </rdf:value>
      <cmeta:modifier rdf:resource="#andre"/>
      <dcterms:modified rdf:parseType="Resource">
        <dcterms:W3CDTF>2007-11-22</dcterms:W3CDTF>
      </dcterms:modified>
    </cmeta:modification>
  </rdf:Description>
  <rdf:Description>
    <cg:graph>
      <rdf:Description rdf:ID="ICa_voltage_clamp">
        <cg:title>Applied Voltage Clamp Protocol</cg:title>
        <cg:x-label>Time (ms)</cg:x-label>
        <cg:y-label>Membrane potential (mV)</cg:y-label>
        <cg:background-colour>#f0f0ff</cg:background-colour>
        <bqs:reference rdf:parseType="Resource">
          <bqs:Pubmed_id>17486452</bqs:Pubmed_id>
        </bqs:reference>
        <cmeta:comment rdf:parseType="Resource">
          <rdf:value>
            This graph partially provides a reproduction of Figure 2(C) from Corrias &amp; Buist (2007).
          </rdf:value>
          <dc:creator rdf:resource="#andre"/>
          <dcterms:created rdf:parseType="Resource">
            <dcterms:W3CDTF>2007-11-22</dcterms:W3CDTF>
          </dcterms:created>
        </cmeta:comment>
        <cg:traces rdf:parseType="Collection">
          <rdf:Description>
            <cg:label>-25 mV</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#ff0000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#Vm"/>
            </cg:y-variable>
          </rdf:Description>
          <rdf:Description>
            <cg:label>-35 mV</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#0000ff</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-35mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-35mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#Vm"/>
            </cg:y-variable>
          </rdf:Description>
          <rdf:Description>
            <cg:label>-45 mV</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#008000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-45mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-45mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#Vm"/>
            </cg:y-variable>
          </rdf:Description>
        </cg:traces>
      </rdf:Description>
    </cg:graph>
    <cg:graph>
      <rdf:Description rdf:ID="ICa_voltage_clamp_current">
        <cg:title>Resulting ICaL Current</cg:title>
        <cg:x-label>Time (ms)</cg:x-label>
        <cg:y-label>ICaL (pA)</cg:y-label>
        <cg:background-colour>#ffffff</cg:background-colour>
        <bqs:reference rdf:parseType="Resource">
          <bqs:Pubmed_id>17486452</bqs:Pubmed_id>
        </bqs:reference>
        <cmeta:comment rdf:parseType="Resource">
          <rdf:value>
            This graph partially provides a reproduction of Figure 2(D) from Corrias &amp; Buist (2007).
          </rdf:value>
          <dc:creator rdf:resource="#andre"/>
          <dcterms:created rdf:parseType="Resource">
            <dcterms:W3CDTF>2007-11-22</dcterms:W3CDTF>
          </dcterms:created>
        </cmeta:comment>
        <cg:traces rdf:parseType="Collection">
          <rdf:Description>
            <cg:label>-25 mV</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#ff0000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#ICaL"/>
            </cg:y-variable>
          </rdf:Description>
          <rdf:Description>
            <cg:label>-35 mV</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#0000ff</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-35mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-35mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#ICaL"/>
            </cg:y-variable>
          </rdf:Description>
          <rdf:Description>
            <cg:label>-45 mV</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#008000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-45mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-45mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#ICaL"/>
            </cg:y-variable>
          </rdf:Description>
        </cg:traces>
      </rdf:Description>
    </cg:graph>
    <cg:graph>
      <rdf:Description rdf:ID="ICa_voltage_clamp_gates">
        <cg:title>Resulting Gating Kinetics</cg:title>
        <cg:x-label>Time (ms)</cg:x-label>
        <cg:y-label>gates ()</cg:y-label>
        <cg:background-colour>#ffffff</cg:background-colour>
        <cg:traces rdf:parseType="Collection">
          <rdf:Description>
            <cg:label>d</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#ff0000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#d"/>
            </cg:y-variable>
          </rdf:Description>
          <rdf:Description>
            <cg:label>f</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#0000ff</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#f"/>
            </cg:y-variable>
          </rdf:Description>
          <rdf:Description>
            <cg:label>fCa</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#008000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#fCa"/>
            </cg:y-variable>
          </rdf:Description>
        </cg:traces>
      </rdf:Description>
    </cg:graph>
    <cg:graph>
      <rdf:Description rdf:ID="ICa_voltage_clamp_gates_SS">
        <cg:title>Steady-state Gating Kinetics</cg:title>
        <cg:x-label>Time (ms)</cg:x-label>
        <cg:y-label>SS gates ()</cg:y-label>
        <cg:background-colour>#ffffff</cg:background-colour>
        <cg:traces rdf:parseType="Collection">
          <rdf:Description>
            <cg:label>d_inf</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#ff0000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#d_inf"/>
            </cg:y-variable>
          </rdf:Description>
          <rdf:Description>
            <cg:label>f_inf</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#0000ff</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#f_inf"/>
            </cg:y-variable>
          </rdf:Description>
          <!-- simulation results don't include this as it is constant
          <rdf:Description>
            <cg:label>fCa_inf</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#008000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#fCa_inf"/>
            </cg:y-variable>
          </rdf:Description>
          -->
        </cg:traces>
      </rdf:Description>
    </cg:graph>
    <!-- simulation results no longer include these as they are constants
    <cg:graph>
      <rdf:Description rdf:ID="ICa_voltage_clamp_time_constants">
        <cg:x-label>Time (ms)</cg:x-label>
        <cg:y-label>tau (ms)</cg:y-label>
        <cg:background-colour>#ffffff</cg:background-colour>
        <cg:traces rdf:parseType="Collection">
          <rdf:Description>
            <cg:label>d</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#ff0000</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#tau_d"/>
            </cg:y-variable>
          </rdf:Description>
          <rdf:Description>
            <cg:label>f</cg:label>
            <cg:type rdf:resource="http://www.cellml.org/metadata/graphs/1.0#line"/>
            <cg:colour>#0000ff</cg:colour>
            <cg:line-type rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</cg:line-type>
            <cg:x-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="ICa-voltage-clamp.xml#time"/>
            </cg:x-variable>
            <cg:y-variable rdf:parseType="Resource">
              <cs:simulation rdf:resource="ICa-voltage-clamp-25mV.xml#simulation"/>
              <cg:variable rdf:resource="../components/ICaL.xml#tau_f"/>
            </cg:y-variable>
          </rdf:Description>
        </cg:traces>
      </rdf:Description>
    </cg:graph>
    -->
  </rdf:Description>
</rdf:RDF>
