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

https://github.com/incatools/whelk-rs

Whelk is an OWL EL reasoner
https://github.com/incatools/whelk-rs

owl rust semantic-web

Last synced: 4 months ago
JSON representation

Whelk is an OWL EL reasoner

Awesome Lists containing this project

README

          

# whelk-rs

This is an experimental implementation of [Whelk](https://github.com/balhoff/whelk) in Rust

## Build

Clone this repo, change into the whelk-rs directory (```cd whelk-rs```), and then:
```shell
cargo build --release
```

## Running
```shell
./target/release/whelk -i uberon.owl
```

## Testing
```shell
cargo test --release -- --nocapture
```