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
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
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