Location: Metabolic Component Library @ 38fe44af096f / CellML-source / CellMLTools / models / TestModelRDF.cellml

Author:
Randall Britten <r.britten@auckland.ac.nz>
Date:
2013-04-17 15:40:27+12:00
Desc:
Trivial whitespace changes, and moved import to be adjacent to peer import.
Permanent Source URI:
https://models.cellml.org/w/matthiaskoenig/MetabolicComponentLibrary/rawfile/38fe44af096fb53d9b250091fe0563b33b5f778f/CellML-source/CellMLTools/models/TestModelRDF.cellml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" xml:base="./models/TestModel.cellml" name="TestModel"><units name="second"><unit units="second"/></units><component xmlns:cmeta="http://www.cellml.org/metadata/1.0#" cmeta:id="0001" name="component1"><variable initial_value="10" name="variable1" public_interface="out" units="second"/></component><component name="component2"><variable name="variable2" public_interface="in" units="second"/></component><connection><map_components component_1="component1" component_2="component2"/><map_variables variable_1="variable1" variable_2="variable2"/></connection>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<rdf:Description rdf:about="../../#0001">
		<title xmlns="http://purl.org/dc/elements/1.1/" rdf:datatype="http://purl.org/dc/elements/1.1/title">test title</title>
	</rdf:Description>
</rdf:RDF>

</model>