- Author:
- Dewan Sarwar <dsar941@UoA.auckland.ac.nz>
- Date:
- 2019-11-18 19:05:10+13:00
- Desc:
- testing a SED-ML model and its rdf
- Permanent Source URI:
- https://models.cellml.org/workspace/267/rawfile/1e63c5f8abb224b0e02e595dd99825e501bf1bb3/NaHCO3/Units/Units.cellml
<?xml version='1.0'?>
<model cmeta:id="units" name="units" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">
<units name="mM">
<unit prefix="milli" units="mole"/>
<unit exponent="-1" units="litre"/>
</units>
<units name="umol_per_s_per_cm2">
<unit units="umol"/>
<unit exponent="-1" units="second"/>
<unit exponent="-1" units="cm2"/>
</units>
<units name="mM_per_s">
<unit units="mM"/>
<unit exponent="-1" units="second"/>
</units>
<units name="mV">
<unit prefix="milli" units="volt"/>
</units>
<units name="C_per_mol">
<unit exponent="-1" units="mole"/>
<unit units="coulomb"/>
</units>
<!-- unit mJ_per_mol_per_kelvin using unit mJ_per_mol_per_kelvin;
unit mS_per_cm2 using unit mS_per_cm2;-->
</model>