Re: Remote named graph

2012-09-28 Thread Andy Seaborne
: Remote named graph Thanks, Andy. It made good sense. Cheers, Frank From: Andy Seaborne a...@apache.org To: users@jena.apache.org Sent: Wednesday, September 26, 2012 11:31 AM Subject: Re: Remote named graph On 26/09/12 01:06, Frank Lee wrote: Thanks

Re: Remote named graph

2012-09-28 Thread Frank Lee
Seaborne a...@apache.org To: users@jena.apache.org Sent: Friday, September 28, 2012 1:23 AM Subject: Re: Remote named graph On 28/09/12 01:46, Frank Lee wrote: Hi, Andy, For query, we have: String queryUri = http://xxx.ccc.com:3030/dataset/query;; Query query = QueryFactory.create(queryString

Re: Remote named graph

2012-09-26 Thread Frank Lee
Thanks, Andy. It made good sense.  Cheers,  Frank From: Andy Seaborne a...@apache.org To: users@jena.apache.org Sent: Wednesday, September 26, 2012 11:31 AM Subject: Re: Remote named graph On 26/09/12 01:06, Frank Lee wrote: Thanks for that, Andy. So, we

Re: Remote named graph

2012-09-25 Thread Andy Seaborne
On 25/09/12 00:33, Frank Lee wrote: Hi, Andy, What will be better way to duplicate existing named graph remotely? Or duplicated many with different URIs. Is there any simple API to use for it? Thanks. Cheers Frank SPARQL Update: something like COPY g1 To g2 for a one to one copy: or

Re: Remote named graph

2012-09-25 Thread Frank Lee
, September 25, 2012 2:34 PM Subject: Re: Remote named graph On 25/09/12 00:33, Frank Lee wrote: Hi, Andy, What will be better way to duplicate existing named graph remotely? Or duplicated many with different URIs. Is there any simple API to use for it? Thanks. Cheers Frank SPARQL Update

Re: Merge from Remote named graph and local RDF file

2012-09-10 Thread Frank Lee
  From: Andy Seaborne a...@apache.org To: users@jena.apache.org Sent: Friday, August 31, 2012 2:36 AM Subject: Re: Merge from Remote named graph and local RDF file On 30/08/12 19:34, Frank Lee wrote: One more question: What will be the best way to merge tow endpoints, one is the namedGraph

Re: Merge from Remote named graph and local RDF file

2012-08-31 Thread Frank Lee
/) INFO  [32] 200 OK From: Andy Seaborne a...@apache.org To: users@jena.apache.org Sent: Friday, August 31, 2012 2:36 AM Subject: Re: Merge from Remote named graph and local RDF file On 30/08/12 19:34, Frank Lee wrote: One more question: What

Re: Merge from Remote named graph and local RDF file

2012-08-30 Thread Frank Lee
, August 29, 2012 1:32 AM Subject: Re: Remote named graph On 28/08/12 23:19, Frank Lee wrote: Hi, Andy. Thanks so much for your warm help. Obtaining the handle of  DatasetAccessor what I really wanted. Thanks. BTW, how can we get the list/interator of namedGraphs from DatasetAccessor or ARQ

Remote named graph

2012-08-28 Thread Andy Seaborne
for the specified named graph? For instance, the fuseki server run at remote server with IP address: 172.25.19.233 and tdb directory is /home/tdb at linux machine. Thanks. Frank +++ Frank, I'm not sure what you mean: access the remote named graph or pull its contents to the local machine. 1

Re: Remote named graph

2012-08-28 Thread Frank Lee
To: users@jena.apache.org Sent: Tuesday, August 28, 2012 2:05 AM Subject: Remote named graph Hi, Andy, It's easy to get the model for a named graph from local TDB dataset tdb_dir = c:\\tdb; ds = TDBFactory.createDataset(tdb_dir); String ngUri = http://xxx .. Model model = ds.getNamedModel