Skip to content

Commit

Permalink
Create query_adverbs.sparql
Browse files Browse the repository at this point in the history
adverbs for igbo
  • Loading branch information
Otom-obhazi authored Oct 18, 2024
1 parent 9df1756 commit d53cef9
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 Igbo (Q33578) adverbs.
# 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:Q33578 ;
wikibase:lexicalCategory wd:Q380057 ;
wikibase:lemma ?adverb .
}

0 comments on commit d53cef9

Please sign in to comment.