Skip to content

Commit

Permalink
Merge pull request #415 from Otom-obhazi/patch-17
Browse files Browse the repository at this point in the history
Create query_adverbs.sparql
  • Loading branch information
andrewtavis authored Oct 19, 2024
2 parents 48dd2d8 + d53cef9 commit a1c02a1
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 a1c02a1

Please sign in to comment.