New to RDFLib...
So far the RDFLib examples that I've seen
- creates a Graph,
- parse
- either serialize or query or both
I wonder is there a way after creating a graph & parsing the data - keep it up and running ?
So that we can write separate python programs just to SPARQL query the existing graph.
Not sure how to persist the graph beyond the program execution.