
xsparql.testcases-dawg-sparql-1.1.functions.bnode01.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 :
prefix xsd:
{for $s1 $s2
(bnode($s1) as $b1) (bnode($s2) as $b2)
from where {
$a :str $s1 .
$b :str $s2 .
filter ($a = :s1 || $a = :s3)
filter ($b = :s1 || $b = :s3)
}
return
{$s2}
{$s1}
{$b1}
{$b2}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy