query-7af8d44f777c78d70a6f2c5c94e73c60
Ghanian politician
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?politican ?politicanLabel WHERE {
?politican wdt:P106 wd:Q82955;
?country wd:Q117 .
SERVICE wikibase:label {bd:serviceParam wikibase:language "en" .}
}
ORDER BY ?politicanLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?country")
v2("?politican"):::projected
v1("?politicanLabel"):::projected
c5(["bd:serviceParam"]):::iri
c3(["wd:Q117"]):::iri
c7(["en"]):::literal
c2(["wd:Q82955"]):::iri
v2 --"wdt:P106"--> c2
v2 -->v3--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end