SPARQL
Overview
SPARQL (SPARQL Protocol and RDF Query Language) is the standard way to access RDF data using a query language. Query patterns are represented in a variant of Turtle, the most ubiquitous language used to express RDF itself.
A server for the SPARQL protocol is called a SPARQL endpoint. It accepts SPARQL queries and returns results, according to the details of the protocol.