ontocore-robot
Part of OntoCore (semantic workspace engine).
Thin wrappers around the ROBOT CLI for OntoCore.
Install
= "0.13"
CLI
Library
use ;
let output = robot_validate?;
License
MIT OR Apache-2.0
Part of OntoCore (semantic workspace engine).
Thin wrappers around the ROBOT CLI for OntoCore.
ontocore-robot = "0.13"
ontocore robot validate ./ontology.obo
ontocore robot merge --inputs a.owl b.owl --output merged.owl
ontocore robot report ./ontology --report report.tsv
use ontocore_robot::{robot_validate, run_robot};
let output = robot_validate(None, path.as_path())?;
MIT OR Apache-2.0