query-c61fc14cc9ada45f2253def9d80bbef2
Propertiessubclass of (P279)research intervention (P4844)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 ?intervention ?interventionLabel (COUNT(?trial) AS ?count)
WHERE
{
?trial p:P31/ps:P31/wdt:P279* wd:Q30612.
?trial wdt:P4844 ?intervention .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?intervention ?interventionLabel ?count
ORDER BY DESC(?count)