query-58f2a3fbe24940394a05e8728c0d9239

rq turtle/ttl

title:Forms of Turkish noun lexemes SELECT ?lexeme ?form { ?lexeme dct:language wd:Q256 . ?lexeme wikibase:lexicalCategory wd:Q1084 . ?lexeme ontolex:lexicalForm ?form . }

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/>
#title:Forms of Turkish noun lexemes
SELECT ?lexeme ?form {
    ?lexeme dct:language wd:Q256 .
    ?lexeme wikibase:lexicalCategory wd:Q1084 .
    ?lexeme ontolex:lexicalForm ?form .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?form"):::projected v1("?lexeme"):::projected c2(["wd:Q256"]):::iri c4(["wd:Q1084"]):::iri v1 --"dct:language"--> c2 v1 --"wikibase:lexicalCategory"--> c4 v1 --"ontolex:lexicalForm"--> v2