Related task: T144476
As a Query Service user I want to query the number of external ids for a lexeme in order to see the popularity of a lexeme.
Problem:
Using wikibase:identifiers on the Query Service provides the number of external ids for an item. Example: SELECT * { wd:Q1084 wikibase:identifiers ?identifiers }
However, this is only available for Q-items, not for lexemes (L-items).
Example:
Expected: the query SELECT * { wd:L241 wikibase:identifiers ?identifiers } should return the number of external ids for the lexeme L241 (2 at the moment).
Like for Q-items, this would simplify the writing of SPARQL queries related to Wikidata lexicographical data.
Acceptance criteria:
- Using wikibase:identifiers on the Query Service provides the number of external ids for lexemes (L-item)
Open questions:
*Given the Query Service scalability issues, how much additional data will be added?
Notes