https://www.wikidata.org/w/index.php?title=Special:Search
haswbstatement:P131=Q792819 haswbstatement:P31=Q108804646
P131=Q792819 綾瀬市
P31=Q108804646 都市公園
haswbstatement:P131=Q792819 -haswbstatement:P31=Q486972|Q5327369
P131=Q792819 綾瀬市
-P31=Q486972|Q5327369 地名をのぞく
Wikidata Query Service(https://query.wikidata.org/)
SELECT ?park ?parkLabel ?propLabel ?position
WHERE
{
?park wdt:P131 wd:Q792819;
wdt:P31/wdt:P279* wd:Q22698. # 公園に分類されているもの
OPTIONAL {
?park wdt:P361 ?prop. # 綾瀬市の公園
?park wdt:P625 ?position. # 位置座標
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
# 海老名市の地図
SELECT DISTINCT ?geo ?item ?itemLabel ?image WHERE {
?item wdt:P131 wd:Q734390; # 海老名市にある
wdt:P625 ?geo .
OPTIONAL {
?item wdt:P18 ?image.
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}