query-6993f124d8a352691000ec204118d45d

rq turtle/ttl

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?statue WHERE {
  ?statue wdt:P31 wd:Q179700 .
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?statue"):::projected c2(["wd:Q179700"]):::iri v1 --"wdt:P31"--> c2