Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/casperwa/turtle-canon

A tool for canonizing Turtle (`.ttl`) ontology files.
https://github.com/casperwa/turtle-canon

ontology turtle

Last synced: about 1 month ago
JSON representation

A tool for canonizing Turtle (`.ttl`) ontology files.

Awesome Lists containing this project

README

        

# Turtle Canon

*It's turtles all the way down*

[![Codecov main](https://img.shields.io/codecov/c/github/CasperWA/turtle-canon/main)](https://app.codecov.io/gh/CasperWA/turtle-canon)
[![CI main](https://github.com/CasperWA/turtle-canon/actions/workflows/ci_tests.yml/badge.svg?branch=main)](https://github.com/CasperWA/turtle-canon/actions/workflows/ci_tests.yml?query=branch%3Amain)

A tool for canonizing Turtle (`.ttl`) ontology files.

The domain standardized tool for editing and creating ontologies is [Protégé](https://protege.stanford.edu/).
The Turtle (`.ttl`) file format is a format based on XML and OWL, which is considered one of the most readable formats for OWL ontology files.
However, Protégé writes the order of ontology entities differently depending on the version, this tool mitigates this by running the file through a canonizing parser that ensures the classes are sorted and listed in the same way, always.

The main use case for developing this tool is when developing ontologies utilizing versioning tools such as `git`, `svn` or similar, which are single character diff-sensitive.

## Install

The tool is written for Python 3.10, so one needs at minimum Python 3.10 installed to run it at this stage.
The plan is to make a stand-alone executable for each of the major OS'.

Install via PyPI (stable version, recommended):

```shell
python3.10 -m pip install turtle-canon
```

Install via GitHub (development version):

```shell
python3.10 -m pip install git+https://github.com/CasperWA/turtle-canon#egg=turtle-canon
```

## Usage

To run the tool, simply run:

```shell
turtle-canon path/to/my_ontology_file.ttl
```

For more information about the tool and the options available, run `turtle-canon --help`.
To check the version run `turtle-canon --version`.

The currently latest stable version is **0.1.0**.

## License & copyright

This tool is [MIT Licensed](LICENSE) and copyright © 2021 Casper Welzel Andersen ([GitHub](https://github.com/CasperWA), [GitLab](https://gitlab.com/CasperWA), [website](https://casper.welzel.nu)) & SINTEF.