Mapeathor is a simple spreadsheet parser able to generate mapping rules in three mapping languages: R2RML, RML (with extension to functions from FnO) and YARRRML.
Project description
Mapeathor
Mapeathor translates your mapping rules specified in spreadsheets to a mapping language.
Mapeathor is a simple spreadsheet parser able to generate mapping rules in three mapping languages: R2RML, RML (with extension to functions from FnO) and YARRRML. It takes the mapping rules expressed in a spreadsheet and transforms them into the desired language. The spreadsheet template is designed to facilitate the mapping rules' writting, with the aim of being language independent, and thus, lowering the barrier of generating mappings for non-expert users.
Example:
First Step: Fill the xlsx template with your own information.
The template has five mandatory sheets, Prefixes, Source, Subject PredicateObjectMap and Functions. The last one can be left blank in case there are no functions. The spreadsheet can be in XLSX format or a Google Spreadsheet.
Prefixes:
Source:
Subject:
PredicateObjectMaps:
Functions:
Second Step: Choose the output language that you prefer.
Here you can see the Available Languages.
Third Step: Run Mapeathor:
With python:
# Install
$ python3 -m pip install mapeathor
# How to execute it. You can use a local XLSX file or a shared Google Spreadsheet URL
$ python3 -m mapeathor -i [PATH or URL] -l [RML | R2RML | YARRRML] [-o PATH]
# Help Menu
$ python3 main.py -h
With docker:
# Clone the repository
$ git clone https://github.com/oeg-upm/Mapeathor
# Install the docker image with docker-compose
$ docker-compose up -d
# Copy the XLSX files to data repository
$ cp yourfiles ./data/
# Execute it. You can use a local XLSX file or a shared Google Spreadsheet URL
$ docker exec -it mapeathor ./run.sh [/Mapeathor/data/YOURFILE or URL ] [RML | R2RML | YARRRML] result/outputfile
# Results will appear in result folder
Publications
Iglesias-Molina, A., Chaves-Fraga, D., Priyatna, F., & Corcho, O. (2019). Towards the Definition of a Language-Independent Mapping Template for Knowledge Graph Creation. In Proceedings of the Third International Workshop on Capturing Scientific Knowledge co-located with the 10th International Conference on Knowledge Capture (K-CAP 2019) (pp. 33-36). Online version
Authors and contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mapeathor-1.0.0.1596154218.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fac8bab7456559d35a5131103ec464c12f2ecf6644de567a20decb728a82bf3 |
|
MD5 | c80403e237a50ff122214ad1a23cc944 |
|
BLAKE2b-256 | 0e05e8d16c37d3bd3b7c2c25cf5341e39d5b40a7ed1001ff7d99677669bdc731 |
Hashes for mapeathor-1.0.0.1596154218-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27da74bf461a6556536796676684f83eabb263cbe9cbd9e7c41df0da677d56f2 |
|
MD5 | 4af08ceaa6f6fe3f1a14a70391767ee2 |
|
BLAKE2b-256 | 6f8821f798ae2bbbdb5cb1781e72377e867c92389d23cdaf8877de81e3b25077 |