Skip to content

Commit

Permalink
Added Swedish Adverbs
Browse files Browse the repository at this point in the history
  • Loading branch information
GicharuElvis committed Oct 17, 2024
1 parent dd056df commit ac99582
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Adverb
# tool: scribe-data
# All Swedish (Q9027) adverbs and the given forms.
# Enter this query at https://query.wikidata.org/.

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

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

0 comments on commit ac99582

Please sign in to comment.