phillord / horned-owl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horned OWL

Crates.io docs.rs

Horned-OWL is a library for manipulating data written using the Web Ontology Language (OWL). While there are a number of libraries that manipulate this form of data such as the OWL API, they can be quite slow. Horned-OWL is aimed at allowing ontologies with millions of terms.

The library now implements all of OWL2, and we are working on further parser functionality. We are testing it with real world tasks, such as parsing the Gene Ontology, which is does in 2-3 seconds which is 20-40 times faster than the OWL API.

Library

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"

Command Line Tools

A set of command line tools are available as in Horned Bin.

About

License:GNU Lesser General Public License v3.0


Languages

Language:Rust 95.8%Language:Clojure 3.5%Language:Makefile 0.6%Language:Shell 0.1%