Re: [Virtuoso-users] Deleting large number of triples

2016-09-01 Thread Davis, Daniel (NIH/NLM) [C]
deal with. From: Pantelis Natsiavas [mailto:natsia...@gmail.com] Sent: Wednesday, August 17, 2016 10:55 AM To: Davis, Daniel (NIH/NLM) [C] Cc: virtuoso-users Subject: Re: [Virtuoso-users] Deleting large number of triples Thank you for your advice Daniel. Actually I want to delete only the

Re: [Virtuoso-users] Deleting large number of triples

2016-08-19 Thread Pantelis Natsiavas
GRAPH `iri(?:graph_uri)` { >> >> ?s ?p ?o >> >> } >> >> } ORDER BY ?s ?p ?o) AS sub OPTION (loop)) DO { >> >> http_nt_triple (env, "s", &q

Re: [Virtuoso-users] Deleting large number of triples

2016-08-17 Thread Quentin
, "p", "o", ses); > > ses_len := length (ses); > > IF (ses_len > max_ses_len) { > > string_to_file (file_name, ses, -1); > > ses := string_output (); > > } > > } > > IF (length (ses)) { > > string_to_file (file_name,

Re: [Virtuoso-users] Deleting large number of triples

2016-08-17 Thread Pantelis Natsiavas
string_to_file (file_name, ses, -1); > > ses := string_output (); > > } > > } > > IF (length (ses)) { > > string_to_file (file_name, ses, -1); > > } > > } > > > > Dan Davis, Systems/Applica

Re: [Virtuoso-users] Deleting large number of triples

2016-08-17 Thread Davis, Daniel (NIH/NLM) [C]
), Office of Computer and Communications Systems, National Library of Medicine, NIH From: Pantelis Natsiavas [mailto:natsia...@gmail.com] Sent: Wednesday, August 17, 2016 4:36 AM To: virtuoso-users Subject: [Virtuoso-users] Deleting large number of triples Hi everybody. I am trying to dele

[Virtuoso-users] Deleting large number of triples

2016-08-17 Thread Pantelis Natsiavas
Hi everybody. I am trying to delete a large number of triples of a very big graph. The graph contains *217.609.545* triples and I want to delete all the triples having a specific predicate (*64.884.016* triples). I am trying to do it through the isql-v command line interface, using the command: