query-be2988d34dbbcc57bedd82b47948920d

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
ASK { wd:Q3295867 wdt:P31*/wdt:P279* wd:Q43229.
      wd:Q3295867 schema:description ?description.
      FILTER(LANG(?description) = "en") }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?description"):::projected a1((" ")):::projected c2(["wd:Q3295867"]):::iri c5(["wd:Q43229"]):::iri f0[["?description = 'en'"]] f0 --> v1 c2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 c2 --"schema:description"--> v1