Skip to content

Commit

Permalink
Create query_adverb.sparql
Browse files Browse the repository at this point in the history
  • Loading branch information
Otom-obhazi authored Oct 23, 2024
1 parent 399efe2 commit 48d9ed1
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 Polish (Q809) 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:Q809 ;
wikibase:lexicalCategory wd:Q380057 ;
wikibase:lemma ?adverb .
}

0 comments on commit 48d9ed1

Please sign in to comment.