There are examples out there of queries like:
WHERE {
GRAPH ?g {
something or another
}
}
If I aim one of these at a TDB, do I essentially get a union graph
query with a ?g value telling me which graph yielded the data?
There are examples out there of queries like:
WHERE {
GRAPH ?g {
something or another
}
}
If I aim one of these at a TDB, do I essentially get a union graph
query with a ?g value telling me which graph yielded the data?