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

xsparql.testcases-dawg-sparql-1.1.grouping.group03.xsparql Maven / Gradle / Ivy

The newest version!
prefix : 


{for $w (sample($v) as $S)
from  where{
  $s :p $v .
  optional { $s :q $w }
}
group by $w

return 
 
	{$w}
	{$S}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy