Mercurial > repos > sem4j > sparql_tools
comparison rapper.xml @ 12:30a553efb31e draft
Uploaded
author | sem4j |
---|---|
date | Mon, 30 Sep 2013 23:21:54 -0400 |
parents | c1f5078f2a46 |
children |
comparison
equal
deleted
inserted
replaced
11:6d2424f16a83 | 12:30a553efb31e |
---|---|
1 <tool id="rapper" name="RDF Format" version="0.1"> | 1 <tool id="rapper" name="RDF Format" version="0.1"> |
2 <description>Converter (Raptor Rapper)</description> | 2 <description>Converter (Rapper)</description> |
3 <command> | 3 <command> |
4 /Users/Ryota/Softwares/raptor/raptor2-2.0.9/bin/rapper -q $input_file -i $input_format -o $output_format > $output_file | 4 /Users/Ryota/Softwares/raptor/raptor2-2.0.9/bin/rapper -q $input_file -i $input_format -o $output_format > $output_file |
5 </command> | 5 </command> |
6 <inputs> | 6 <inputs> |
7 <param name="input_file" type="data" label="Input File"/> | 7 <param name="input_file" type="data" label="Input File"/> |
18 </inputs> | 18 </inputs> |
19 <outputs> | 19 <outputs> |
20 <data name="output_file" format="tabular" label="${tool.name} on ${on_string}"/> | 20 <data name="output_file" format="tabular" label="${tool.name} on ${on_string}"/> |
21 </outputs> | 21 </outputs> |
22 <help> | 22 <help> |
23 | |
23 **What it does** | 24 **What it does** |
25 | |
26 This tool converts RDF format from/to N-Triples, Turtle, RDF/XML with Raptor's Rapper. | |
27 | |
28 To setup Rapper, please refer README.txt in this tool's directory. | |
29 | |
24 </help> | 30 </help> |
25 </tool> | 31 </tool> |