com.bigdata.rdf.sparql.ast.eval.opt-complex-2.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 foaf:
PREFIX ex:
SELECT ?id ?ssn
WHERE
{
?person
a foaf:Person;
foaf:name ?name .
GRAPH ?x {
[] foaf:name ?name;
foaf:nick ?nick
}
OPTIONAL {
{ ?person ex:empId ?id } UNION { ?person ex:ssn ?ssn }
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy