Re: [Virtuoso-users] loading n3.gz files with isql

2009-06-29 Thread Patrick van Kleef
Hi Michel, how do i load gzipped n3 files using isql? here's what i currently do for unzipped files: DB.DBA.TTLP_MT(file_to_string_output ('/path/myfile'), '', 'test'); For loading gzipped N3 and Turtle files you can use: DB.DBA.TTLP_MT (gz_file_open('/path/myfile.n3.gz'), 'base uri',

Re: [Virtuoso-users] loading n3.gz files with isql

2009-06-28 Thread Hugh Williams
Hi Michel, You would probably have to do this in two phases using the Virtuoso built in gz_uncompress function as detailed at: http://docs.openlinksw.com/virtuoso/fn_gz_uncompress.html and then load the g'unzipped files are normal with the TTLP_MT() function. Note you could also

[Virtuoso-users] loading n3.gz files with isql

2009-06-27 Thread Michel Dumontier
Hi! how do i load gzipped n3 files using isql? here's what i currently do for unzipped files: DB.DBA.TTLP_MT(file_to_string_output ('/path/myfile'), '', 'test'); Thanks! -=Michel=- -- Michel Dumontier Assistant Professor of Bioinformatics http://dumontierlab.com