SPARQL examples
This page is parsed by the web interface of the query service to fill the query example dialog.
Simple queries
Cats
Institutions
SELECT ?institution ?institutionLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?institution wdt:P47 wd:Q467.
}