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 accepts literals that contain surrogate code points, e.g., "\uDEAD"^^ex:foo, but outputs these code points as ?. It should use the \u escape for serializing these code points.