rdflib.js icon indicating copy to clipboard operation
rdflib.js copied to clipboard

`atomicTermToN3` now checks for `DefaultGraph` term type

Open RinkeHoekstra opened this issue 2 years ago • 0 comments

This is a fix for issue #561

If a term is of type DefaultGraph the atomicTermToN3 function in serializer.js will return an empty string rather than throw an error.

RinkeHoekstra avatar Jul 20 '22 12:07 RinkeHoekstra