
xsparql.testcases-dawg.data-r2.expr-builtin.sameTerm-not-eq.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 and eq
# $id: sameterm-not-eq.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) && $v1 = $v2 )
}
return
{$v1}
{$v2}
{$x2}
{$x1}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy