query-2e0e574e31e52312eb28478bcf91077e

rq turtle/ttl

ItemsIndonesian (Q9240)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?category ?categoryLabel (count(?category) as ?count) WHERE {
  ?lexeme dct:language wd:Q9240; 
          wikibase:lexicalCategory ?category;
          wikibase:lemma [].
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ml". }
}
GROUP BY ?category ?categoryLabel
ORDER BY ?count

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?category"):::projected v4("?count") v2("?lexeme") a1((" ")) c6(["bd:serviceParam"]):::iri c2(["wd:Q9240"]):::iri c8(["#91;AUTO_LANGUAGE#93;,ml"]):::literal v2 --"dct:language"--> c2 v2 --"wikibase:lexicalCategory"--> v3 v2 --"wikibase:lemma"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end bind1[/"count(?category)"/] v3 --o bind1 bind1 --as--o v4