All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttl.sensor.place.rq Maven / Gradle / Ivy

#
# Spot geo:Point locations on a map, select value of a sensor
#
# Olivier Corby - Wimmics INRIA I3S - 2018
#
prefix geo:  
prefix sosa:  
prefix ex:    .
prefix aqio:  .
prefix ft:   

template st:place {

    st:call-template-with(st:navlab, st:maplist, ft:map.html, ?list, "")  
    
}
where {
    filter xt:print('place')
    
    { select  (aggregate(xt:list(?x, ?lat, ?lon, us:value(?val))) as ?list) 
    where {

        ?x geo:lat ?lat ; geo:long ?lon  .
        
        ?mesure sosa:hasFeatureOfInterest ?x ;
            sosa:observedProperty ?p .
        ?p a aqio:AirQualityIndexProperty .
        ?mesure sosa:hasSimpleResult ?val 
    }}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy