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

xsparql.testcases-sparql-1.1.bindings.sparql11-bindings-02.xsparql Maven / Gradle / Ivy

The newest version!
prefix dc:    
prefix :      
prefix ns:    


{for $title $price
from  where{
   $book dc:title $title ;
         ns:price $price .
}
values $book {
 (:book1)
}
return 
 
	{$title}
	{$price}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy