query-d94959153d849271d6a23366e3e0d58b

rq turtle/ttl

title:Wrong grammatical feature SELECT * WHERE { ?l dct:language wd:Q12107 ; ontolex:lexicalForm ?f . ?f wikibase:grammaticalFeature wd:Q13473501 . }

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:Wrong grammatical feature
SELECT * WHERE {
  ?l dct:language wd:Q12107 ;
     ontolex:lexicalForm ?f .
  ?f wikibase:grammaticalFeature wd:Q13473501 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?f"):::projected v1("?l"):::projected c5(["wd:Q13473501"]):::iri c2(["wd:Q12107"]):::iri v1 --"dct:language"--> c2 v1 --"ontolex:lexicalForm"--> v2 v2 --"wikibase:grammaticalFeature"--> c5