ordia
ordia copied to clipboard
Show some more statistics by language
E.g. number of senses/ alternative forms/ statements/ references/ nouns/ verbs etc.
lexical catogory statistics is available in another aspect, e.g., for nouns: https://ordia.toolforge.org/lexical-category/Q1084
UNION
{
SELECT
(5 AS ?order)
("Number of alternative forms" AS ?description)
(COUNT(*) AS ?value)
{
[] ^ontolex:lexicalForm / dct:language wd:Q9035 ;
wdt:P8530 [] .
BIND(1 AS ?dummy)
}
GROUP BY ?dummy
}