
xsparql.base.query-uri02.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!
declare namespace foaf="http://xmlns.com/foaf/0.1/";
declare namespace ex="http://example.org";
declare default element namespace "http://www.w3.org/1999/xhtml";
let $doc := doc("http://cgi.w3.org/cgi-bin/tidy?docAddr=http%3A%2F%2Ftwitter.com%2Fterraces")
let $friends:= $doc//*[@id="friends"]/span[@class="vcard"]
for $f in $friends
let $friendsAccount := $f/*/@href
construct { foaf:knows [ foaf:userAccount <{$friendsAccount}> ] }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy