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

com.bigdata.rdf.sparql.ast.eval.sparql11-subquery-scope.rq Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
PREFIX : 
SELECT ?s ?x
WHERE {
	 {
	    SELECT ?s ?x { ?s :p ?x }
	 }
	 {
	 	SELECT ?s ?fake1 ?fake2 { ?x :q ?s . LET (?fake1 := 1) . LET (?fake2 := 2) . }
	 }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy