- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2012-09-24 16:19:08+12:00
- Desc:
- moving all metadata to external files to clean up the CellML code for tutorial purposes. Using my new rdfExtrator tool to do the work.
- Permanent Source URI:
- https://models.fieldml.org/w/andre/VPH-MIP/rawfile/6e2bed224b4a37b5a92f3e5031f8917f4c69fc8f/components/IK.xml.rdf
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="IK.xml">
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
<vCard:N xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
<vCard:Family>Nickerson</vCard:Family>
<vCard:Given>David</vCard:Given>
</vCard:N>
<vCard:EMAIL xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" 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 xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" rdf:parseType="Resource">
<vCard:Orgname>National University of Singapore</vCard:Orgname>
<vCard:Orgunit>Division of Bioengineering</vCard:Orgunit>
</vCard:ORG>
</dc:creator>
<dcterms:created xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource">
<dcterms:W3CDTF>2008-03-12</dcterms:W3CDTF>
</dcterms:created>
<dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">
Division of Bioengineering, National University of Singapore
</dc:publisher>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="IK.xml#IK_model">
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">
Hodgkin-Huxley potassium current.
</dc:title>
<cmeta:comment xmlns:cmeta="http://www.cellml.org/metadata/1.0#" rdf:parseType="Resource">
<rdf:value>
A CellML description of the Hodgkin & Huxley potassium current, IK.
</rdf:value>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:parseType="Resource">
<vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">David Nickerson</vCard:FN>
</dc:creator>
</cmeta:comment>
<cmeta:modification xmlns:cmeta="http://www.cellml.org/metadata/1.0#" rdf:parseType="Resource">
<rdf:value>
Splitting out alpha_n and beta_n components to their own model to test out a possible bug in the API implementation which arises when importing encapsulated children directly into other models.
</rdf:value>
<cmeta:modifier rdf:parseType="Resource">
<vCard:FN xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">David Nickerson</vCard:FN>
</cmeta:modifier>
<dcterms:modified xmlns:dcterms="http://purl.org/dc/terms/" rdf:parseType="Resource">
<dcterms:W3CDTF>2008-08-11</dcterms:W3CDTF>
</dcterms:modified>
</cmeta:modification>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="IK.xml#IK_component">
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">
Hodgkin & Huxley potassium current.
</dc:title>
<cmeta:comment xmlns:cmeta="http://www.cellml.org/metadata/1.0#" rdf:parseType="Resource">
<rdf:value>
A description of the membrane potassium current of the Hodgkin & Huxley (1952) model.
</rdf:value>
</cmeta:comment>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="IK.xml#IK_calculation">
<cmeta:comment xmlns:cmeta="http://www.cellml.org/metadata/1.0#" rdf:parseType="Resource">
<rdf:value>
Represents equation 4 of the Hodgkin & Huxley (1952) model used to calculate the potassium current for a specified value of membrane potential at a given temperature.
</rdf:value>
</cmeta:comment>
</rdf:Description>
</RDF>