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

xsparql.testcases-dawg-sparql-1.1.bind.bind02.xsparql Maven / Gradle / Ivy

The newest version!
prefix :  


{for $o $z $z2
from  where{
  $s $p $o .
  bind($o+10 as $z)
  bind($o+100 as $z2)
}
return 
 
	{$o}
	{$z2}
	{$z}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy