Closed MarcoR1791 closed 9 months ago
Currently, the SparqlAnything.construct method returns a rdflib graph object.
SparqlAnything.construct
rdflib
While it is not tricky to then convert this to a nx.MultiDiGraph, would it be worth presenting this directly to the user as an option @enridaga ?
nx.MultiDiGraph
Great idea 😀
Currently, the
SparqlAnything.construct
method returns ardflib
graph object.While it is not tricky to then convert this to a
nx.MultiDiGraph
, would it be worth presenting this directly to the user as an option @enridaga ?