Re: [Virtuoso-users] Inserting RDF data from visual studio to virtuoso

2011-03-13 Thread Hugh Williams
Hi Hoan, This is a known issue we are working on a fix for. In the meantime you should be able to use the RDF -> Graphs tab of the Virtuoso Conductor to perform graph delete operations ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support:

Re: [Virtuoso-users] Inserting RDF data from visual studio to virtuoso

2011-03-11 Thread Nguyen Mau Quoc Hoan
HI . How could I drop a Virtuoso graph via Jena? I tried drop graph from Virutoso sparal endpoint but failed. When I execute this sparql query: > drop graph > I have an error: > 42000 Error SR186: No permission to execute procedure DB.DBA.SPARUL_DROP. > SPARQL query:

Re: [Virtuoso-users] Inserting RDF data from visual studio to virtuoso

2011-03-08 Thread Hugh Williams
Hi Houda, Yes, you can perform SPARUL (http://docs.openlinksw.com/virtuoso/sparqlextensions.html#rdfsparul) operations with the Virtuoso ADO.Net Provider much as you can with any other Virtuoso data access client ie ODBC, JDBC etc Best Regards Hugh Williams Professional Services OpenLink Softw

[Virtuoso-users] Inserting RDF data from visual studio to virtuoso

2011-03-07 Thread Houda khrouf
Hi all, I want to know if it is possible to use SPARQL INSERT in Visual Studio in order to insert triples in virtuoso server. All samples listed in Virtuoso ADO.NET 3.5 Data Provider Wiki talk about access RDF data stored in the server via SPARQL (using sparql view). But, I wonder if it is possibl