own-pt / delphin-rdf

RDF specifications for DELPH-IN semantic representations and a Pydelphin plugin for RDF generation.
MIT License
2 stars 3 forks source link

Adapting code to new RDFLib version #28

Closed yfaria closed 3 years ago

yfaria commented 3 years ago

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