com.bigdata.rdf.sparql.ast.eval.named-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
WITH{
SELECT ?s ?x { ?s :p ?x }
}as %set1
WITH{
SELECT ?s ?fake1 ?fake2 { ?x :q ?s . LET (?fake1 := 1) . LET (?fake2 := 2) . }
}as %set2
WHERE {
INCLUDE %set1
INCLUDE %set2
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy