Read once and reuse the query file's content

This commit is contained in:
Yusuke Matsubara 2017-05-16 17:49:23 +09:00
parent 825cdafe7b
commit 22f5f51082
4 changed files with 42 additions and 42 deletions

View file

@ -13,7 +13,7 @@ SELECT
SERVICE wikibase:around {
?item wdt:P625 ?location.
bd:serviceParam wikibase:center "Point(${LONG} ${LAT})"^^geo:wktLiteral.
bd:serviceParam wikibase:radius "${RADIUS}" . # Radius in kilometers.
bd:serviceParam wikibase:radius "${RAD}" . # Radius in kilometers.
}
# ... and without an image.