Skip to content

Commit

Permalink
Minor fix in adverbs query
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 20, 2024
1 parent 061a6a1 commit 7b2568b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?verb
?adverb

WHERE {
?lexeme dct:language wd:Q33947 ;
wikibase:lexicalCategory wd:Q380057 ;
wikibase:lemma ?verb .
}
wikibase:lemma ?adverb .
}

0 comments on commit 7b2568b

Please sign in to comment.