query-538beeed9b43172988051f6f3d0674fe

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 a ontolex:LexicalEntry ;
       wdt:P2125 ?x .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?l"):::projected v2("?x"):::projected c2(["ontolex:LexicalEntry"]):::iri v1 --"a"--> c2 v1 --"wdt:P2125"--> v2