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
- Host: GitHub
- URL: https://github.com/incatools/whelk-rs
- Owner: INCATools
- License: mit
- Created: 2022-06-24T02:07:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T13:16:59.000Z (over 3 years ago)
- Last Synced: 2025-07-06T21:43:36.827Z (12 months ago)
- Topics: owl, rust, semantic-web
- Language: Rust
- Homepage:
- Size: 122 KB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```