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

Author:
Matthias K?nig <matthias.koenig@charite.de>
Date:
2013-04-18 21:52:42+02:00
Desc:
Wolf Heinrich Example implemented and working !
Permanent Source URI:
https://models.cellml.org/w/matthiaskoenig/MetabolicComponentLibrary/rawfile/b9be078f1e2152d7c1b817af12a7ddcb8db3c0df/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>