[Mulgara-general] Listing Graphs?

Paul Gearon gearon at ieee.org
Fri Dec 12 20:08:58 UTC 2008


On Sat, Dec 13, 2008 at 2:28 AM, David Smith <DMS at viewpointusa.com> wrote:
> The system graph is simply "#"
>
> A query like
>
>        select $subject $predicate $object from
> <rmi://localhost/server1#> where $subject $predicate $object;

Brian has set the TQL prompt to automatically localhost/server1, and
the web UI is already set to use the local server. So this query can
be rewritten to:

  select $subject $predicate $object from <#> where $subject $predicate $object;


Paul



More information about the Mulgara-general mailing list