diff --git a/LibCombine/Entry.cs b/LibCombine/Entry.cs index 4668713..d37cab2 100755 --- a/LibCombine/Entry.cs +++ b/LibCombine/Entry.cs @@ -14,9 +14,9 @@ public class Entry /// public static Dictionary KnownFormats = new Dictionary { {"sbml", "http://identifiers.org/combine.specifications/sbml" }, - {"sedml", "http://identifiers.org/combine.specifications/sedml" }, + {"sedml", "http://identifiers.org/combine.specifications/sed-ml" }, {"cellml", "http://identifiers.org/combine.specifications/cellml" }, - {"sed-ml", "http://identifiers.org/combine.specifications/sedml" }, + {"sed-ml", "http://identifiers.org/combine.specifications/sed-ml" }, {"sbgn", "http://identifiers.org/combine.specifications/sbgn" }, {"omex", "http://identifiers.org/combine.specifications/omex-metadata" }, {"manifest", "http://identifiers.org/combine.specifications/omex-manifest" }, @@ -343,4 +343,4 @@ public override string ToString() return string.Format("{0} : {1}", Location, Format); } } -} \ No newline at end of file +}