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