Hi,
I am loading a 165 MB file and the loading process takes ages. I would expect to be loaded in a matter of seconds.
Am I doing smth wrong or this is a normal?
Here is my code which is very simple:
import rdflib
g = rdflib.Graph()
g.load('data.ttl', format="turtle");