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