-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
(This merely promotes a good practice and asks for more ideas)
@JervenBolleman makes some amazing SPARQL visualizations.
See eg https://sib-swiss.github.io/sparql-examples/examples/dbgi/001.html .
This is a rather complex query, and the diagram really helps to understand it and debug it (eg you'd see immediately if some var is misspelled):

The diagram is SVG and is made with:
- https://github.com/sib-swiss/sparql-examples-utils/blob/master/src/main/java/swiss/sib/rdf/sparql/examples/SparqlInRdfToMermaid.java
- https://mermaid.js.org/
Questions:
- Do you find this useful?
- Would you change something?
- (I posted something about node presentation Make sure we show example queries that return results sib-swiss/sparql-examples-utils#11)
- Do you know of other SPARQL Viz?
- Virtuoso had "Query By Example?"
A related need is to visualize execution PLANS.
- But there the order of execution (trying patterns) matters: how can this be shown?
- Can the top-to-bottom ordering of patterns in a plan be shown as left-to-right ordering of some links?
niklasl and kinow
Metadata
Metadata
Assignees
Labels
No labels