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

com.bigdata.rdf.sparql.ast.eval.sparql11-service-002.rq Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
PREFIX dc:    
PREFIX :      
PREFIX ns:    

SELECT ?book ?title ?price
{
   SERVICE  {
       ?book :foo :bar
   }.
   hint:Prior hint:runFirst true .
   ?book dc:title ?title ;
         ns:price ?price .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy