Source: commons.wikimedia.org

SPARQL is an RDF query language—that is, a semantic query language for databases—able to retrieve and manipulate data stored in Resource Description Framework (RDF) format. It was made a standard by the RDF Data Access Working Group (DAWG) of the World Wide Web Consortium, and is recognized as one of the key technologies of the semantic web. On 15 January 2008, SPARQL 1.0 was acknowledged by W3C as an official recommendation, and SPARQL 1.1 in March, 2013. Wikipedia

Created Year: 2008
Developed by: Carlos Buil ArandaEric G. Prud'hommeaux
Aliases: SPARQL Protocol and RDF Query Language, Simple Protocol RDF Query Language, SPARQL Query Language

Wikidata: Q54871

Influenced: GremlinShape Expressions

Influenced by: SQL

Programming paradigms: declarative programming

Language types: RDF query language

SPARQL Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in SPARQL

SELECT ?h WHERE { 
  VALUES ?h { "Hello World" } 
}

Search on GitHub


Latest data update: 2025-03-28