
xsparql.testcases-dawg.data-r2.algebra.nested-opt-2.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 :
## the nested optional example, rewritten to a form that is the same
## for the sparql algebra and the declarative semantics.
{for *
from where{
:x1 :p $v .
optional { :x3 :q $w }
optional { :x3 :q $w . :x2 :p $v }
}
return
{$w}
{$v}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy