Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/oeg-upm/Mapeathor
Browse files Browse the repository at this point in the history
  • Loading branch information
anaigmo committed May 11, 2024
2 parents 895960c + 6926b03 commit a70b439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Mapeathor
#### Mapeathor translates your mapping rules specified in spreadsheets to a mapping language.

[Mapeathor](https://morph.oeg.fi.upm.es/tool/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' writing, with the aim of being language independent, and thus, lowering the barrier of generating mappings for non-expert users.
[Mapeathor](https://morph.oeg.fi.upm.es/tool/mapeathor) is a simple spreadsheet parser able to generate mapping rules in three mapping languages: R2RML, RML (releases on [2014](https://rml.io/specs/rml/) and [2023](https://w3id.org/rml/portal)) 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' writing, with the aim of being language independent, and thus, lowering the barrier of generating mappings for non-expert users.

<p align="center">
<img src="https://raw.githubusercontent.com/oeg-upm/Mapeathor/master/imgs/workflow.png" alt="workflow" width="600"/>
Expand All @@ -29,15 +29,15 @@ The template has five mandatory sheets, *Prefixes, Source, Subject PredicateObje
</p>

### Second Step: Choose the output language
One of three options can be chosen: R2RML, RML or YARRRML.
One of three options can be chosen: R2RML, RML, RML2014 or YARRRML.

### Third Step: Run it!
The easiest way of running Mapeathor is using the [web service](https://morph.oeg.fi.upm.es/demo/mapeathor) and the [Swagger](https://morph.oeg.fi.upm.es/tool/mapeathor/swagger/) instance. For CLI lovers, the service is available as a [PyPi package](https://pypi.org/project/mapeathor/) and Docker image. The instructions of the latest can be found in the [wiki](https://github.com/oeg-upm/Mapeathor/wiki).

## Publications
Iglesias-Molina, A., Pozo-Gilo, L., Dona, D., Ruckhaus, E., Chaves-Fraga, D., & Corcho, O. (2020, January). *Mapeathor: Simplifying the Specification of Declarative Rules for Knowledge Graph Construction. In ISWC (Demos/Industry).* [Online version](http://ceur-ws.org/Vol-2721/paper488.pdf)

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](https://sciknow.github.io/sciknow2019/papers/SciKnow_2019_paper_4.pdf)
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](https://ceur-ws.org/Vol-2526/short3.pdf)

## Authors and contact
- [Ana Iglesias-Molina](https://github.com/anaigmo) - [[email protected]](mailto:[email protected])

0 comments on commit a70b439

Please sign in to comment.