Re: [Virtuoso-users] OWL loading with DB.DBA.TTLP_MT it´s getting Error 37000

2012-06-25 Thread Hugh Williams
Hi Gabriel, The owl files are in RDF/XML format, so you need to use the Virtuoso DB.DBA.RDF_LOAD_RDFXML_MT() function for these are detailed at: http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert#Loading%20RDF%20datasets%20into%20a%20Virtuoso%20Graph%20IRI Best Regards

Re: [Virtuoso-users] OWL loading with DB.DBA.TTLP_MT it´s getting Error 37000

2012-06-25 Thread Gabriel Lucas
Hi Hugh, It worked like charm :) DB.DBA.RDF_LOAD_RDFXML_MT(file_to_string_output('/tmp/val.owl'),'',' http://mytest.com#'); Done. -- 607708 msec. Saludos Gabriel On Mon, Jun 25, 2012 at 11:58 AM, Hugh Williams hwilli...@openlinksw.comwrote: Hi Gabriel, The owl files are in RDF/XML

[Virtuoso-users] Virtuoso Docs Chapter 16

2012-06-25 Thread Jürgen Jakobitsch
hi, for information : virtuoso docs, chapter 16 [1] contains a sparql sample which points to http://turnguard.com/virtuoso/test10.rdf. this file is no longer available, i attached it for further use as needed. wkr turnguard -- | Jürgen Jakobitsch, | Software Developer | Semantic Web Company

Re: [Virtuoso-users] Virtuoso Docs Chapter 16

2012-06-25 Thread Rumi Tsekova
Hi Jürgen, Thanks lot for sending the file content! It is reflected in our doc and should be live soon. Best Regards, Rumi - Original Message - From: Jürgen Jakobitsch j.jakobit...@semantic-web.at To: virtuoso-users@lists.sourceforge.net Sent: Monday, June 25, 2012 2:21 PM Subject:

Re: [Virtuoso-users] MD5 function

2012-06-25 Thread lorena
Hi Rumi: I've tried the query with the white space fix in both: conductor sparql section (http://localhost:8890/conductor/sparql_input.vspx?sid=d2143c610816358a747b0ed4154d812crealm=virtuoso_admin) and the sparql endpoint at http://localhost:8890/sparql. In both cases I still get the same

Re: [Virtuoso-users] MD5 function

2012-06-25 Thread Jürgen Jakobitsch
hi, check out this [1] post here, might not be implemented. there are also no samples working with bind on dbpedia endpoint and virtuoso's sparql grammar [2] doesn't mention bind as well. wkr turnguard [1] http://boards.openlinksw.com/phpBB3/viewtopic.php?f=12t=2670 [2]

Re: [Virtuoso-users] MD5 function

2012-06-25 Thread Rumi Tsekova
Hi Lorena, Could you send us the output of: virtuoso-t -? It seems you are having Virtuoso version that does not support the SPARQL 1.1 function extensions. What about if you try with bif:MD5 ? So for ex: SELECT bif:MD5 ('test') WHERE { ?s ?p ?o } LIMIT 10 Best Regards, Rumi -

Re: [Virtuoso-users] MD5 function

2012-06-25 Thread lorena
Hi Rumi It works with the bif prefix. Here is the output of virtuoso-t I'm working on Ubuntu 10.10 so I have built it from the sources several months ago. regards Lorena lorena@lorena-virtual-machine:~$ virtuoso-t -? Virtuoso Open Source Edition (multi threaded) Version 6.1.4.3127-pthreads as

Re: [Virtuoso-users] MD5 function

2012-06-25 Thread Rumi Tsekova
Hi Lorena, Hi Rumi It works with the bif prefix. Here is the output of virtuoso-t I'm working on Ubuntu 10.10 so I have built it from the sources several months ago. regards Lorena lorena@lorena-virtual-machine:~$ virtuoso-t -? Virtuoso Open Source Edition (multi threaded) Version

[Virtuoso-users] Privileges problems

2012-06-25 Thread Julien Plu
Hi, I made a R2RML mapping and I use a SQL view in this mapping that I created. So when I try to query the result of this mapping I fall on this error : Virtuoso 42000 Error SQ200: Must have select privileges on view musicbrainz_db.musicbrainz.musicbrainz_view Even if I do : GRANT SELECT ON

[Virtuoso-users] Connection is busy with results for another hstmt.

2012-06-25 Thread Julien Plu
Problem solved, but now I have another problem, when I execute my request now I have this error message : Virtuoso IM921 Error VD052: Remote DSN PostgreSQL Sample DSN: [OpenLink][ODBC][Driver]Connection is busy with results for another hstmt. Any idea of what's happened ?

Re: [Virtuoso-users] Privileges problems

2012-06-25 Thread Hugh Williams
Hi Julien, What is the query you are executing and via what interface are you executing it ? Perhaps you also need to add the grant on the table the view is created from also, if not already done ? Please use the “trace_on()” function (http://docs.openlinksw.com/virtuoso/fn_trace_on.html) to

Re: [Virtuoso-users] Connection is busy with results for another hstmt.

2012-06-25 Thread Hugh Williams
Hi Julien, Please enable the Multiiple Active Statement Emulation (MASE) option of the UDA Postgres Lite Driver which should resolve this error as detailed at: http://wikis.openlinksw.com/dataspace/owiki/wiki/UdaWikiWeb/InstallPostgreSQLLiteOSX Best Regards Hugh Williams Professional

Re: [Virtuoso-users] Connection is busy with results for another hstmt.

2012-06-25 Thread Julien Plu
Thanks Hugh, but I'm not on OSX, but on Linux Ubuntu, and in the drivers provide for Linux (as you can see there : http://wikis.openlinksw.com/dataspace/owiki/wiki/UdaWikiWeb/InstallPostgreSQLLiteUnix There is no option for MASE in the process.

[Virtuoso-users] SPARQL Service Experiment

2012-06-25 Thread Jürgen Jakobitsch
hi, i'm trying to do some experiments with a SPARQL Service, but something is not working as expected... at least i'm producing the longest stacktrace i've seen so far from virtuoso :-) when i issue this query [1] at this sparqlEndpoint [2] i get a long stacktrace. in the stacktrace however i'm