sttl.sensor.main.rq Maven / Gradle / Ivy
#
# Compute aggregates (min, max, etc.)
# Generate a map and spot geo:Point
# Display sensor values
#
prefix ft:
template st:main {
format { }
# generate a map
st:call-template(st:place)
format {
st:call-template(st:header)
?agg
st:call-template(st:header)
st:call-template(st:resource)
}
}
where {
bind (st:call-template(st:aggregate) as ?agg)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy