sttl.browser.glocate.rq Maven / Gradle / Ivy
#
# Geolocate resource on a map given lat et long
#
prefix p:
prefix o:
template st:glocate {
st:call-template-with(st:navlab, st:gmap, ?in, ?lat, ?lon, xt:list())
}
where {
?in p:longitude ?lon ;
p:latitude ?lat
}
limit 1
© 2015 - 2025 Weber Informatics LLC | Privacy Policy