Currently (RDFlib 6.0.0a0 AKA master), g.serialize() defaults to turtle format and is decoded, however calling serialize() on a SPARQL CONSTRUCT result (i.e. on a Result object) returns the RDFlib 5.0.0 form of an RDF/XML, UTF-8-encoded result.
The old style serialize() in Result should be updated to match the main Graph() serialize().
Currently (RDFlib 6.0.0a0 AKA
master),g.serialize()defaults to turtle format and is decoded, however callingserialize()on a SPARQLCONSTRUCTresult (i.e. on aResultobject) returns the RDFlib 5.0.0 form of an RDF/XML, UTF-8-encoded result.The old style
serialize()inResultshould be updated to match the mainGraph()serialize().