query-5e5c74b12d7c8b052410b85229c1a603

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)country (P17)

Use at

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 ?c ?cLabel
WHERE
{
  ?c wdt:P31/wdt:P279* wd:Q486972. # 138 Results with Q515; 63553 Results with Q486972
  ?c wdt:P17 wd:Q38.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?c"):::projected a1((" ")) c3(["wd:Q486972"]):::iri c5(["wd:Q38"]):::iri c7(["bd:serviceParam"]):::iri c9(["en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P17"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end