NeuroML / org.neuroml.export

Export from NeuroML & LEMS
http://neuroml.org
GNU Lesser General Public License v3.0
8 stars 10 forks source link

Why do exported SED-ML files use model language urn:sedml:language:neuroml2 rather than LEMS? #113

Open jonrkarr opened 3 years ago

jonrkarr commented 3 years ago

SED-ML files exported by pyNeuroML indicate language urn:sedml:language:neuroml2, although the sources are LEMS files.

<model id="net1" language="urn:sedml:language:neuroml2" source="LEMS_NML2_Ex5_DetCell.xml"/>

(a) The URN for NeuroML 2 should be urn:sedml:language:neuroml.version-2. See http://sed-ml.org/urns.html

(b) Why does this package indicate NeuroML 2 rather than LEMS? I can help add an URN for LEMS.