query-f5556bec59414f52b6645ef9b9dd893e
Content
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT
?language
?languageLabel
?withSenses
?withSensesRatio
?withoutSenses
?withoutSensesRatio
{
{
SELECT * {
{
SELECT * {
INCLUDE %3.
BIND(?total - ?withSenses AS ?withoutSenses).
}
} BIND((?withSenses/?total * 100) AS ?withSensesRatio)
BIND((?withoutSenses/?total * 100) AS ?withoutSensesRatio)
}
}
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE]"}.
}