Skip to content

Commit

Permalink
Merge pull request #470 from Otom-obhazi/patch-24
Browse files Browse the repository at this point in the history
Create query_adverb.sparql
  • Loading branch information
andrewtavis authored Oct 23, 2024
2 parents 83826a9 + 48d9ed1 commit fdbc7a5
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 fdbc7a5

Please sign in to comment.