Rob,
The graph is by default equal to the base (2nd argument).
SQL> DB.DBA.TTLP('<s3> <p3> <o3> .', 'http://qq/');
Done. -- 1 msec.
SQL> sparql select * where { graph ?g { <http://qq/s3> ?p ?o }};
g p o
_______________________________________________________________________________
http://qq/ http://qq/p3 http://qq/o3
Best Regards,
Ivan Mikhailov
OpenLink Software
http://virtuoso.openlinksw.com
On Mon, 2010-12-20 at 03:55 -0800, Rob Vesse wrote:
> Hi Ivan
>
> Ok that is fine with me
>
> One other question on these lines, if I call DB.DBA.TTLP and neither
> my command or the Turtle data specifies a Graph URI into what Graph
> does the data get inserted?
>
> Thanks,
>
> Rob