comparison sappDocker/loader.xml @ 31:957156367442 draft

Uploaded
author jjkoehorst
date Wed, 29 Jun 2016 01:36:58 -0400
parents
children
comparison
equal deleted inserted replaced
30:0a947cb25a3d 31:957156367442
1 <tool id="DLoader" name="RDF remote Loader" version="0.1">
2 <description/>
3 <requirements>
4 <container type="docker">jjkoehorst/sappdocker:LOADER</container>
5 </requirements>
6 <command interpreter="docker">java -jar /loader/target/Loader-0.0.1-SNAPSHOT-jar-with-dependencies.jar
7 -input '$input' -endpoint &quot;$endpoint&quot; -format &quot;application/x-turtle&quot;</command>
8 <inputs>
9 <param format="ttl" label="Annotated RDF file" multiple="true" name="input" type="data"/>
10 <param label="SPARQL endpoint" name="endpoint" optional="false" type="text"/>
11 </inputs>
12 <outputs>
13 <data format="xml" label="Loader: $endpoint" name="output"/>
14 </outputs>
15 <help>RDF Loader into a remote SPARQL end point
16 </help>
17 </tool>