
xsparql.base.XSPARQL-52.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 mo:
prefix rdf:
prefix foaf:
prefix lfm:
prefix dc:
prefix rdfs:
prefix geo:
prefix event:
declare variable $user := 'jacktrades';
{
let $lastfm := fn:concat("http://ws.audioscrobbler.com/2.0/?method=user.gettopartists&api_key=16307daa8ce0d0cc1dab015e0fdab8ec&user=", $user)
for $artistInfo in doc($lastfm)//artist
where data($artistInfo/@rank) lt 2
return data($artistInfo/@rank)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy