
xsparql.testcases-dawg.data-r2.expr-builtin.sameTerm-simple.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!
# test: sameterm
# $id: sameterm.rq,v 1.1 2007/08/31 14:01:57 eric exp $
prefix :
{for *
from where{
$x1 :p $v1 .
$x2 :p $v2 .
filter sameterm($v1, $v2)
}
return
{$v1}
{$v2}
{$x2}
{$x1}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy