Basic iSPARQL Overview
- Go to iSPARQL demo page.
- Click "Ok" in the shown Login form.
By default should be shown user name demo and password demo.
- As result will be shown the iSPARQL home page, with opened tab "QBE" and default graph elements will be shown on the Canvas.
- The iSPARQL Main Navigation Menu consists of the following items:
- iSPARQL: From here you can set your iSPARQL preferences.
- File: From here you can Reset the QBE Canvas; open already saved .rq or .isparql file; save / save as the current workflow.
- View: From here you can start the Visual Builder or go to the Advanced Query tab.
- Tools: From here you can Run Query
- Help: contains useful Virtuoso documentation links.
-
QBE tab: This is the tab which is opened by default after successfully login in iSPARQL.
It consists of the following items:
-
Toolbar: The toolbar items have tooltips, so you may take a look at each of them.
Also at the very right sight of the toolbar there is Data Source URI field shown.
By default its value is the "DefaultGraph" value from the virtuoso ini SPARQL section:
http://demo.openlinksw.com/dataspace/person/demo
- Canvas: it is situated bellow the toolbar at the left sight of the page.
- Max Rows: it is shown under the Canvas. You can set Resultset Max Rows Limit from the drop-down list.
- Set Sponger Mode Get data set. This determines if any HTTP GETs are performed against Remote Data Sources.
- Set SPARQL Query Type (SELECT, CONSTRUCT, DESCRIBE, INSERT, DELETE) omission as this is a Boolean response style query)
- Set SPARQL Endpoint to which queries will be directed.
- Set Output (Human readable or Machine readable)
- Schemas window: you can find it at the right sight of QBE Canvas. It comes with several useful schemas ready to be loaded.
-
Toolbar: The toolbar items have tooltips, so you may take a look at each of them.
Also at the very right sight of the toolbar there is Data Source URI field shown.
By default its value is the "DefaultGraph" value from the virtuoso ini SPARQL section:
-
Advanced tab:
-
Toolbar: The toolbar items have tooltips, so you may take a look at each of them.
In common the items are as follows:
- Reset: When clicked, clears the SPARQL Query text-area;
- Open: When clicked, opens the Virtuoso WebDAV Browser, from which you can select a file, containing a specific SPARQL query.
- Save: When clicked, opens the Virtuoso WebDAV Browser and offers the current query to be saved in a DAV location as file with .rq extension. You can change the extension to .isparql.
- Save As : When click, opens the Virtuoso WebDAV Browser and offers the current query to be saved as a file in a DAV location.
- Run Query: When click, caused the query to be executed.
- Visualize: When click, shows the built graph in the QBE Canvas..
- Get from QBE.: When click, gets the query which responds to the graph in the QBE Canvas.
- Here you can build your queries setting Graph value, or adding new one from tab Named Graphs
- The SPARQL Query area shows your query when you can modified it manual or using the drop-down lists for Prefixes, Templates and Statement Help.
- At the bottom of the Working SPARQL Query Area you can change the Get type.
- You can also change the Endpoint value manually, or by clicking the arrow at the right sight of the Endpoint field, which will show all the available endpoints you have used in a drop-down list.
- For both QBE and Advanced tabs, bellow their working canvas is shown the Results area which shows the results of executing the Sparql Query.
It consists of several sub-tabs:
- Result tab: It is opened by default. Shows the found result from executing the SPARQL query.
- SPARQL Params tab: Shows the SPARQL Query parameters values.
- Response tab: shows the response information of executing the SPARQL query.
- Query tab: shows the SPARQL query.
- With the blue arrows shown after the Query tab you can navigate among the queries you have already executed.
- The graph alike icon with tooltip "Load Query to QBE" when clicked redirects to the QBE tab with built graph in the Working Pane.
- The edit document alike icon with tooltip "Load Query to Advanced" when click redirects to the Advanced tab and here you can edit your query.
-
Toolbar: The toolbar items have tooltips, so you may take a look at each of them.
In common the items are as follows: