
xsparql.testcases-dawg-sparql-1.1.bindings.values6.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!
# bindings with two variables and two sets of values
prefix :
prefix foaf:
{for $s $p1 $o1
from where{
$s $p1 $o1 .
} values $p1 {
foaf:knows
}
return
{$o1}
{$s}
{$p1}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy