query-cfd8fa34dc9a13934615a0aa859bcc72
Propertiessubclass of (P279)sponsor (P859)funder (P8324)instance of (P31)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?funder ?funderLabel (COUNT(?trial) AS ?count)
WHERE
{
?trial p:P31/ps:P31/wdt:P279* wd:Q30612.
{ ?trial wdt:P859 ?funder .}
UNION
{ ?trial wdt:P8324 ?funder .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?funder ?funderLabel ?count
ORDER BY DESC(?count)