Ecosyste.ms: Awesome

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

https://github.com/atextor/owl-cli

Command line tool for ontology engineering
https://github.com/atextor/owl-cli

cli command-line ontology ontology-engineering owl rdf turtle

Last synced: 3 months ago
JSON representation

Command line tool for ontology engineering

Lists

README

        

# owl-cli

[![build](https://github.com/atextor/owl-cli/actions/workflows/build.yml/badge.svg)](https://github.com/atextor/owl-cli/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/atextor/owl-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/atextor/owl-cli) [![Known Vulnerabilities](https://snyk.io/test/github/atextor/owl-cli/badge.svg)](https://snyk.io/test/github/atextor/owl-cli) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![](https://tokei.rs/b1/github/atextor/owl-cli)](https://github.com/Aaronepower/tokei)

**owl-cli** is a command line tool for ontology engineering. It targets the [Web Ontology
Language](https://en.wikipedia.org/wiki/Web_Ontology_Language) (OWL 2) and
[RDF](https://en.wikipedia.org/wiki/Resource_Description_Framework). You can

* generate a diagram for an OWL ontology with the `diagram command`
* read any RDF document in [RDF/Turtle](https://www.w3.org/TR/turtle/), [RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/), [RDF N-Triples](https://www.w3.org/TR/n-triples/) or [N3](https://www.w3.org/TeamSubmission/n3/) format and write it in configurable, pretty-printed RDF/Turtle or one of the other formats using the `write command`
* perform OWL DL reasoning on an input ontology using the `infer command`

owl diagram splash image

## Documentation

Installation instructions and the usage guide can be found in the [Online Documentation](https://atextor.de/owl-cli/).

## Contact

**owl-cli** is developed by Andreas Textor <>.