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: about 2 months 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T21:15:04.000Z (4 months ago)
- Last Synced: 2025-01-08T22:21:48.069Z (4 months ago)
- Topics: cli, command-line, ontology, ontology-engineering, owl, rdf, turtle
- Language: Java
- Size: 4.16 MB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 15
-
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
[](https://github.com/atextor/owl-cli/actions/workflows/build.yml) [](https://codecov.io/gh/atextor/owl-cli) [](https://snyk.io/test/github/atextor/owl-cli) [](http://www.apache.org/licenses/LICENSE-2.0) [](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 <>.