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

xsparql.base.fdwlm.xsparql Maven / Gradle / Ivy

The newest version!
prefix :  
declare namespace foaf = "http://xmlns.com/foaf/0.1/";
for $UID2 $X2 $Y2 from 
where { [ :id $UID2 ] :hasGPSCoordinate [ :lat $X2; :long $Y2 ] }
let $dist := $X2
order by $dist
return

{$UID2}
{$dist}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy