query-d0ad8971862c052355cc102e0614002d
ItemsTelugu (Q8097)noun (Q1084)locative case (Q202142)
Use at
- https://query.wikidata.org/sparql
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/>
SSELECT DISTINCT ?l ?lemma WHERE {
?l a ontolex:LexicalEntry ;
dct:language wd:Q8097;
wikibase:lexicalCategory wd:Q1084;
wikibase:lemma ?lemma ;
ontolex:lexicalForm ?form .
?form ontolex:representation ?word ;
minus {
{?l a ontolex:LexicalEntry ; ontolex:lexicalForm/wikibase:grammaticalFeature wd:Q202142.}
}.
}