query-e4a17d51215ed01718ef29b16f4a8ea1

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE {
  ?item wdt:P31 wd:Q204832 .
  ?item wdt:P17 wd:Q145 . #change Q145 with the Wikidata item about particular country
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c4(["wd:Q145"]):::iri c2(["wd:Q204832"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P17"--> c4