As a query writer I want the result of my SPARQL to be shown with the graph builder when I define the default view to be graph builder in the query.
Problem:
When writing a SPARQL query on query.wikidata.org then I can select the visualisation method of the result by adding "#defaultView:" to my query. This does not work for the graph builder result view. It should.
Example:
- Example where it does not work for the graph builder: http://tinyurl.com/yd7x2ufs
- Example where it works for the image gallery visualisation: https://w.wiki/aXU
BDD
GIVEN a SPARQL query
AND a default view parameter "Graphbuilder"
WHEN executing the query
THEN the graph builder is shown in the results view
Acceptance criteria:
- graph builder is shown after executing a query when defined in the query's default view parameter
Open questions:
- Does this problem happen for any of the other result views as well?