| Crates.io | horned-owl |
| lib.rs | horned-owl |
| version | 1.1.0 |
| created_at | 2018-10-02 12:00:59.651756+00 |
| updated_at | 2025-06-23 20:43:10.023844+00 |
| description | Library for OWL Ontologies |
| homepage | |
| repository | https://github.com/phillord/horned-owl |
| max_upload_size | |
| id | 87593 |
| size | 3,297,748 |
Horned-OWL is a library for processing and manipulating documents written using the Web Ontology Language (OWL).
It extends the existing ecosystem of Rust crates for the Semantic Web and provides tools to interact with OWL ontologies within Rust applications. It leverages the characteristics of Rust to be performant and competitive against other libraries for ontologies manipulation, such as the OWL API. Horned-OWL is aimed at allowing ontologies with millions of terms.
encoding: enables the encoding feature for the quick-xml dependency, expanding support to non-UTF-8 encoded documents while parsing OWL/XML.remote: enables the resolution of non-local imports while parsing RDF/XML.We test the performance of our crate in validating large ontologies (e.g. the Gene Ontology) against competing implementations based on the OWL API. Preliminary results are encouraging, showing a potential speedup of 20x-40x.
To use the latest version of the library in your Rust project, add the following line to your Cargo.toml file:
[dependencies]
...
horned-owl = "1.0.0"
A set of command line tools are available as in Horned Bin.