[Virtuoso-users] SPARQL Result Format

2009-01-08 Thread Michael Martin
Hello, While requesting Virtuoso with SPARQL via odbc (with a PHP script), we have some problems with the received format of the resultset. Without defining a result-format and with the use of the procedure DB.DBA.SPARQL_EVAL we get a odbc_resultset, which isn't really usable for us. We can fe

Re: [Virtuoso-users] Server Startup Command Line Options: minus options (-fcnCbDARwMKrBd) where explained?

2009-01-08 Thread Ted Thibodeau Jr
Hi, Ceriel -- On Jan 8, 2009, at 11:05 AM, Ceriel Jacobs wrote: In search for information how to launch virtuoso-t as a daemon in mac os x, I was looking for information what all different virtuoso-t command line startop options (-fcnCbDARwMKrBd) mean. My tries: 1. $ ./virtuoso-t -? Didn't giv

Re: [Virtuoso-users] Server Startup Command Line Options: minus options (-fcnCbDARwMKrBd) where explained?

2009-01-08 Thread Tim Haynes
Ceriel Jacobs wrote: In search for information how to launch virtuoso-t as a daemon in mac os x, I was looking for information what all different virtuoso-t command line startop options (-fcnCbDARwMKrBd) mean. My tries: 1. $ ./virtuoso-t -? Didn't give me a clue, as it lists only the plus (+

[Virtuoso-users] Server Startup Command Line Options: minus options (-fcnCbDARwMKrBd) where explained?

2009-01-08 Thread Ceriel Jacobs
In search for information how to launch virtuoso-t as a daemon in mac os x, I was looking for information what all different virtuoso-t command line startop options (-fcnCbDARwMKrBd) mean. My tries: 1. $ ./virtuoso-t -? Didn't give me a clue, as it lists only the plus (+) prefixed command l

Re: [Virtuoso-users] SPARQL/Update on the SPARQL end point

2009-01-08 Thread Kingsley Idehen
On 1/6/09 8:57 AM, Magnus Haraldsen Amundsen wrote: Is it possible to do a HTTP POST to the SPARQL end point to perform SPARQL/Updates? Ie. http://docs.openlinksw.com/virtuoso/rdfinsertmethods.html#rdfindertmethodsparqlendpoint mentions that I can do it in the UI, or from the command line,

Re: [Virtuoso-users] Graph-level permission on SPARQL endpoint?

2009-01-08 Thread Kingsley Idehen
On 1/5/09 1:55 PM, Luke McCarthy wrote: Hi there, I'm looking for a more fine-grained way to control read/write access on the Virtuoso SPARQL endpoint. At the moment, I have two web-based applications using the same Virtuoso triple store, accessed through the SPARQL endpoint. One of these appl

Re: [Virtuoso-users] 5.0.9: built from source: var/lib/virtuoso/demo missing

2009-01-08 Thread Tim Haynes
Ceriel Jacobs wrote: When building Virtuoso 5.0.9 from source using instructions in the readme file, everything goes quite well, untill the point reading "Starting the Demo Database": $ cd var/lib/virtuoso/demo -bash: cd: var/lib/virtuoso/demo: No such file or directory Any idea what I coul

[Virtuoso-users] 5.0.9: built from source: var/lib/virtuoso/demo missing

2009-01-08 Thread Ceriel Jacobs
When building Virtuoso 5.0.9 from source using instructions in the readme file, everything goes quite well, untill the point reading "Starting the Demo Database": $ cd var/lib/virtuoso/demo -bash: cd: var/lib/virtuoso/demo: No such file or directory Any idea what I could have done wrong, in