
xsparql.base.fdwlm.xsparql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xsparql-test-suite Show documentation
Show all versions of xsparql-test-suite Show documentation
XSPARQL compliance test suite
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