ontocore-catalog 0.9.0

Semantic catalog for OntoCore (ontocore-*)
Documentation

ontocore-catalog

Part of OntoCore (semantic workspace engine).

Semantic catalog and index builder for OntoCore.

Install

ontocore-catalog = "0.9"

Quick example

use ontocore_catalog::IndexBuilder;

let catalog = IndexBuilder::new().workspace("fixtures").build()?;
println!("{:?}", catalog.data().stats());

Documentation

License

MIT OR Apache-2.0