query-8eaf59e83b411a9fa4ea149c245d84e4

rq turtle/ttl

Organizations funded by the National Endowment for Democracy

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#>
PREFIX schema: <http://schema.org/>
SELECT DISTINCT ?item ?itemLabel ?linkCount
WHERE
{
  ?item (wdt:P859|wdt:P1962)* wd:Q1422577 .
  ?item wikibase:sitelinks ?linkCount .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,de,pt,fr,it,ca,es" }
}
ORDER BY DESC(?linkCount)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?linkCount"):::projected c8(["en,de,pt,fr,it,ca,es"]):::literal c6(["bd:serviceParam"]):::iri c2(["wd:Q1422577"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P1962"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P859"--> c2 end union0r <== or ==> union0l end v2 --"wikibase:sitelinks"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end