Skip to content

Commit

Permalink
Merge pull request #266 from LevisNgigi/Swahili_Verbs_Query
Browse files Browse the repository at this point in the history
add a Swahili verbs query
  • Loading branch information
andrewtavis authored Oct 8, 2024
2 parents 83abfe9 + cc7e8aa commit 4758608
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# tool: scribe-data
# All Swahili (Q7838) verbs.
# Enter this query at https://query.wikidata.org/.

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

WHERE {
?lexeme dct:language wd:Q7838 ;
wikibase:lexicalCategory wd:Q24905 ;
wikibase:lemma ?verb .
FILTER(lang(?verb) = "sw")
}

0 comments on commit 4758608

Please sign in to comment.