query-3a0cba3bcff1c8be0a72336f6ba0ae9e
Query by User:Gnoeee
Wards of Kerala in OSM - Wikidata - Maintainence
PREFIX osmt: https://wiki.openstreetmap.org/wiki/Key: PREFIX osmm: https://www.openstreetmap.org/meta/ PREFIX osmrel: https://www.openstreetmap.org/relation/ SELECT DISTINCT ?item ?ward_name ?osm_relationLink ?loc ?osmId ?sameWikidata WHERE { ?item wdt:P31 wd:Q1195098; wdt:P17 wd:Q668; wdt:P131/wdt:P131* wd:Q1186; wdt:P402 ?osm_relation . SERVICE https://sophox.org/sparql { ?osmId osmt:wikidata ?item . ?osmId osmt:admin_level "10" ; osmt:boundary "local_authority" ; osmt:name ?ward_name ; osmm:loc ?loc ; osmm:type "r". # FILTER ( ?loc < "POINT(77.41445 8.07876)"^^geo:wktLiteral && ?loc > "POINT(76.08419 8.98918)"^^geo:wktLiteral ) . } BIND(IRI(CONCAT("https://www.openstreetmap.org/relation/", ?osm_relation)) AS ?osm_relationLink) BIND( ?osm_relationLink = ?osmId AS ?sameWikidata) }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
#Query by User:Gnoeee
#Wards of Kerala in OSM - Wikidata - Maintainence
PREFIX osmt: <https://wiki.openstreetmap.org/wiki/Key:>
PREFIX osmm: <https://www.openstreetmap.org/meta/>
PREFIX osmrel: <https://www.openstreetmap.org/relation/>
SELECT DISTINCT ?item ?ward_name ?osm_relationLink ?loc ?osmId ?sameWikidata
WHERE {
?item wdt:P31 wd:Q1195098;
wdt:P17 wd:Q668;
wdt:P131/wdt:P131* wd:Q1186;
wdt:P402 ?osm_relation .
SERVICE <https://sophox.org/sparql> {
?osmId osmt:wikidata ?item .
?osmId osmt:admin_level "10" ;
osmt:boundary "local_authority" ;
osmt:name ?ward_name ;
osmm:loc ?loc ;
osmm:type "r".
# FILTER ( ?loc < "POINT(77.41445 8.07876)"^^geo:wktLiteral && ?loc > "POINT(76.08419 8.98918)"^^geo:wktLiteral ) .
}
BIND(IRI(CONCAT("https://www.openstreetmap.org/relation/", ?osm_relation)) AS ?osm_relationLink)
BIND( ?osm_relationLink = ?osmId AS ?sameWikidata)
}