com.bigdata.rdf.sparql.ast.eval.sparql11-subquery-scope.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
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