query-261d0ab547d6abdf08b5bba1ab94edeb

rq turtle/ttl

Mahir256

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 ?form ?rep {
  ?form ontolex:representation ?rep ; ^ontolex:lexicalForm/dct:language wd:Q5885 ; wikibase:grammaticalFeature wd:Q146233 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?form"):::projected v2("?rep"):::projected a1((" ")) c4(["wd:Q5885"]):::iri c6(["wd:Q146233"]):::iri v1 --"ontolex:representation"--> v2 a1 --"ontolex:lexicalForm"--> v1 a1 --"dct:language"--> c4 v1 --"wikibase:grammaticalFeature"--> c6