We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0df68b commit 025aed8Copy full SHA for 025aed8
odml/tools/odmlparser.py
@@ -69,7 +69,7 @@ def to_string(self, odml_document):
69
string_doc = unicode(xmlparser.XMLWriter(odml_document))
70
elif self.parser == "RDF":
71
# Use turtle as default output format for now.
72
- string_doc = RDFWriter(odml_document).get_rdf_str("turtle")
+ string_doc = RDFWriter(odml_document).get_rdf_str("xml")
73
else:
74
self.parsed_doc = DictWriter().to_dict(odml_document)
75
0 commit comments