You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdflib did not handle parseType=‘XMLLiteral’ properly. It currently sets the property to the DOM for the whole property (not just its content). It should set the property to the XML text in the property content, parsed and normalized (attributes sorted).
See: RDF/XML Literals not being parsed properly, this issue appears to be still opened despite multiple pull requests with fixes I contributed. This change will need to be done in your local fork.