SDM-TIB / SDM-RDFizer

An Efficient RML-Compliant Engine for Knowledge Graph Construction
https://doi.org/10.5281/zenodo.3872103
Apache License 2.0
107 stars 25 forks source link

use Graph.parse() to comply with rdflib 6.2.0 #85

Closed prohde closed 2 years ago

prohde commented 2 years ago

In version 6.2.0 of rdflib methods like Graph.load() were removed. They were marked as deprecated before and initially scheduled for removal in version 6.0.0. This PR changes the use of Graph.load() to Graph.parse() which should be used instead.