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

xsparql.testcases-dawg-sparql-1.1.service.service4.xsparql Maven / Gradle / Ivy

The newest version!
# bindings with two variables and two sets of values

prefix :  
prefix foaf:  

{for $s $o1 $o2
from  where{
  $s $p1 $o1 
  optional { service  {$s foaf:knows $o2 }}
} values $o2 {
 :b
}
return 
 
	{$o2}
	{$o1}
	{$s}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy