I am looking for a python tool that can help me build a visualization dashboard for my AWS Neptune RDF graph database using the SPARQL query language, something that looks similar to Reactome: https://reactome.org/PathwayBrowser/
My goal is to allow users to allow for interactive data exploration of the graph database visually rather than having to write their own SPARQL queries. I've seen tools for neo4j, but i have a lot of experience with SPARQL and would prefer that.
Are there any popular libraries or tools that can help me with this? Thanks!