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 DATA or DELETE DATA to modify graph state. The console shows a success message when the update completes.

Save queries

Click Save Current Query to keep a query for later, then reopen it from the Saved Queries list. See the Worlds query docs for more on SPARQL with Worlds.