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

xsparql.testcases-dawg.data-r2.algebra.nested-opt-2.xsparql Maven / Gradle / Ivy

The newest version!
prefix :    

## the nested optional example, rewritten to a form that is the same
## for the sparql algebra and the declarative semantics.

{for *
from  where{ 
    :x1 :p $v .
    optional { :x3 :q $w }
    optional { :x3 :q $w  . :x2 :p $v }
}

return 
 
	{$w}
	{$v}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy