
xsparql.testcases-dawg-sparql-1.1.bindings.values8.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 dc:
prefix :
prefix ns:
{for $book $title $price
from where{
$book dc:title $title ;
ns:price $price .
}
values ($book $title) {
(undef "sparql tutorial")
(:book2 undef)
}
return
{$title}
{$price}
{$book}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy