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

xsparql.testcases-dawg.data-r2.expr-builtin.sameTerm-eq.xsparql Maven / Gradle / Ivy

The newest version!
# test: sameterm and eq
# $id: sameterm-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