rdflib.js
rdflib.js copied to clipboard
`atomicTermToN3` now checks for `DefaultGraph` term type
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.