Skip to content

Commit

Permalink
Merge pull request #510 from Otom-obhazi/patch-28
Browse files Browse the repository at this point in the history
Create query_preposition.sparql
  • Loading branch information
andrewtavis authored Nov 19, 2024
2 parents 48de65a + be99ea5 commit 3cd3a85
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 Basque (Q8752) prepositions (Q4833830) and the given forms.
# 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:Q8752 ;
wikibase:lexicalCategory wd:Q4833830 ;
wikibase:lemma ?preposition .
}

0 comments on commit 3cd3a85

Please sign in to comment.