ordia
ordia copied to clipboard
List most missing concept for language
List most missing concept for language
SELECT ?count ?item ?itemLabel {
{
SELECT (COUNT(?lexeme) AS ?count) ?item {
?lexeme ontolex:sense / wdt:P5137 ?item .
FILTER NOT EXISTS { [] dct:language wd:Q9035 ; ontolex:sense / wdt:P5137 ?item }
}
GROUP BY ?item
ORDER BY DESC(?count)
LIMIT 500
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC(?count)
Also search for predicate for?