query-21fcc91c78204a237de9baa4f7892f2f

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 (COUNT(?item) as ?count) 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en". }
  ?item (wdt:P31/(wdt:P279*)) wd:Q31728;
    wdt:P17 wd:Q142.}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?count") v1("?item"):::projected a1((" ")) c2(["bd:serviceParam"]):::iri c7(["wd:Q31728"]):::iri c4(["fr,en"]):::literal c9(["wd:Q142"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c7 v1 --"wdt:P17"--> c9 bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v2