handle encoding of base64Binary Literals by delocalizer · Pull Request #1258 · RDFLib/rdflib (original) (raw)

Will there be any interference with #1222 ?

I don't believe so, the issue is not with the serialization per se, rather that encoding was not defined for xsd:base64Binary type so the decoded value was being used as the lexical. Now I think about it, a more descriptive summary of this PR might be "make handling of xsd:base64Binary type consistent with the existing handling of xsd:hexBinary."