Convert Python networkx graph to RDF format
I want to load a graph in python, use a list of nodes of interest, and select all the predecessors nodes to create a subgraph that keep only the nodes that lead to the nodes in the previously mentionned list. I would like to be able to load the resulting graph in the Protégé software so I need to convert it back to RDF format.