Discussed in #1612
Originally posted by nicholascar June 11, 2021
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().