Query Wikidata
Load Wikidata data from the Wikidata Query Service.
---
title: Query Wikidata
description: Load Wikidata data from the Wikidata Query Service.
type: sparql
server: https://query.wikidata.org/sparql
options:
zoom: -0.1
center: [0, 30]
---
SELECT DISTINCT * WHERE {
?item wdt:P31/wdt:P279* wd:Q16917;
wdt:P625 ?geo .
}