Skip to content

Commit

Permalink
Merge pull request #272 from Khushalsarode/kurmanjiverbs
Browse files Browse the repository at this point in the history
adding query_verbs.sparql for kurmanji
  • Loading branch information
andrewtavis authored Oct 9, 2024
2 parents 7c23e36 + 912fdfd commit dc2dbac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Kurmanji (Q36163) verbs.
# All Kurmanji (Q36163) verbs and the currently implemented tenses for each.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand All @@ -10,4 +10,5 @@ WHERE {
?lexeme dct:language wd:Q36163 ;
wikibase:lexicalCategory wd:Q24905 ;
wikibase:lemma ?verb .
FILTER(lang(?verb) = "ku") .
}

0 comments on commit dc2dbac

Please sign in to comment.