All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.testcases-dawg.data-r2.expr-builtin.lang-case-insensitive-eq.xsparql Maven / Gradle / Ivy

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