1つのGRAPHをダンプする方法
提供:TogoWiki
GRAPHのダンプ
GRAPH別にRDFをダンプする方法
http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtRDFDatasetDump
- urlに記載されているProcedure sourceをvirtuosoのisqlフォームで実行。
- 実行後、下のコマンドをisqlで叩く
dump_one_graph ('<graph name>', './<file name>', <maximum length of dump files>); e.g. dump_one_graph ('http://daas.openlinksw.com/data#', './data_', 1000000000);