query-5a659dce66d3470b827591de8c09dbd1
Propertiesinstance of (P31)subclass of (P279)maintained by WikiProject (P6104)
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 bd: <http://www.bigdata.com/rdf#>
SELECT
DISTINCT
?type ?typeLabel
?count ?sample ?sampleLabel
WHERE {
{
SELECT DISTINCT ?type (COUNT(?item_) AS ?count) (SAMPLE(?item_) AS ?sample)
WHERE {
?item_ wdt:P31|wdt:P279 ?type .
?item_ wdt:P6104 wd:Q56241615 .
}
GROUP BY ?type ?count ?sample
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?type ?typeLabel ?count ?sample ?sampleLabel
ORDER BY DESC(?count)
LIMIT 200