Hi.
I have installed and configured BrighstarDB against Sesame triple store.
I connect with a query processor with empty default uri
When I call ctx.IdentifiedObjects.toList(), things work Ok. I can retrieve loads of objects.
But if I try to execute a "Where" on a query, I get "Cannot resolve a Relative URI Reference since there is no in-scope Base URI!"
If I then try with a default uri (the same as the context in sesame), I get no error, but also no data.
The data I try to get, has no default graph (or context).
Can anyone shed some light on this please? How is it supposed to be used?
B