1
|
1 <tool id="sparql" name="SPARQL" version="0.1">
|
|
2 <description>Runner (Jena ARQ)</description>
|
|
3 <command interpreter="python">
|
|
4 sparql.py "$query" $input_file $output_file
|
|
5 </command>
|
|
6 <inputs>
|
|
7 <param name="input_file" type="data" label="Input RDF Data"/>
|
|
8 <param name="query" type="text" area="True" size="10x50" label="SPARQL Query">
|
|
9 <sanitizer sanitize="False"/>
|
|
10 </param>
|
|
11 </inputs>
|
|
12 <outputs>
|
|
13 <data name="output_file" format="tabular" label="${tool.name} on ${on_string}"/>
|
|
14 </outputs>
|
|
15 <help>
|
|
16 **What it does**
|
|
17 </help>
|
|
18 </tool>
|