Skip to content

Commit

Permalink
Persian adverbs query
Browse files Browse the repository at this point in the history
  • Loading branch information
catreedle committed Oct 21, 2024
1 parent 444a3c3 commit 4f4217b
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 Persian (Q9168) adverbs (Q380057) and the given forms.
# Enter this query at https://query.wikidata.org/.

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

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

0 comments on commit 4f4217b

Please sign in to comment.