Re: [Virtuoso-users] Programming Virtuoso. Recommended Environment

2009-03-24 Thread Aldo Bucchi
Hi Tim, Thanks, it certainly helps to know how you handle this internally. I am part of the IDE-spoiled generation, so I tend to "pimp" my experience as much as I can, look for Eclipse or IDEA plugins, etc ;) For now just using syntax hl and versioning on SQL files seems the way to go. Luckily t

Re: [Virtuoso-users] Unexpected CONSTRUCT result with variable predicate

2009-03-24 Thread Kjetil Kjernsmo
We've been working to narrow this problem further, and came up with a far smaller example: This query fails to produce the expected result: prefix rdfs: prefix skos: prefix owl: SELECT

Re: [Virtuoso-users] Errors installing Wordpress

2009-03-24 Thread Virtuoso Maintainer
also enable tracing by adding the following lines to your odbc.ini: [ODBC] TraceFile = /tmp/iodbc-$u-$t.log Trace = 1 If you are logged in as guest, this will create files like: /tmp/iodbc-guest-20090324-134352.log so each ODBC interaction you

Re: [Virtuoso-users] Errors installing Wordpress

2009-03-24 Thread Steve Judkins
Update on this: It looks like this is a problem related to the ODBC configuration because __virt_internal_dsn() is also failing to connect for a Drupal install. I'm wondering if I need to compile virtuoso with the --with-iodbc=/usr/local/iODBC flag? I thought having the iODBC environment variabl

Re: [Virtuoso-users] Local DBPedia restore

2009-03-24 Thread Hugh Williams
Hi Steve, Yes, the EC2 Extension VAD can be installed on any Virtuoso installation, and can be downloaded from: http://download.openlinksw.com/packages/5.0/virtuoso/ec2exts_dav.vad It will take sometime time to restore though depending on the Bandwidth you have available ... Best

[Virtuoso-users] Local DBPedia restore

2009-03-24 Thread Steve Judkins
Can the "EC2 Extension" VAD package be installed on a non-AMI virtuoso instance? I'd like to connect to the S3 bucket and restore the dbpedia dataset to my local test server. If so, where do I grab the package?