Skip to main content
The SPARQL editor lets you run queries and updates against any of your worlds directly from the browser.

Open the editor

  1. Open the Wazoo Console.
  2. Select a world from the world list.
  3. Click SPARQL in the sidebar.

Run a query

Paste a SPARQL query into the editor and click Run. Results appear in the panel below the editor.

Run an update

Use INSERT or DELETE to modify graph state.

Keyboard shortcuts

Limitations

  • Queries time out after 30 seconds.
  • The editor returns the first 1000 results.
See the Worlds query docs for more on SPARQL with Worlds.