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

xsparql.testcases-dawg.data-r2.bound.dawg-bound-query-001.xsparql Maven / Gradle / Ivy

The newest version!
prefix  : 

{for  $a $c
from  where
    { $a :b $c . 
      optional
        { $c :d $e } . 
      filter (! bound($e)) 
    }

return 
 
	{$c}
	{$a}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy