Re: [Virtuoso-users] strbefore (un)available?

2017-10-14 Thread Hugh Williams
Hi Roland, What is the actual query being run and Virtuoso version as the following works for me: SQL> SPARQL SELECT (STRBEFORE(?S, " string") AS ?B) WHERE { BIND("test string"@en AS ?S) }; B LONG VARCHAR ___ test

Re: [Virtuoso-users] VAD file checksum mismatch

2017-10-14 Thread Hugh Williams
Hi Roland, This issue should be fixed in the latest develop/7 branch, please update you build and perform a clean build ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ Linked

Re: [Virtuoso-users] cURL and .rq files

2017-10-14 Thread Hugh Williams
Hi You should be able to do something like: $ cat query.rq select * where {?s ?p ?o} limit 5 $ curl --request POST http://localhost:8890/sparql --data-urlencode "format=csv" --data-urlencode qu...@query.rq "s","p","o" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type","http://www.w3.org/1999/02