Re: [Virtuoso-users] FED

2014-10-21 Thread Hugh Williams
Hi Núria, The http://rdf.disgenet.org/sparql endpoint does not appear accessible: Not Found The requested URL /sparql was not found on this server. Apache/2.2.8 (Unix) PHP/5.3.27 mod_python/3.3.1 Python/2.6.6 proxy_html/3.1.2 Server at rdf.disgenet.org Port 80 Best Regards Hugh Williams Profe

Re: [Virtuoso-users] FED works via isql but it does not via http

2014-10-21 Thread Hugh Williams
Hi Núria, Good to hear this is now working, although I am not sure what you mean by "same version, but built on August instead of October" , where/how are you building ie from git or source forge and if from git which branch ? As a 3207 build is the id of the git stable/7 branch or sourceforge

Re: [Virtuoso-users] SPARQL update question

2014-10-21 Thread Patrick van Kleef
Hi Boris, > I'm working with Virtuoso version 07.10.3208 on Linux > (x86_64-unknown-linux-gnu), Single Server Edition. > I have to do some postprocessing processess (via scripts) and I need to > do lot of queries like this > DEFINE sql:log-enable 3 DELETE { GRAPH >

[Virtuoso-users] SPARQL update question

2014-10-21 Thread Boris Villazon-Terrazas
Hi all I'm working with Virtuoso version 07.10.3208 on Linux (x86_64-unknown-linux-gnu), Single Server Edition. I have to do some postprocessing processess (via scripts) and I need to do lot of queries like this DEFINE sql:log-enable 3 DELETE { GRAPH {

[Virtuoso-users] FED

2014-10-21 Thread Nuria Queralt Rosinach
Hi all, I am trying to perform a federated query between DisGeNET and Bio2RDF::irefindex. From [1] the following query works restricted for an specific protein (http://bio2rdf.org/uniprot:P01008): Live results: http://linkeddata.uriburner.com/c/9C7XVTFK But, it does not from the URI Burner [2]

Re: [Virtuoso-users] FED works via isql but it does not via http

2014-10-21 Thread Nuria Queralt Rosinach
Hi Hugh and Rumi, Finally i solve it! i tried the same in a testing virtuoso server (same version, but built on August instead of October) and two messages informing that the problem was a question of grant two privileges on functions to the "SPARQL" user come up. I set up this in our working

Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-21 Thread Julien Plu
Thanks Hugh ! In my log I have this encoding problem so maybe it's comming from there. My version of Virtuoso is 7.1 stable and I tested my application on Windows also with mono (same version than on linux) and it works. So first I gonna translate all my strings into UTF-8 and see what's happen. I