#title:
".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.
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.
The pie chart requires two variables. ?count should be a numeric value. ?label should be a literal.
The map requires either the two variables ?lat and ?lon (both numeric) or `?geometry` (points should space-seperated). Three optional variables are also avaible:
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) |
This SPARQL Editor is built upon Thor which is open source and you can report issues through Github.