Re: [Virtuoso-users] saving results to a file

2015-09-11 Thread Davis, Daniel (NIH/NLM) [C]
Davis, Daniel (NIH/NLM) [C] Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] saving results to a file Hi Daniel, A query resultset from isql can be output to a file as detailed at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki

Re: [Virtuoso-users] saving results to a file

2015-09-10 Thread Hugh Williams
Hi Daniel, A query resultset from isql can be output to a file as detailed at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTipsAndTricksGuideISQLQueryResultOutput Note you could also output results from a SPARQL query run against the /sparql endpoint to a file, using

[Virtuoso-users] saving results to a file

2015-09-09 Thread Davis, Daniel (NIH/NLM) [C]
When I run the statement below in an ISQL command prompt, I get as a result a BLOB of 225899 chars. SPARQL define output:format "NT" CONSTRUCT { ?s ?p ?o } FROM WHERE { ?s ?p ?o }; I'm not quite sure how to use string_to_file() with a query like this... Dan Da