query-22bda43dc357aa3e355ebb15f5bce204
Propertiesgeoshape (P3896)
Use at
- https://query.wikidata.org/sparql
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