query-7e8c79a97270dc7c2409575e23b54cf6
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT DISTINCT ?item ?itemLabel ?location WHERE{
?osakacity wdt:P31 wd:Q137773;
wdt:P131 wd:Q35765.
?item wdt:P31/wdt:P279* wd:Q12280;
wdt:P131 ?osakacity;
wdt:P625 ?location.
SERVICE wikibase:label { bd:serviceParam wikibase:language "ja". }