Mercurial > repos > jjkoehorst > sapp
view sappDocker/loader.xml @ 31:957156367442 draft
Uploaded
author | jjkoehorst |
---|---|
date | Wed, 29 Jun 2016 01:36:58 -0400 |
parents | |
children |
line wrap: on
line source
<tool id="DLoader" name="RDF remote Loader" version="0.1"> <description/> <requirements> <container type="docker">jjkoehorst/sappdocker:LOADER</container> </requirements> <command interpreter="docker">java -jar /loader/target/Loader-0.0.1-SNAPSHOT-jar-with-dependencies.jar -input '$input' -endpoint "$endpoint" -format "application/x-turtle"</command> <inputs> <param format="ttl" label="Annotated RDF file" multiple="true" name="input" type="data"/> <param label="SPARQL endpoint" name="endpoint" optional="false" type="text"/> </inputs> <outputs> <data format="xml" label="Loader: $endpoint" name="output"/> </outputs> <help>RDF Loader into a remote SPARQL end point </help> </tool>