query-524ce0fad5bd9da4621cd449f4755dfc
German language lexeme cleanup. Wikidata:Project_chat/Archive/2019/11#Lexeme mistakesOn project chat, there was recently a problem report about lexemes in German: see 08:26, 3 December 2019 (UTC) JuraLooking at other creations by the same user, I noticed that it's still unresolved/possibly went unnoticed by German language lexeme editors. --- 15:32, 4 December 2019 (UTC) JuraAny of the ways suggested so far should do. Deletion is probably the worst option, but I could batch nominated them. --- 21:45, 3 December 2019 (UTC)) talk (ArthurPSmithWhat do you propose? I cleaned up a handful of them, but it's a lot of work... For the capitalization part, this is typically the thing that should be corrected by bot (if there is indeed no exception). In order to help, here is all lemma starting by a letter between a and z (BTW, does someone know how to simply ask for all lowercase letter?):
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT DISTINCT ?l ?lemma WHERE {
?l a ontolex:LexicalEntry ; dct:language wd:Q188 ; wikibase:lexicalCategory wd:Q1084 ; wikibase:lemma ?lemma .
FILTER regex (?lemma, "^[a-z]").
}