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

xsparql.testcases-sparql-1.1.builtin.sparql11-in-03.xsparql Maven / Gradle / Ivy

The newest version!
prefix  dc:  
prefix xsd:  
prefix  :  

{for  $book $discount
 from  where {
   	$book a :book ;
   		  :discount $discount .
   	filter($discount in ())
}

return 
 
	{$book}
	{$discount}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy