query-03bce0b0be08ede0d85d87ab999f9085

rq turtle/ttl

) (Q24905)verb Indonesian verbs (

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:Q24905 ; 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:Q24905"]):::iri v1 --"a"--> c2 v1 --"dct:language"--> c4 v1 --"wikibase:lexicalCategory"--> c6 v1 --"wikibase:lemma"--> v2