forked from dbpedia/extraction-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
SPARQL to DBpedia
lukovnikov edited this page May 3, 2013
·
3 revisions
DBpedia SPARQL Endpoint
There is a public SPARQL endpoint over the DBpedia data set at:
The endpoint is provided using OpenLink Virtuoso as the back-end database engine.
You can ask queries against DBpedia using:
- the Leipzig query builder at http://querybuilder.dbpedia.org;
- 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).
There is a list of all DBpedia data sets that are currently loaded into the SPARQL endpoint. This may not always include all available DBpedia data sets.
Some example queries using the SNORQL query explorer:
- people who were born in Berlin before 1900
- German musicians with German and English descriptions
- German musicians who were born in Berlin
- French films
- First-person shooter computer games
- Luxury cars
- rendering DBpedia Data with Fluidops Information Workbench: http://iwb.fluidops.com/resource/Berlin
- rendering DBpedia Data with Google Map: Capitals in Europe
A SPARQL tutorial is available at this Apache Jena site: http://jena.apache.org/tutorials/sparql.html
Some SPARQL implementations are listed at: http://www.w3.org/wiki/SparqlImplementations