Skip to content

Commit bd4f262

Browse files
authored
[DATA] - add query_prepositions for Indonesian (#649)
1 parent 5eea0a2 commit bd4f262

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# tool: scribe-data
2+
# All Indonesian (Q9240) prepositions (Q4833830) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?preposition
9+
10+
WHERE {
11+
?lexeme dct:language wd:Q9240 ;
12+
wikibase:lexicalCategory wd:Q4833830 ;
13+
wikibase:lemma ?preposition ;
14+
schema:dateModified ?lastModified .
15+
}

0 commit comments

Comments
 (0)