Python script that converts mapping documents in different mapping languages to RML mapping documents
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)
ANYtoRML requires the rdflib-jsonld plugin.
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
ANYtoRML is released under the terms of the MIT license.