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

2016-09-01 Thread Davis, Daniel (NIH/NLM) [C]
to deal with. From: Pantelis Natsiavas [mailto:natsia...@gmail.com] Sent: Wednesday, August 17, 2016 10:55 AM To: Davis, Daniel (NIH/NLM) [C] <daniel.da...@nih.gov> Cc: virtuoso-users <virtuoso-users@lists.sourceforge.net> Subject: Re: [Virtuoso-users] Deleting large number of triple

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

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

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

2016-08-17 Thread Quentin
} > > Dan Davis, Systems/Applications Architect (Contractor), > > 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: virt

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/Applicatio

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

2016-08-17 Thread Davis, Daniel (NIH/NLM) [C]
uter 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 <virtuoso-users@lists.sourceforge.net> Subject: [Virtuoso-users] Deleting large number of triples Hi everybody. I

[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: