oeg-upm / Morph-OME

Online Mapping Editor
Apache License 2.0
10 stars 3 forks source link
obda ontology r2rml r2rml-mapping rml rml-mapping

OME

Build Status codecov DOI

An Online Mapping Editor to generate R2RML, RML, and YARRRML without writing a single line. It also supports automatic suggestions of the subject and property columns using the APIs of tada_web.

Automatic Suggestions

It uses the APIs oftada_web. To use it, you need to export an environment variable TADA_HOST with the URL of the tada-web host url. For example, you can set it like that export TADA_HOST="http://127.0.0.1:5001/"

Environment Variables

To activate_this.py

You can add these environment variables to activate_this.py in the virtualenv bin directory.

os.environ['SECRET_KEY']=""
os.environ['github_appid']=""
os.environ['github_secret']=""
os.environ['UPLOAD_ONTOLOGY']="false"
os.environ['RMLMAPPER_PATH']=""
os.environ['TADA_HOST']=""

To a shell

export SECRET_KEY=""
export github_appid=""
export github_secret=""
export UPLOAD_ONTOLOGY="false"
export RMLMAPPER_PATH=""
export TADA_HOST=""

Remarks

To cite

@software{alobaid_ahmad_2020_3764202,
  author       = {Alobaid, Ahmad and
                  Corcho, Oscar},
  title        = {OME},
  month        = apr,
  year         = 2020,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.3764202},
  url          = {https://doi.org/10.5281/zenodo.3764202}
}

Funding

This work was funded partially by EIT Digital under the WOODS project.