query-22bda43dc357aa3e355ebb15f5bce204

rq turtle/ttl

Propertiesgeoshape (P3896)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?geoshape ?item WHERE {
  ?item wdt:P3896 ?geoshape .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?geoshape"):::projected v1("?item"):::projected v1 --"wdt:P3896"--> v2