Datastory

DataordlistaSPARQL

SPARQL

KunskapsorganisationTeknik

SPARQL is a query language for databases. It allows retrieval and manipulation of data stored in Resource Description Framework (RDF) format.

It is also recognized as one of the key technologies of the semantic web.

I praktiken

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 . }