SPARQL Query Editor¶
SPARQL Query Editor is HTML page with a form allowing to enter a SPARQL query and execute it.
Use “Default Data Set Name (Graph IRI)” (1) to restrict search only to speciied graph in the triple store.
Edit field (2) is the place to enter SPARQL query.
“Result Format” selection list (3) let you pick proper output format.
Finally, click the “Execute Query” button (4) to run the query.
After clicking the “Execute Query” button, the result should show on next page or it shall get downloaded (this depends on the format you have chosen).
Previous: Quick Start | Next: HTTPie - Command line HTTP Client