com.bigdata.rdf.sparql.ast.eval.ticket_933e.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
SELECT *
FROM
WITH
{ SELECT *
WHERE
{ { BIND ( 4 as ?y )
}
UNION
{ BIND ( 4 as ?z )
}
} LIMIT 2
} AS %sub
WITH
{ SELECT *
WHERE
{
INCLUDE %sub
OPTIONAL { BIND ( 5 as ?z) }
OPTIONAL { BIND ( 5 as ?y) }
}
} AS %bound
WHERE
{
INCLUDE %bound
OPTIONAL {
BIND ( 4 as ?z )
}
OPTIONAL {
BIND ( 4 as ?y )
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy