Skip to content

Commit

Permalink
Add init files for later emoji keyword functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 16, 2024
1 parent 40ad654 commit ed67154
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# tool: scribe-data
# All Yoruba (Q34311) prepositions.
# Enter this query at https://query.wikidata.org/.

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

WHERE {
?lexeme dct:language wd:Q34311 ;
wikibase:lexicalCategory wd:Q4833830 ;
wikibase:lemma ?preposition .
}

0 comments on commit ed67154

Please sign in to comment.