[Virtuoso-users] lod.openlinksw.com endpoint encoding

2010-03-10 Thread Alexander Sidorov
Hello! Is all lod.openlinksw.com content encoded using UTF8? For example, when I execute the following query: SELECT * WHERE { ?p ?o} I expect cyrillic letters at the name but get some strange symbols. I tried on another PC (thought it could b

Re: [Virtuoso-users] LinkedGeoData SameAs assertions

2010-03-10 Thread Alexander Sidorov
Hi Hugh, Hm... may be I made something wrong before. Now I run this query: SELECT * WHERE {?s ?p } and get appropriate result. Hugh, thank you for clarifying :) Regards, Alexander 2010/3/10 Hugh Williams > Hi Alexander, > > I am not sure

[Virtuoso-users] compression

2010-03-10 Thread Marc-Alexandre Nolin
Hello, I've a N3 dump I'm currently loading into a Virtuoso Server (a complete NCBI Genbank). One literal have always huge size. Its the one related to the predicate "sequence". Is it possible to compress literal with a rule based on predicate? For example: If predicate == sequence then gzip the

Re: [Virtuoso-users] LinkedGeoData SameAs assertions

2010-03-10 Thread Hugh Williams
Hi Alexander, I am not sure if Soren has replied to you on this question you also posed on the linked geo data mailing list, but we can confirm that the LinkedGeoData to DBpedia mapping datasets are loaded into the lod.openlinksw.com instance as can been seen from the following sample resource

Re: [Virtuoso-users] Posting a query file to the Virtuoso facets Web services REST interface using Jersey

2010-03-10 Thread Monika Solanki
Here is the code, apologies did not have time to clean it up. The exception here has not be caught yet in my 4 trials with this so far. I do not think I made any change in the way the web service is accessed. public class RESTClient { public static void main(String[] args) { // Sys

Re: [Virtuoso-users] Posting a query file to the Virtuoso facets Web services REST interface using Jersey

2010-03-10 Thread Hugh Williams
Hi Monika, Good to hear this is working'ish for you now ... What was the change you made to make it work, was their any change in the way it accesses the Virtuoso facet's web service endpoint ? You can post Jersey code to this mailing list or a reference to you blog, which ever you prefer ...

Re: [Virtuoso-users] Posting a query file to the Virtuoso facets Web services REST interface using Jersey

2010-03-10 Thread Monika Solanki
Hi Hugh, I actually got it working, although I do not understand how and why the change made a difference :). The code is also behaving non deterministically so I am going to keep experimenting. I can post the code to the list or point to my blog as since this list is not really for Jersey, s

Re: [Virtuoso-users] Virtuoso-opensource Installation issue: glib?

2010-03-10 Thread Bill Anderson
I went back and started all over again with a created a new VMware Ubuntu 9.10 VM. I have now successfully completed the install through the ODBC connection test. My only speculation about the problems I was having before is that I might not have allowed VMware to fully complete the Ubuntu install

Re: [Virtuoso-users] Posting a query file to the Virtuoso facets Web services REST interface using Jersey

2010-03-10 Thread Hugh Williams
Hi Monika, You indicated in your email to me that the post.xml file contained: http://openlinksw.com/services/facets/1.0"; inference="" same-as=""> Mike but when I execute if against the http://lod.openlinksw.com/fct/service web service using curl it returns an empty response, I pre