%META:TOPICPARENT{name="InteractiveSparqlQueryBuilderTutorials"}%
---++iSPARQL Querying Tutorial with SPARQL Query type "DESCRIBE".
This tutorial shows how to execute a SPARQL query with type "DESCRIBE".
%TOC%
---+++Enter and execute a query
1 Go to http://cname/isparql, for ex: http://id.myopenlink.net/isparql
1 The iSPARQL initialization window will be shown:
%BR%%BR% %BR%%BR%
1 On successful initialization will be presented the iSPARQL Advanced tab open with a default SPARQL query:
SELECT * WHERE {?s ?p ?o}
%BR%%BR% %BR%%BR%
1 Go to QBE tab:
%BR%%BR% %BR%%BR%
1 Click the Clear Pane icon on the toolbar to empty the Canvas.
%BR%%BR% %BR%%BR%
%BR%%BR%%BR%%BR%
1 In the Schemas pane, import the schema with URL http://rdfs.org/sioc/types#:
%BR%%BR%%BR%%BR%
1 In the Schemas window under "unbound", you should now see
sioct. Click the + icon for "Classes" in order to expand it.
%BR%%BR%%BR%%BR%
1 Scroll down the shown list and drag-and-drop the Subject Node Weblog
onto the QBE working Canvas.
%BR%%BR%%BR%%BR%
1 Select the empty node and, in the Variable field of
the "Node" pane, enter the value: ?forum:
%BR%%BR%%BR%%BR%
1 Change the Data Source URI field value on the QBE tab to the
Graph of the database against which you want to execute your query, i.e., for this
example -- http://id.myopenlink.net/dataspace
%BR%%BR%%BR%%BR%
1 On the QBE tab, apply the following changes:
1 Select DESCRIBE for Type.
1 Select 10 for Results Size Limit.
%BR%%BR%%BR%%BR%
1 Click the Run Query button on the QBE toolbar.
1 The Results sub-tab shown below the Results tab will present the results of executing our SPARQL Query with type "DESCRIBE":
%BR%%BR%%BR%%BR%
1 To view the produced SPARQL query, click the Load Query
to Advanced button.Note: you can also view the produced
SPARQL Query in the QBE tab by clicking the
Generate button on the QBE toolbar.
1 The Advanced tab will open, with the produced SPARQL
query with type "DESCRIBE" in the SPARQL Query text-area:
%BR%%BR%%BR%%BR%
---+++Related
* [[InteractiveSparqlQueryBuilderTutorials][iSPARQL Tutorials]]
* [[InteractiveSparqlQueryBuilderBasicTutorial1][Basic iSPARQL Tutorial with query built from a blank canvas and pre-typed Nodes]]
* [[InteractiveSparqlQueryBuilderBasicTutorial2][Basic iSPARQL Tutorial with query built from a blank canvas and Nodes dragged from the Toolbar]]
* [[InteractiveSparqlQueryBuilderBasicTutorial][Basic iSPARQL Tutorial]]
* [[InteractiveSparqlQueryBuilderQueryTutorialConstruct][iSPARQL Querying Tutorial with SPARQL Query type "CONSTRUCT"]]
* [[InteractiveSparqlQueryBuilderQueryTutorialInsert][iSPARQL Querying Tutorial with SPARQL Query type "INSERT"]]
* [[InteractiveSparqlQueryBuilderQueryTutorialDelete][iSPARQL Querying Tutorial with SPARQL Query type "DELETE"]]
* [[InteractiveSparqlQueryBuilderQueryTutorialSlc][iSPARQL Querying Tutorial with SPARQL Query type "SELECT"]]
* [[OATWikiWebIndex][OpenLink AJAX Toolkit (OAT)]]
* [[http://docs.openlinksw.com/virtuoso/rdfsparul.html#rdfsparulexamples][Virtuoso Documentation SPARQL Query examples]]
CategorySPARQL CategoryRDF CategoryOpenSource CategoryOAT CategoryDocumentation CategoryTutorial