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
GRAPH `iri(?:graph_uri)` {
>>
>> ?s ?p ?o
>>
>> }
>>
>> } ORDER BY ?s ?p ?o) AS sub OPTION (loop)) DO {
>>
>> http_nt_triple (env, "s", &q
, "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,
string_to_file (file_name, ses, -1);
>
> ses := string_output ();
>
> }
>
> }
>
> IF (length (ses)) {
>
> string_to_file (file_name, ses, -1);
>
> }
>
> }
>
>
>
> Dan Davis, Systems/Applica
),
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
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: