linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
562 stars 142 forks source link

`atomicTermToN3` now checks for `DefaultGraph` term type #562

Closed RinkeHoekstra closed 1 year ago

RinkeHoekstra commented 2 years ago

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.