Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oeg-upm/mapeathor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.3
Choose a base ref
...
head repository: oeg-upm/mapeathor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on May 11, 2024

  1. Update _version.py

    anaigmo authored May 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e9bd673 View commit details

Commits on May 12, 2024

  1. Copy the full SHA
    f8cbfab View commit details
  2. Copy the full SHA
    96045e9 View commit details
  3. Update _version.py

    anaigmo authored May 12, 2024
    Copy the full SHA
    58014b6 View commit details

Commits on May 13, 2024

  1. removing docker files

    anaigmo committed May 13, 2024
    Copy the full SHA
    dfb9388 View commit details
  2. Copy the full SHA
    01c1161 View commit details
  3. Update README.md

    anaigmo authored May 13, 2024
    Copy the full SHA
    8551f02 View commit details

Commits on May 17, 2024

  1. status added

    anaigmo authored May 17, 2024
    Copy the full SHA
    09a62de View commit details
18 changes: 0 additions & 18 deletions Dockerfile

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/oeg-upm/Mapeathor/blob/master/LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5973906.svg)](https://doi.org/10.5281/zenodo.5973906)
[![version](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/)
@@ -31,7 +32,7 @@ The template has five mandatory sheets, *Prefixes, Source, Subject PredicateObje
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).
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/). Detailed instructions for running the tool 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)
9 changes: 0 additions & 9 deletions docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/mapeathor/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.3"
__version__ = "1.7.5"
2 changes: 1 addition & 1 deletion src/mapeathor/templates/rml/structure.json
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@
"after":""
}
],
"after":" ]\n.\n"
"after":" \n.\n"
}
]

2 changes: 1 addition & 1 deletion src/mapeathor/templates/rml2014/structure.json
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@
"after":""
}
],
"after":" ]\n.\n"
"after":" \n.\n"
}
]

4 changes: 2 additions & 2 deletions src/mapeathor/templates/yarrrml/config.json
Original file line number Diff line number Diff line change
@@ -25,8 +25,8 @@
"size":2
},
"iterator":{
"before":", ",
"after":""
"before":", '",
"after":"'"
},
"extension":"yml"
}