# ontocore-parser
> Part of **OntoCore** (semantic workspace engine).
RDF and OBO parsing and entity extraction for [OntoCore](https://github.com/eddiethedean/ontocode), backed by [Oxigraph](https://crates.io/crates/oxigraph) and [fastobo](https://crates.io/crates/fastobo) (OBO read path, v0.11+).
## Install
```toml
ontocore-parser = "0.11"
```
## Documentation
- [Rust & CLI docs](https://ontocode-vs.readthedocs.io/en/latest/guides/rust-crates/)
- [Rust library guide](https://ontocode-vs.readthedocs.io/en/latest/guides/rust-library/)
- [SPARQL reference](https://ontocode-vs.readthedocs.io/en/latest/sparql-reference/)
- [docs.rs](https://docs.rs/ontocore-parser)
## License
MIT OR Apache-2.0