sarabjotanand / owltools

Automatically exported from code.google.com/p/owltools
0 stars 0 forks source link

XML line order differs depending on reasoner #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I diff'd the outputs of the three reasoners against each other:

Files go/ontology/release-pellet/go.owl and go/ontology/release-hermit/go.owl 
differ
Files go/ontology/release-pellet/go.owl and go/ontology/release-jcel/go.owl 
differ
Files go/ontology/release-hermit/go.owl and go/ontology/release-jcel/go.owl 
differ

One of the culprits is the differing order in which the lines within each term 
stanza are printed. Can these be printed in a uniform order?

Original issue reported on code.google.com by amelia.i...@gmail.com on 3 Aug 2011 at 9:17

GoogleCodeExporter commented 9 years ago
This is an long standing issue of the OWL (RDF-XML) writer in the OWL-API. 
Summary: Sets are not sorted and the serialization order is not guaranteed

Original comment by HDie...@lbl.gov on 18 Sep 2012 at 10:45