Re: [Virtuoso-users] Bug in Graph Store HTTP protocol turtle uploads

2013-04-09 Thread Ivan Mikhailov
Hello Erich, Sorry I did not notice your last mails at time. The last builds work fine for me and the code for this specific case is stable for almost two years (so Oct 26 2012 build should work as well). So maybe update is the simplest solution and I will check one more time what was wrong as lat

Re: [Virtuoso-users] Bug in Graph Store HTTP protocol turtle uploads

2013-04-09 Thread David Brooks
Hi Erich, I suspect you will find 6.1.6 supports application/x-turtle -- I recall similar issues when I first started using Virtuoso. Best regards, Dave On 10/04/13 12:45 PM, Erich Bremer wrote: > Hi Ivan, > > I have it set as text/turtle. Hugh said it works fine in the pre > 6.1.7 (whe

Re: [Virtuoso-users] Bug in Graph Store HTTP protocol turtle uploads

2013-04-09 Thread Erich Bremer
Hi Ivan, I have it set as text/turtle. Hugh said it works fine in the pre 6.1.7 (where it doesn't work in 6.1.6), the work-around is easy for now until I can upgrade to 6.1.7. I had never noticed before since everything I had done to date had at least one prefix defined at the top of th

Re: [Virtuoso-users] Bug in Graph Store HTTP protocol turtle uploads

2013-04-09 Thread Ivan Mikhailov
Hello Erich, Was the MIME type of the file properly specified in request by the client? If it's specified as some default like "text/plain" or not specified at all then the server tries to guess the MIME by looking at keywords and/or XML structure. I guess that @prefix worked as a hint to understa

Re: [Virtuoso-users] Count & distinct provide different results

2013-04-09 Thread Hugh Williams
Hi Dimitris, http://datalab.informatik.uni-leipzig.de/sparql Is not accessible atm, is it offline for a reason ? Roland: Where you also testing against this VOS D7 instance ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com

Re: [Virtuoso-users] Bug in Graph Store HTTP protocol turtle uploads

2013-04-09 Thread Erich Bremer
Ah ok, so it was fixed. I was using the latest version from Source Forge - 6.1.6. Is there going to be a new release version? If 7 ready for prime time? - Erich On 4/9/2013 9:48 AM, Hugh Williams wrote: Hi Erich, Your build is from the stable/6 github branch, you need to build with the

[Virtuoso-users] subscribe

2013-04-09 Thread Haq, Salman
-- Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolse

[Virtuoso-users] Count & distinct provide different results

2013-04-09 Thread Dimitris Kontokostas
Hi again, I also got this error report for D7 ( http://datalab.informatik.uni-leipzig.de/sparql) In this case we get different results with distinct when we use count and when we don't Best, Dimitris -- Forwarded message -- From: Roland Cornelissen Date: Fri, Apr 5, 2013 at 11:1

Re: [Virtuoso-users] Bug in Graph Store HTTP protocol turtle uploads

2013-04-09 Thread Hugh Williams
Hi Erich, Your build is from the stable/6 github branch, you need to build with the latest develop/6 branch which were my build was made from ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.open

Re: [Virtuoso-users] Negative xsd:date issue

2013-04-09 Thread Julien Plu
Hi, Yes I saw your previous answer this morning. Thank you very much for your quick answer and to let me know when the bug will be solved. Julien Plu. -- De : Hugh Williams Envoyé : ‎04/‎04/‎2013 03:02 À : Julien Plu Cc : virtuoso-users@lists.sourceforge.net Objet

Re: [Virtuoso-users] Build Virtuoso with Mono Support

2013-04-09 Thread Hugh Williams
Hi Tim, The Virtuoso mono hosting support is for version 1.x and will not work with the current 2.x and later releases for which support needs to be schedule for addition ... Is is specifically mono runtime support you are seeking or maybe just the ADO.Net Provider for Mono, which can be built

Re: [Virtuoso-users] Build Virtuoso with Mono Support

2013-04-09 Thread Tim Dellas
Thanks, I got an answer on SO. Sadly, compilation of Virtuoso still fails because of another problem with libgc. I put a bounty on that question: http://stackoverflow.com/questions/15274537/build-virtuoso-with-mono-integration-on-ubuntu-build-error-on-libgc Thanks, Tim Am 09.04.2013 um 12:1

Re: [Virtuoso-users] Bug in Graph Store HTTP protocol turtle uploads

2013-04-09 Thread Erich Bremer
Hi Hugh, virtuoso-t -? Virtuoso Open Source Edition (multi threaded) Version 6.1.6.3127-pthreads as of Oct 26 2012 Compiled for Linux (x86_64-unknown-linux-gnu) Copyright (C) 1998-2012 OpenLink Software The command I use is: curl -v -T single.ttl -H Content-type:text/turtle http://localhost:88

Re: [Virtuoso-users] Problems building and installing Virtuoso 7

2013-04-09 Thread Bernard Buri
On Tue, 2013-04-09 at 15:05 +0400, Alexey Zakhlestin wrote: > On 09.04.2013, at 14:51, Bernard Buri wrote: > > > > > Checked out virtuoso stable/7 branch and built virtuoso with CFLAGS > > described in README > > > > stable/7 is 2 years old. check develop/7 if y

Re: [Virtuoso-users] Problems building and installing Virtuoso 7

2013-04-09 Thread Alexey Zakhlestin
On 09.04.2013, at 14:51, Bernard Buri wrote: > > Checked out virtuoso stable/7 branch and built virtuoso with CFLAGS > described in README > stable/7 is 2 years old. check develop/7 if you want current code. ---

[Virtuoso-users] Problems building and installing Virtuoso 7

2013-04-09 Thread Bernard Buri
I'm trying to get Virtuoso 7 running on CentOS-6.4. The build completes without errors, but make check generates some failures. Also trying to start virtuoso with the generated default virtuoso.ini (attached) results in a segmentation fault. Any ideas what I can try next? Failed Tests: *

[Virtuoso-users] Build Virtuoso with Mono Support

2013-04-09 Thread Tim Dellas
Hi there! Is building Virtuoso with Mono support on Ubuntu still supported? I made sure all dependencies are installed (including Mono), followed the instructions on the GitHub page, did the './configure --enable_mono' , but 'make' fails on me. See http://stackoverflow.com/questions/15897270/l