Sparql

From Opasnet
Jump to navigation Jump to search


Question

How to use SPARQL language to operate with triple (RDF) databases?

Answer

Rationale

Examples

Find all knowledge crystals from Wikidata.

SELECT ?item ?itemLabel
WHERE
{
	?item wdt:P31 wd:Q23700891 . 
	SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}

See also

Keywords

References


Related files