[Virtuoso-users] ISQL Result Dump format

2016-06-13 Thread S.M.Shamimul Hasan
Hello, I am running following query on Virtuoso isql. SPARQL CONSTRUCT { ?infectee ?getInfectedBy ?infector } FROM WHERE { ?s < http://ndssl.bi.vt.edu/chicago/vocab/dendrog

Re: [Virtuoso-users] ISQL Result Dump format

2016-06-13 Thread Rumi
Hi Hasan, Dumping results in various formats can be done by using the *define output:format "{XX}" * pragma, so in your case it would be: SQL> sparql define output:format "TURTLE" CONSTRUCT ... Other possible formats are: -- NICE_TTL -- RDF_XML etc. When using the ISQL client, use the 'set b