Hii,
I installed the Virtuoso open source software on unix and I started the
server using ./virtuoso.t -c /location_of_virtuoso.ini
How do I shut down the server. What is the command for the same ?
>From the documentation I understood tht once an RDF document is uploaded
either using curl or using
Sebastian Trueg wrote:
> Virtuoso Maintainer wrote:
>> If you kill virtuoso with a SIGTERM, it will initiate a fast shutdown,
>> without performing a checkpoint.
>>
>> If you want it to perform a complete shutdown of the database, you
>> either use the isql tool to perform a shutdown command, or yo
Hi,
On Thu, Nov 26, 2009 at 1:00 PM, Ivan Mikhailov
wrote:
> Hello Christian,
>
>> I'm having a problem when I try to recover inserted triples which had
>> xsd:boolean datatypes, after insertion, they seem to be turned into
>> xsd:integer
>
>
> There's no BOOL built-in type in SQL so no such in
In Soprano I actually simulate them using a custom-typed string. It
works nicely except of course that you cannot use it in queries.
...well, to be honest I never tried something like:
FILTER(xsd:boolean(?x) something)
where ?x binds to the custom types string which contains "true" or "1"
or "fal
Hello Nathan,
I'm unable to reproduce the bug, it works for me as expected, so I'd
like to know more details --- server version and RDF Views in use (if
any) and the whole text of a stored procedure if the query is part of
its text.
Best Regards,
Ivan Mikhailov
OpenLink Software
http://virtuoso.
Hello Christian,
> I'm having a problem when I try to recover inserted triples which had
> xsd:boolean datatypes, after insertion, they seem to be turned into
> xsd:integer
There's no BOOL built-in type in SQL so no such in the database. However
there was a discussion yesterday with a conclusio
Hi Nirmala,
Can you try with this latest release please ...
Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support
Twitter: http://twitter.com/OpenLink
On 27 Nov 2009, a
Hi Hugh,
I haven't tested this on the 5.0.12.
Thanks,
Nirmala
-Original Message-
From: Hugh Williams [mailto:hwilli...@openlinksw.com]
Sent: Thursday, November 26, 2009 7:10 PM
To: Nirmala Seehappan
Cc: virtuoso-users@lists.sourceforge.net
Subject: Re: [Virtuoso-users] Upper Limit of t