# HG changeset patch # User sem4j # Date 1380091119 14400 # Node ID 8c7a1b951bb3573452bbc7d197737dadfa8ef1b9 # Parent 75c072490c2d5007f71e89ea753abc8af776f382 Uploaded diff -r 75c072490c2d -r 8c7a1b951bb3 tab2rdf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tab2rdf.xml Wed Sep 25 02:38:39 2013 -0400 @@ -0,0 +1,30 @@ + + Converter + + tab2rdf.py $input_file $output_file $output_format $namespace + #for $i in $triples + ${i.s_col} ${i.p_val} ${i.o_col} ${i.o_type} + #end for + + + + + + + + + + + + + + + + + + + + +**What it does** + +