query-e08af750dc8e0199deeedf9ad58e534d

rq turtle/ttl

institutions holding documentation files about organizations. SELECT DISTINCT ?institution WHERE { ?org wdt:P10527 ?institution. ?org wdt:P31/wdt:P279* wd:Q43229. }

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#institutions holding documentation files about organizations.
SELECT DISTINCT ?institution 
WHERE {
  ?org wdt:P10527 ?institution.
  ?org wdt:P31/wdt:P279* wd:Q43229.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?institution"):::projected v1("?org") a1((" ")) c4(["wd:Q43229"]):::iri v1 --"wdt:P10527"--> v2 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4