CellML Discussion List

Text archives Help


[cellml-discussion] base_si_units.xml


Chronological Thread 
  • From: matt.halstead at auckland.ac.nz (Matt Halstead)
  • Subject: [cellml-discussion] base_si_units.xml
  • Date: Fri Aug 6 17:02:51 2004

Attempt 1 of a general set of SI units for importing.

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


<!-- FILE : base_si_units.xml

CREATED : 6th August 2004

LAST MODIFIED : 6th August 2004

AUTHOR : Matt Halstead
Bioengineering Institute
The University of Auckland

MODEL STATUS : This model conforms to the CellML 1.1 Specification and
the CellML Metadata 1.0 Specification.

DESCRIPTION : This file contains a CellML description of SI base units
as set out in table 2 in the CellML 1.1
specification
(http://www.cellml.org/public/specification/
units.html#tab_units_cellml_units_dictionary)

CHANGES:

-->

<model
name="bas_si_units"
cmeta:id="base_si_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#";>
<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#";>
<!--
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>Halstead</vCard:Family>
<vCard:Given>Matt</vCard:Given>
</vCard:N>
<vCard:EMAIL rdf:parseType="Resource">

<rdf:value>matt.halstead AT 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>2004-08-06</dcterms:W3CDTF>
</dcterms:created>

<!--
The Modification History metadata. This lists the changes that
have been
made to the document, who made the changes, and when they were
made.
-->

<!-- The Publisher metadata. -->
<dc:publisher>
The University of Auckland, Bioengineering Institute
</dc:publisher>
</rdf:Description>

<rdf:Description rdf:about="#base_si_units">
<!-- A human readable name for the model. -->
<dc:title>
Base SI units.
</dc:title>

<!-- A comment regarding the model. -->
<cmeta:comment rdf:parseType="Resource">
<rdf:value>
Base SI units to be imported by all CellML 1.1 models.
</rdf:value>
<!-- The creator of the comment. -->
<dc:creator rdf:parseType="Resource">
<vCard:FN>Matt Halstead</vCard:FN>
</dc:creator>
</cmeta:comment>

<!-- Keyword(s) -->
<bqs:reference rdf:parseType="Resource">
<dc:subject rdf:parseType="Resource">
<bqs:subject_type>keyword</bqs:subject_type>
<rdf:value>
<rdf:Bag>
<rdf:li>base</rdf:li>
<rdf:li>units</rdf:li>
</rdf:Bag>
</rdf:value>
</dc:subject>
</bqs:reference>

</rdf:Description>

</rdf:RDF>

<units name="ampere" base_units="yes"/>
<units name="farad" base_units="yes"/>
<units name="katal" base_units="yes"/>
<units name="lux" base_units="yes"/>
<units name="pascal" base_units="yes"/>
<units name="tesla" base_units="yes"/>
<units name="becquerel" base_units="yes"/>
<units name="gram" base_units="yes"/>
<units name="kelvin" base_units="yes"/>
<units name="meter" base_units="yes"/>
<units name="radian" base_units="yes"/>
<units name="volt" base_units="yes"/>
<units name="candela" base_units="yes"/>
<units name="gray" base_units="yes"/>
<units name="kilogram" base_units="yes"/>
<units name="metre" base_units="yes"/>
<units name="second" base_units="yes"/>
<units name="watt" base_units="yes"/>
<units name="celsius" base_units="yes"/>
<units name="henry" base_units="yes"/>
<units name="liter" base_units="yes"/>
<units name="mole" base_units="yes"/>
<units name="siemens" base_units="yes"/>
<units name="weber" base_units="yes"/>
<units name="coulomb" base_units="yes"/>
<units name="hertz" base_units="yes"/>
<units name="litre" base_units="yes"/>
<units name="newton" base_units="yes"/>
<units name="sievert" base_units="yes"/>
<units name="dimensionless" base_units="yes"/>
<units name="joule" base_units="yes"/>
<units name="lumen" base_units="yes"/>
<units name="ohm" base_units="yes"/>
<units name="steradian" base_units="yes"/>

</model>




Archive powered by MHonArc 2.6.18.

Top of page