SPARQL-Anything / PySPARQL-Anything

The SPARQL Anything Python library
Apache License 2.0
10 stars 0 forks source link

NetworkX MultiDiGraphs #14

Closed MarcoR1791 closed 4 months ago

MarcoR1791 commented 7 months ago

Currently, the SparqlAnything.construct method returns a rdflib 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 ?

enridaga commented 7 months ago

Great idea 😀