query-34443e4ffed5de9937678a8b675b3819

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
SELECT * WHERE {
  ?l ontolex:lexicalForm ?f1 ;
     ontolex:lexicalForm ?f2 .
  ?f1 wdt:P5244 ?value1 .
  ?f2 wdt:P5244 ?value2 .
  FILTER ( ?value1 != ?value2 )
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?f1"):::projected v5("?f2"):::projected v3("?l"):::projected v1("?value1"):::projected v2("?value2"):::projected f0[["?value1 != ?value2"]] f0 --> v1 f0 --> v2 v3 --"ontolex:lexicalForm"--> v4 v3 --"ontolex:lexicalForm"--> v5 v4 --"wdt:P5244"--> v1 v5 --"wdt:P5244"--> v2