Skip to content
jesualdotomasfernandezbreis edited this page Sep 17, 2015 · 5 revisions

The command line version of SWIT enables the remote invokation of transformation services.


Parameters

-host host:port <- where the SWIT service is available

-mode value <- the possible values are "of" to generate OWL or "v" to send the data to Virtuoso -m mappingFile <- name of the mapping file

-f xmlFiles <- name of a single XML data file; in case of multiple XML files, they must be provided as a zip file

-o owlFile <- name of the file of the OWL ontology


In case of selecting "-mode v" the following parameters must be provided:

-schema schema <-- name of the graph in Virtuoso

-host <-- server

-port <-- port (1111 usually)

-user <-- user name

-pass <-- password


## Other options

-path ResultPath <-- Folder for sorting the output files (by default the current folder)

-uri URI <-- URI for the instances of the ontology (by default the ontology URI)

-complete <-- to create the AllDifferentFrom axioms for the individuals, which are not created by default