Basic iSPARQL Tutorial with query built from a blank canvas and with Nodes from the Toolbar
This tutorial contains initial Steps assuming a blank canvas, but you drag nodes from the Toolbar:
- 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.
-
- Change the "Data Source URI" field value from the QBE tab to: http://demo.openlinksw.com/dataspace as the query we are going to build will be executed against the database with this Graph.
-
- Click the "Add Mode" Toolbar item
-
- Drag the Subject Node to the Canvas
-
- Enter in the "Node" window for Variable value: ?s
-
- Drag the Object Node to the Canvas
-
- Enter in the "Node" window for Variable value: ?o
-
- Click the "Connector" Toolbar item
- Click on Subject Node
- Drag from Subject Node to Object Node
-
- In the Schema Window import the following Schemas/Ontologies:
-
- Go to the foaf Schema and then click the "+" icon for the "Concept" Node in order to expand it.
-
- Select the Concept item Person and drag it over the Subject Node
-
- In the Schema Window go to the atom Schema and then click the "+" icon for the "Concept" Node in order to expand it.
-
- Select the Concept item Entry and drag it over the Object Node
-
- In the Schema Window go to the foaf Schema and then click the "+" icon for the "Properties" Node in order to expand it.
-
- Drag an "Attribute" or "Relationship" property from the Schema Window over the Connector between the Subject Node and the Object For ex.
drag the relationship "knows".
-
- Click the "Run Query" button.
- As result will be shown the found results from the executing of our query.
-
- To view the generated query, click the "Generate" button.
-