SPARQL is a query language for databases. It allows retrieval and manipulation of data stored with the Resource Description Framework (RDF) format. It is also recognized as one of the key technologies of the semantic web.
Example of use
An example of a SPARQL query: SELECT ?capital ?country WHERE { ?x ex:cityname ?capital ; ex:isCapitalOf ?y . ?y ex:countryname ?country ; ex:isInContinent ex:Africa . }
Subscribe to our newsletter to get the latest from Datastory’s Global Edition.
We use cookies to give you a better experience of our website. By browsing the Datastory website, you agree to our use of cookies.