
xsparql.base.endpoint03.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 dbpedia2:
prefix foaf:
prefix :
let $MyB := for * from
where { [ foaf:birthday $B ]. }
return $B
for * from
endpoint
where { $uri dbpedia2:born $B; foaf:name $N . filter ( regex(str($B),str($MyB)) ) }
construct { :nuno :sameBirthDayAs $uri. $uri foaf:name $N }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy