Re: [Virtuoso-users] Virtuoso Sesame adapter

2010-12-07 Thread Hugh Williams
Hi Timo, What is the version of the Virtuoso Sesame Provider you are using, run the command: java -jar virt_sesame2.jar If you are running a Virtuoso open source build from before the last July 2010 6.12 release you may not have variable binding support. Please download the latest p

[Virtuoso-users] bif:contains and Film

2010-12-07 Thread Vanessa Lopez
Hi all ! I have tried to get the resource http://dbpedia.org/resource/Film when asking for "film" in the indexes in http://dbpedia.org/sparql, in several ways: SELECT DISTINCT ?s ?o FROM WHERE {{?s rdfs:label ?o.[] a ?s .FILTER( bif:contains(?o, "film" ) )}}LIMIT 36 SE

Re: [Virtuoso-users] select into file

2010-12-07 Thread Rumi Tsekova
Hi Mirko, You can use the following syntax: isql user pass exec="select ..." > file.xx Best Regards, Rumi - Original Message - From: Mirko To: Virtuoso Users Sent: Tuesday, December 07, 2010 3:26 PM Subject: [Virtuoso-users] select into file Hi all, how do I output

Re: [Virtuoso-users] Are SPARQL-Queries with UTF-8-characers impossible?

2010-12-07 Thread Hugh Williams
Hi Andreas, How big is the data you are attempting to load, can a copy be provided so we can try to recreate locally ? Are there any errors reported in the virtuoso.log file or a core file at the time of this failure as the error indicates the Virtuoso server has shutdown unexpectedly ? Best

[Virtuoso-users] select into file

2010-12-07 Thread Mirko
Hi all, how do I output the result of a sql select query to a file in virtuoso (e.g. with isql)? thanks, mirko

[Virtuoso-users] Sparql Insert question

2010-12-07 Thread Mark James
Hi, I've found that the inference inverseOf only seems to occur when the predicate that is the inverse is explicitly stated within the query. Eg This works - define input:inference "wsf_inference_rule" prefix output: select * where {