Skip to main content

OntoMerger is an ontology alignment library for deduplicating knowledge graph nodes,(i.e. ontology concepts) that represent the *same domain*, e.g. diseases, and **connecting** them to form a single directed acyclic hierarchical graph (DAG) (i.e. an ontology class hierarchy).

Project description


PyPI Version Docs Status Code Coverage Build Status Arxiv

Documentation | External Resources


OntoMerger is an ontology alignment library for deduplicating knowledge graph nodes,(i.e. ontology concepts) that represent the same domain, e.g. diseases, and connecting them to form a single directed acyclic hierarchical graph (DAG) (i.e. an ontology class hierarchy). The library implements a pipeline that takes nodes, mappings and (disconnected) hierarchies as input and produces node merges and a connected hierarchy. It also provides analysis and data testing for fine tuning the inputs in order to further reduce duplication, as well as to increase connectivity.


Citing

If you find OntoMerger useful in your work or research, please consider adding the following citation:

@article{ontomerger,
   arxivId = {???},
   author = {Geleta, David and Nikolov, Andriy and O'Donoghue, Mark and Rozemberczki, Benedek 
             and Gogleva, Anna and Tamma, Valentina and Payne, Terry R.},
   month = {june},
   title = {{OntoMerger: An Ontology Integration Library for Deduplicating and Connecting Knowledge Graph Nodes.}},
   url = {https://arxiv.org/abs/2206.02238},
   year = {2022}
}

Getting Started

The API of onto_merger ...

from onto_merger.pipeline import Pipeline

# initialise the pipeline
pipeline = Pipeline(project_folder_path="../path/to/project")

# run the process
pipeline.run_alignment_and_connection_process()

# view results in "../path/to/project/output/report/index.html"

Running tests

$ tox -e py

License


Credit

The Onto Merger logo is based on:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onto_merger-0.1.0.tar.gz (4.4 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page