The update of RDFLib 6.0.0 broke the code for renaming IOMemory class to Memory, which is the problem of #27 .
This PR solves this issue by changing the main class of the conversion to ConjunctiveGraph (see #24).
The new way of using the package is documented in README
The update of RDFLib 6.0.0 broke the code for renaming
IOMemory
class toMemory
, which is the problem of #27 . This PR solves this issue by changing the main class of the conversion toConjunctiveGraph
(see #24). The new way of using the package is documented in README