query-3681ecf7bded0765abe67f36a527bf2d

rq turtle/ttl

) (Q34698)adjective Indonesian adjectives (

Use at

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

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