I have been working on various relationship extraction models in python and all the relationships are currently saved in dataframes or csv files. Eventually I would like to create an RDF graph. Since I am working in python I was going to create the RDF using RDFlib and read the RDF into Apache Jena into a model that I can query. Is this a good workflow or is there a better way?