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: 4 days ago
JSON representation
Command line tool for ontology engineering
- Host: GitHub
- URL: https://github.com/atextor/owl-cli
- Owner: atextor
- License: apache-2.0
- Created: 2019-08-13T02:39:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:07:47.000Z (6 months ago)
- Last Synced: 2024-07-21T03:40:04.673Z (4 months ago)
- Topics: cli, command-line, ontology, ontology-engineering, owl, rdf, turtle
- Language: Java
- Size: 4.14 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - atextor/owl-cli - Command line tool for ontology engineering (Java)
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`## 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 <>.