com.bigdata.rdf.sparql.ast.eval.default-graph-joins-01e.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 ?x ?y ?z
FROM NAMED :c1
FROM NAMED :c2
WHERE {
GRAPH :c1 {
?x :loves ?y .
}
GRAPH :c2 {
?y :livesIn ?z .
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy