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
When parsing then serialising TriG, the serialiser fails to correctly detect when it's dealing with the default graph, so attempts to serialise it as a named graph (which ends up with 'None' instead of a URI or qname).
When parsing then serialising TriG, the serialiser fails to correctly detect when it's dealing with the default graph, so attempts to serialise it as a named graph (which ends up with 'None' instead of a URI or qname).
E.g.:
Produces the output:
whereas for latter part of the output, it should produce either:
or
I've added a unit test for this to #431 .
The text was updated successfully, but these errors were encountered: