ontocore-robot 0.14.0

ROBOT CLI wrappers for OntoCore (ontocore-*)
Documentation

ontocore-robot

Part of OntoCore (semantic workspace engine).

Thin wrappers around the ROBOT CLI for OntoCore.

Install

ontocore-robot = "0.13"

CLI

ontocore robot validate ./ontology.obo
ontocore robot merge --inputs a.owl b.owl --output merged.owl
ontocore robot report ./ontology --report report.tsv

Library

use ontocore_robot::{robot_validate, run_robot};

let output = robot_validate(None, path.as_path())?;

License

MIT OR Apache-2.0