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

xsparql.testcases-dawg.data-r2.expr-builtin.dawg-str-3.xsparql Maven / Gradle / Ivy

The newest version!
prefix  xsd: 
prefix  : 

{for  $x $v
from  where
    { $x :p $v . 
      filter ( str($v) = "zzz" ) .
    }

return 
 
	{$v}
	{$x}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy