jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Investigate SPARQL Queries for collapsing nodes during RDF to networkx transformation #42

Closed zwelz3 closed 3 years ago

zwelz3 commented 4 years ago

We are interested in using networkx to perform complex graph algorithms, and already use it to build visualizations. As RDF represents all data as nodes, we will want to collapse down DataProperties onto the nodes that are created in the networkx graph.

This is the first ticket towards that capability that investigates the SPARQL queries needed to perform the collapsing process.