Skip to content

Commit

Permalink
Merge pull request #410 from GicharuElvis/outreachy
Browse files Browse the repository at this point in the history
Swedish Adverbs
  • Loading branch information
andrewtavis authored Oct 17, 2024
2 parents 2f56620 + 9284cfe commit e0f03ab
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# tool: scribe-data
# All Swedish (Q9027) adjectives and the given forms.
# Enter this query at https://query.wikidata.org/.

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

WHERE {
?lexeme dct:language wd:Q9027 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective .
}

0 comments on commit e0f03ab

Please sign in to comment.