com.bigdata.rdf.sparql.ast.eval.sparql11-bindings-04.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
# bindings with two variables and two sets of values
# Note: This is a variant of Federated Query service04 where the SERVICE keyword
# has been replaced by the GRAPH keyword and the data for the end point is just
# located in a local named graph by the same name as the end point.
PREFIX :
PREFIX foaf:
SELECT ?s ?o1 ?o2
{
GRAPH { ?s ?p1 ?o1 }
OPTIONAL { GRAPH {?s foaf:knows ?o2 }}
} BINDINGS ?o2 {
(:b)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy