RMLio / ANYtoRML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANYtoRML

Python script that converts mapping documents in different mapping languages to RML mapping documents

Usage

You can run a conversion by executing the following command:

python ANYtoRML.py -i <inputFile> -o <ouptutFile> -l <mappingLanguage>

With

<inputFile>       = The original mapping document 
<outputFile>      = The corresponding RML mapping document
<mappingLanguage> = The original mapping language (currentl D2RQL,CSVW)

Requirements

ANYtoRML requires the rdflib-jsonld plugin.

More Information

More information about the solution can be found at http://rml.io

This application is developed by Multimedia Lab http://www.mmlab.be

Copyright 2015, Multimedia Lab - Ghent University - iMinds

License

ANYtoRML is released under the terms of the MIT license.

About


Languages

Language:Python 100.0%