query-40aac78142960fabe35358fd76d5dd6c
geoshape (P3896)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#defaultView:Map
SELECT * WHERE {
?dpt wdt:P31 wd:Q6465 .
?dpt wdt:P3896 ?form .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?dpt"):::projected
v2("?form"):::projected
c2(["wd:Q6465"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P3896"--> v2