This query lists lexemes with lexeme-level pronunciation audio statements. These should all trigger a constraint violation, because the property has a constraint saying that it's only allowed on items and forms.
The warnings are not being shown on the majority of the Basque lexemes, e.g.
- https://www.wikidata.org/wiki/Lexeme:L71868
- https://www.wikidata.org/wiki/Lexeme:L50898
- https://www.wikidata.org/wiki/Lexeme:L72576
They are being shown on lexemes in other languages:
- https://www.wikidata.org/wiki/Lexeme:L1694 (has no forms or senses)
- https://www.wikidata.org/wiki/Lexeme:L1091443 (has forms but no senses)
- https://www.wikidata.org/wiki/Lexeme:L366675 (has senses but no forms)
- https://www.wikidata.org/wiki/Lexeme:L1135573 (has forms and senses)
- https://www.wikidata.org/wiki/Lexeme:L134777 (has identifiers)
- https://www.wikidata.org/wiki/Lexeme:L1094423 (does not have identifiers)
There's one Basque lexeme where it does work:
- https://www.wikidata.org/wiki/Lexeme:L222139 (has no forms or senses)
The constraint is being triggered even when it's not shown:
- It's shown on Special:ConstraintReport, e.g. https://www.wikidata.org/wiki/Special:ConstraintReport/L71868
- It's included in the wbcheckconstraints response when loading the lexeme
The only common factor I can see is that the lexemes where it doesn't work all have a lot of forms. It seems there are multiple wbcheckconstraints requests when there are more than 50 entities to check (since it can only do 50 at a time) - perhaps the second one is overwriting the first?

