query-a59eec8370b2d68f603ee19f950ee049

rq turtle/ttl

Parent organization versus part of: (P749)parent organization than (P361)part of I found that more organizations use

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(DISTINCT ?item) AS ?count) WHERE {
    ?item wdt:P31/wdt:P279* wd:Q43229; wdt:P361 [].
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?count") v1("?item"):::projected a2((" ")) a1((" ")) c3(["wd:Q43229"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P361"--> a2 bind1[/"count(?item)"/] v1 --o bind1 bind1 --as--o v2