
xsparql.testcases-dawg.data-r2.expr-builtin.lang-case-insensitive-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: 'xyz'@en = 'xyz'@en
# $id: lang-case-sensitivity-eq.rq,v 1.1 2007/06/24 23:15:38 lfeigenb exp $
prefix :
{for *
from where{
$x1 :p $v1 .
$x2 :p $v2 .
filter ( $v1 = $v2 )
}
return
{$v1}
{$v2}
{$x2}
{$x1}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy