iSPARQL Querying Tutorial with SPARQL Query type "DESCRIBE".
In this tutorial we will show how to execute a SPARQL query with type "DESCRIBE".
Enter a query and execute
- 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.
Click the "Clear Pane" icon form the toolbar in order to empty the Canvas.
-
- From the Schemas window click the down-arrow and from the list select the schema with URL: http://rdfs.org/sioct/types# and click the "Import" button.
-
- As result in the Schemas window under "unbound" will appear new item sioct. Click its "+" icon in order to expand it.
- Click the "+" icon for the sub-item Concepts.
-
- Now scroll down the shown list and drag-and-drop the Subject Node "Weblog" on to the QBE Canvas.
-
- Select the empty node and fill in the Node window for field "Variable" the value: ?forum
-
- Change the "Data Source URI" field value from the QBE tab to: http://demo.openlinksw.com/dataspace as this is the Graph for the database against which we are going to execute our SPARQL Query.
-
- From the QBE tab do the following changes:
- Select for "Type": DESCRIBE.
- Select value 10 for "Max Rows".
- From the drop-down list with selected by default value "Get Remote Data when Missing Locally" select the item Get Local Data Only.
-
- Click the "Run Query" button from the QBE toolbar.
- As result will be opened the Results tab showing in a RDF/XML format the results of executing our SPARQL Query with type "DESCRIBE".
-
- In order to view the produced SPARQL query, click the "Load Query to Advanced" button.
- Note: you can view the produced SPARQL Query also from the QBE tab by clicking the "Generate" button from the QBE toolbar.
- As result will be open the Advanced tab and in the SPARQL Query text-area will be shown the produced SPARQL query with type "DESCRIBE".
-
References