Shareable URL

Enter Endpoint

Documentation

Tips & Tricks

Using Visualizations

This SPARQL has several built in visualizations in addition to the default table view. They can all be used by specifying specific variables described below.

Image Grid

The image grid requires only one variable. ?thumbnail should be an image URL. Invalid image URLs within this variable will be ignored. Note that if you are running Thor over HTTPS images will need to be served over HTTPS as well. The image grid will only render the first 100 images.

Pie Chart

The pie chart requires two variables. ?count should be a numeric value. ?label should be a literal.

Map

The map requires either the two variables ?lat and ?lon (both numeric) or `?geometry` (points should space-seperated). Four optional variables are also avaible:

Graph

The graph requires two variables. ?node should be a URI. ?linkedNode should be a URI. Several optional variables are also available:

If the value of a ?node* variable conflicts with the value of a ?linkedNode* variable the ?linkedNode* variable will take precedence.

Explore Graph

The explore graph view is similar to the graph view but allows you to explore the graph interactively/dynamicly by clicking nodes. It requires the same variables as the graph view but can also start without ?linkedNode.

Keyboard Shortcuts

Shortcut Action
Ctrl or Cmd + Enter Execute query
Ctrl or Cmd + [ Indent current/selected line(s) less
Ctrl or Cmd + ] Indent current/selected line(s) more
Ctrl or Cmd + Shift + F Auto-format/indent selected lines
Ctrl or Cmd + / Comment or uncomment current/selected line(s)
Ctrl or Cmd + D Delete current/selected line(s)

Contribute

This SPARQL Editor is built upon Thor which is open source and you can report issues through Github.

Query Library