Re: how to clear the default graph

2015-06-02 Thread Sergio Fernández
Hi Michel, On Mon, Jun 1, 2015 at 12:03 PM, Bohms, H.M. (Michel) wrote: > Still not poss. To delete a large graph > > Where are these kiwi files on server (can we lowleveldelete there?) > > > > Any hint in log? (attached) > Well, definitely that's a bug on H2! I have three (complementary) way

Re: how to clear the default graph

2015-05-12 Thread Sergio Fernández
liability for the content of this e-mail, for the manner in which you use > it and for damage of any kind resulting from the risks inherent to the > electronic transmission of messages. > > > > *From:* Sergio Fernández [mailto:wik...@apache.org] > *Sent:* dinsdag 12 mei 2015 9:5

RE: how to clear the default graph

2015-05-12 Thread Bohms, H.M. (Michel)
ent of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. From: Sergio Fernández [mailto:wik...@apache.org] Sent: dinsdag 12 mei 2015 9:54 To: users@marmotta.apache.org Subject: Re: how to clear

Re: how to clear the default graph

2015-05-12 Thread Sergio Fernández
bility for the content of this e-mail, for the manner in which you use > it and for damage of any kind resulting from the risks inherent to the > electronic transmission of messages. > > -Original Message- > From: Sergio Fernández [mailto:wik...@apache.org] > Sent: dinsd

RE: how to clear the default graph

2015-05-12 Thread Bohms, H.M. (Michel)
he.org Subject: Re: how to clear the default graph Hi Michel, On 02/02/15 16:54, Bohms, H.M. (Michel) wrote: > How would the total URI (for use in webbrowser) look like in that case? Marmotta supports both Direct Graph Identification (DELETE /context/) if the URI belongs to Marmotta (which is always

Re: how to clear the default graph

2015-02-02 Thread Sergio Fernández
Hi Michel, On 02/02/15 16:54, Bohms, H.M. (Michel) wrote: How would the total URI (for use in webbrowser) look like in that case? Marmotta supports both Direct Graph Identification (DELETE /context/) if the URI belongs to Marmotta (which is always the case of the default graph) and Indirect

Re: how to clear the default graph

2015-02-02 Thread Thomas Kurz
m: Sergio Fernández [mailto:wik...@apache.org] > Sent: maandag 2 februari 2015 16:20 > To: users@marmotta.apache.org > Subject: Re: how to clear the default graph > > In addition to SPARQL DROP, Marmotta partially also supports the SPARQL > 1.1 Graph Store HTTP Protocol , so you could use t

RE: how to clear the default graph

2015-02-02 Thread Bohms, H.M. (Michel)
To: users@marmotta.apache.org Subject: Re: how to clear the default graph In addition to SPARQL DROP, Marmotta partially also supports the SPARQL 1.1 Graph Store HTTP Protocol , so you could use the equivalent HTTP operation directly to the graph URI: DELETE /context/default HTTP/1.1 Host

Re: how to clear the default graph

2015-02-02 Thread Sergio Fernández
ian Soiland-Reyes [mailto:st...@apache.org] Sent: maandag 2 februari 2015 15:39 To: users@marmotta.apache.org Subject: Re: how to clear the default graph It's here in the "SPARQ Update" spec rather than "SPARQL Query" http://www.w3.org/TR/sparql11-update/#d

RE: how to clear the default graph

2015-02-02 Thread Bohms, H.M. (Michel)
n which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. From: Stian Soiland-Reyes [mailto:st...@apache.org] Sent: maandag 2 februari 2015 15:39 To: users@marmotta.apache.org Subject: Re: how to clear the default graph It&#x

Re: how to clear the default graph

2015-02-02 Thread Stian Soiland-Reyes
ectronic transmission of messages. > > > > *From:* Bohms, H.M. (Michel) [mailto:michel.bo...@tno.nl] > *Sent:* maandag 2 februari 2015 11:12 > *To:* users@marmotta.apache.org > *Subject:* how to clear the default graph > > > > Can someone tell me how I can delete all triples from

RE: how to clear the default graph

2015-02-02 Thread Bohms, H.M. (Michel)
ic transmission of messages. From: Bohms, H.M. (Michel) [mailto:michel.bo...@tno.nl] Sent: maandag 2 februari 2015 11:12 To: users@marmotta.apache.org Subject: how to clear the default graph Can someone tell me how I can delete all triples from the default graph via the web interface? I know

how to clear the default graph

2015-02-02 Thread Bohms, H.M. (Michel)
Can someone tell me how I can delete all triples from the default graph via the web interface? I know how to delete other contexts via the context tab. I already tried: Clear all etc. as query. I had the issue before but could not find the solution anymore, something with a delete query... Thx