query-5299fe8774f772f0f48a3b5cfd76fc25
Usage
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#>
{{SPARQL Inline
|label = Number of items with {{Label|P735}} {{Label|Q346047}}
|query = SELECT ?nature ?natureLabel (COUNT(?item) AS ?count) WHERE {
?item wdt:P735 wd:Q346047;
wdt:P31 ?nature.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
GROUP BY ?nature ?natureLabel
ORDER BY DESC (?count)
}}
Query found at
- https://www.wikidata.org/wiki/Template:SPARQL_Inline
- https://www.wikidata.org/wiki/Template:SPARQL_Inline/doc