Skip to content

Commit

Permalink
Fix file placement and query params
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 23, 2024
1 parent c1cebef commit a5c0eb3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# tool: scribe-data
# All Ibibio (Q33792) adverbs and the given forms.
# Enter this query at https://query.wikidata.org/.

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

WHERE {
?lexeme dct:language wd:Q33792 ;
wikibase:lexicalCategory wd:Q24905 ;
wikibase:lemma ?verb .
}

0 comments on commit a5c0eb3

Please sign in to comment.