sparql
SPARQL is the query language and protocol for the Resource Description Framework (RDF), the standard model for data interchange on the Semantic Web. It enables applications to retrieve and manipulate data stored in RDF graphs and can operate over multiple named graphs or remote endpoints.
SPARQL supports four query forms: SELECT, which returns tabular results; CONSTRUCT, which produces RDF graphs; ASK,
SPARQL is built around the SPARQL Protocol, an HTTP-based protocol used to send queries and receive results
Applications include knowledge graphs, data integration, digital libraries, and open data portals. SPARQL endpoints enable data
SPARQL 1.0 became a W3C Recommendation in 2008; SPARQL 1.1, published in 2013, added Update, Federated Query,