Skip to content

how to visualize SPARQL queries and execution plans #203

@VladimirAlexiev

Description

@VladimirAlexiev

(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):
image

The diagram is SVG and is made with:

Questions:


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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions