Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run a sparQL query?

I discovered the SparQL syntax at the Mozilla Festival 12.

The demonstrator was using a proprietary web-based interface and I was wondering if there is open services or maybe (cross-platform) GUI application ? In order to :

  1. write your query ;
  2. execute the query ;
  3. explore the results.

Some kind of SparQL IDE.

like image 484
Édouard Lopez Avatar asked Jan 21 '13 07:01

Édouard Lopez


People also ask

How do I run a Sparql query in Python?

To use as a command line script, you will need to install SPARQLWrapper and then a command line script called rqw (spaRQl Wrapper) will be available within the Python environment into which it is installed. run $ rql -h to see all the script's options.

How do I query in DBpedia?

You can ask queries against DBpedia using: the OpenLink Interactive SPARQL Query Builder (iSPARQL) at http://dbpedia.org/isparql; the SNORQL query explorer at http://dbpedia.org/snorql (does not work with Internet Explorer); or. any other SPARQL-aware client(s).

Is SPARQL the same as SQL?

Both of these languages give the user access to create, combine, and consume structured data. SQL does this by accessing tables in relational databases, and SPARQL does this by accessing a web of Linked Data.


1 Answers

Here is what I found :

Cross-Platform (Linux/Windows/Mac?)

  • Twinkle (Java)
  • sparql-aderis (Java) :
    • provide CLI interface ;
    • last build 2010.

Windows-only

  • SparqlGUI (requires .NET; installed as part of the dotNetRDF tools installer) ;
like image 194
Édouard Lopez Avatar answered Sep 20 '22 10:09

Édouard Lopez