Hi Marco,

You have not loaded the dataset into Virtuoso as its “ll_state =0” , so do you 
just want to remove the entry from the load_list table, which can be done with 
a SQL Query:

        delete from load_list where ll_graph = ‘http://info.org' 
<http://info.org'>

If you want to  load the graph into Virtuoso you would need to run the 
“rdf_loader_run()” command as indicated in the docs at [1], and could then 
remove the graph with one of the methods at [2] …

[1] 
http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtBulkRDFLoader 
<http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtBulkRDFLoader>
[2] 
http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTipsAndTricksGuideDeleteLargeGraphs
 
<http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTipsAndTricksGuideDeleteLargeGraphs>

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

> On 24 Dec 2014, at 15:26, Marco Tenti <tentimar...@gmail.com> wrote:
> 
> Hi, everyone my question is very simple , i have loaded a file of triple with 
> graph name http://info.org <http://info.org/> now i just want to drop that.
> Here the message of ISQL when i do the select all my graph:
> SQL> select * from DB.DBA.load_list;
> ll_file                                                                       
>     ll_graph                                                                  
>         ll_state    ll_started           ll_done              ll_host     
> ll_work_time  ll_error
> VARCHAR NOT NULL                                                              
>     VARCHAR                                                                   
>         INTEGER     TIMESTAMP            TIMESTAMP            INTEGER     
> INTEGER     VARCHAR
> _______________________________________________________________________________
> 
> /home/marco/Desktop/test_linux/test_linux.n3                                  
>     http://info.org <http://info.org/>                                        
>                            0           NULL                 NULL              
>    NULL        NULL        NULL
> 
> 1 Rows. -- 11 msec.
> 
> _______________________________________________________________________________
> 
> ty in advance.
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. 
> http://goparallel.sourceforge.net_______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to