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

xsparql.base.query-reserved_word.xsparql Maven / Gradle / Ivy

The newest version!
declare namespace foaf="http://xmlns.com/foaf/0.1/"; 
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 $author:= $doc//*[@class="about vcard entry-author"]
let $authorhp:= data($author/li/a/@href)
let $friends:= $doc//*[@id="friends"] 
for $f in $friends 
construct { [foaf:homepage <{$authorhp}> ] }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy