query-cbfbab758d5bb8a30bd64974ca45abb7

rq turtle/ttl

Leksem Indonesia) (Q1084)noun Indonesian nouns ( Queries) (Q1084)noun Indonesian nouns (

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