sttl.navlab.gmap2.rq Maven / Gradle / Ivy
#
# Geolocate resources on a map
# ?list = list(list(uri, lat, lon))
#
prefix ft:
template st:gmap2(?list) {
format {
ft:gmap2.html
st:number()
str(?lat)
str(?lon)
coalesce(st:get(st:mapicon2), "/img/smarker.png")
st:plink(?r)
}
}
where {
values (?r ?lat ?lon) { unnest(?list) }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy