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

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:a="http://cellml.sourceforge.net/analysis/1.0#">
  <rdf:Description>
    <a:analysis>
      <rdf:Description rdf:ID="APD-calculation">
        <a:title>APD calculation</a:title>
        <a:analyses rdf:parseType="Collection">
          <rdf:Description>
            <a:APD rdf:parseType="Resource">
              <a:upstroke-derivative-threshold
                rdf:datatype="http://www.w3.org/2001/XMLSchema#double">
                5
              </a:upstroke-derivative-threshold>
              <a:resting-potential-threshold
                rdf:datatype="http://www.w3.org/2001/XMLSchema#double">
                -85
              </a:resting-potential-threshold>
              <a:resting-potential-derivative-threshold
                rdf:datatype="http://www.w3.org/2001/XMLSchema#double">
                0.01
              </a:resting-potential-derivative-threshold>
            </a:APD>
          </rdf:Description>
        </a:analyses>
        <a:graphs rdf:parseType="Collection">
          <rdf:Description>
            <a:graph rdf:resource="GRAPHS#ActionPotentials"/>
          </rdf:Description>
        </a:graphs>
      </rdf:Description>
    </a:analysis>
  </rdf:Description>
</rdf:RDF>
