query-3681ecf7bded0765abe67f36a527bf2d
) (Q34698)adjective Indonesian adjectives (
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX dct: <http://purl.org/dc/terms/>
SELECT ?l ?lemma WHERE {
?l a ontolex:LexicalEntry ; dct:language wd:Q9240 ; wikibase:lexicalCategory wd:Q34698 ; wikibase:lemma ?lemma .
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:Lexicographical_data/Documentation/Languages/id
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Indonesia/Kueri
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?l"):::projected
v2("?lemma"):::projected
c4(["wd:Q9240"]):::iri
c2(["ontolex:LexicalEntry"]):::iri
c6(["wd:Q34698"]):::iri
v1 --"a"--> c2
v1 --"dct:language"--> c4
v1 --"wikibase:lexicalCategory"--> c6
v1 --"wikibase:lemma"--> v2